Skip to content

Releases: boomerang-io/carbon-addons-boomerang-react

Release 4.0.2

27 Jan 16:11
Compare
Choose a tag to compare
  • feat: fix and update autosuggest (#99) (c20ddc0)

Release 4.0.1

18 Jan 00:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0.0...4.0.1

Release 4.0.0

13 Jan 23:12
Compare
Choose a tag to compare

Changes

UIShell and associated components have received a major rewrite. The focus was on the use of Carbon components to replace custom code, and accessibility improvements. The implementation is much simpler and the experience for end users has been improved. Carbon and React have come a long way in the time since we wrote the first implementation and these was a much needed update.

We also removed components that were marked as deprecated in the last major release and internal components that are no longer needed. There is less for us to maintain and has decreased the bundle size.

Whats New

UIShell and associated components

  • Add collapsible mobile sidenav for navigation links
  • Improve accessibility for menus and dialogs (keyboard navigation and focus management)
  • Add support for custom menu items in profile and support menus via HeaderMenuItem

HeaderMenuItem component

HeaderMenuItem is a public component that consolidates the functionality of four internal components that have been removed:

  • HeaderMenuButton
  • HeaderMenuItem
  • HeaderMenuLink
  • HeaderMenuUser

It provides a single component to render the different types of header menu items via props (button, link, user). It shares the same (poorly given previously) name as the removed HeaderMenuItem that was used for launching a modal from a header menu item. We no longer have built in support for that functionality and instead support render a button that can receive an onClick event. We use this approach for building the built-in header menu items components like AboutPlatform.

TypeScript

TypeScript was introduced as a non-breaking change in v3, but in v4 there are further improvement of the types.

Storybook

Update to components stories, notably improvements in the Controls addon. Overall

Breaking Changes

Renamed Components

  • BmrgHeader -> Header

Removed Components

  • GraphicLoch
  • GraphicWrangler
  • HeaderMenuButton
  • HeaderMenuItem
  • HeaderMenuLink
  • HeaderMenuUser
  • LeftSideNav
  • LoadingAnimation
  • NoDisplay
  • OptionsGrid
  • Sidenav

UIShell and Header API

The API for the UIShell and associated components have been changed for simplicity, standardization and to remove legacy props. View the upgrading section below for the changes required to adopt it.

Upgrading

View our v4 upgrade guide for migrating from v3 to v4. Still on v2 and looking to upgrade? See our v3 upgrade guide which is more involved. v4 is comparatively much simpler because it assumes you are on Carbon v11.

What's Changed

Full Changelog: 3.2.1...4.0.0

Release 3.2.1

06 Jan 00:12
Compare
Choose a tag to compare
  • fix: defaults for privacy and gdpr (9d444e2)

Full Changelog: 3.2.0...3.2.1

Release 3.2.0

23 Dec 18:05
Compare
Choose a tag to compare

What's Changed

  • Library is now written in TypeScript
  • Bundled with Rollup
  • Types produced by tsup

by @timrbula in #95

Full Changelog: 3.1.2...3.2.0

Release 2.1.1

03 Nov 17:59
Compare
Choose a tag to compare

What's Changed

  • style: update to use new md breakpoint for mobile header by @timrbula in #94

Full Changelog: 2.1.0...2.1.1

Release 3.1.2

02 Nov 19:50
Compare
Choose a tag to compare

What's Changed

  • style: update to use new md breakpoint for mobile header by @timrbula in #93

Full Changelog: 3.1.1...3.1.2

Release 3.1.1

31 Oct 21:34
Compare
Choose a tag to compare

What's Changed

  • fix [ISEEC-4516] Issue 17 - UIShell menu items not showing active color by @LucasGrimauth in #92

Full Changelog: 3.1.0...3.1.1

Release 2.1.0

19 Oct 16:14
2ae5fc0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.14...2.1.0

Release 3.1.0

18 Oct 16:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.0...3.1.0