@reapit/elements_v5.0.0-beta.31
Pre-release
Pre-release
·
86 commits
to main
since this release
Notable Changes
๐ New components
- New SupplementaryInfo, Link, Drawer and icon components have all been added.
- Chip and ChipGroup are now correctly exported from Elements, so can actually be used now too ๐
๐ Breaking Changes
- v4
Drawer
has been deprecated and renamed toDeprecatedDrawer
. Use the new Drawer instead. - v4
Icon
has been deprecated and renamed toDeprecatedIcon
. Use the new icons instead. SideBar.MenuItem
andSideBar.SubmenuItem
isActive
prop replaced witharia-current
attribute.- Support for Node.js 18.x/20.x has been dropped. Minimum requirement is now Node.js 22.
All commits
- chore: bump version to v5.0.0-beta.31 and prepare changelog by @kurtdoherty in #507
- chore: #503 add
font
andText
helpers by @kurtdoherty in #504 - chore: #503 use
font
inAppSwitcher
,Avatar
,SideBar
, andTopBar
by @kurtdoherty in #505 - feat: #497 Add
SupplementaryInfo
by @kurtdoherty in #498 - feat: #513 Add
Link
component by @kurtdoherty in #514 - chore: #497 use
font
helper inSupplementaryInfo
by @kurtdoherty in #512 - chore: scout Avatar sizing and SupplementaryInfo export by @kurtdoherty in #515
- chore: scout barrel file exports by @kurtdoherty in #517
- chore: #145 Deprecate existing
Drawer
component by @kurtdoherty in #516 - chore: #513 export new
Link
component by @kurtdoherty in #519 - chore: #337 v5 avatar css update var by @nurm717123 in #355
- feat: #145 Add new
DrawerBody
component by @kurtdoherty in #518 - chore: #421-variable-token-update [button] by @rpt-rfoxy in #502
- chore: #421-variable-token-update-skeleton by @rpt-rfoxy in #510
- chore: #421-variable-token-update-table-tootlbar by @rpt-rfoxy in #511
- chore: bump Vite, Vitest, TypeScript, Linaria et al by @kurtdoherty in #526
- chore: bump Storybook, Node.js and Yarn by @kurtdoherty in #527
- chore: deprecate existing icons by @kurtdoherty in #528
- feat: Add new icon SVGs by @kurtdoherty in #529
- feat: Add
generate:icons
script by @kurtdoherty in #530 - feat: Generate new icon components by @kurtdoherty in #531
- feat: #145 Add new
DrawerFooter
component by @kurtdoherty in #520 - feat: #145 Add new
DrawerHeader
component by @kurtdoherty in #521 - chore: #532 add width to side bar and align items with top bar items by @kurtdoherty in #533
- feat: #145 Add new
DrawerContext
andElDrawer
styled element by @kurtdoherty in #522 - feat: #145 Add new
useDialogController
anduseDialogObserver
hooks by @kurtdoherty in #523 - feat: #145 Add new
useCancelCloseRequests
anduseWithStopPropagation
by @kurtdoherty in #524 - feat: #145 Add new
Drawer
component by @kurtdoherty in #525 - chore: update design tokens by @kurtdoherty in #534
- feat: Update
SideBar.MenuGroup
behaviour when the current page changes by @kurtdoherty in #535 - chore: update changelog with release date by @kurtdoherty in #536
Full Changelog: https://github.com/reapit/elements/compare/@reapit/elements_v5.0.0-beta.30...@reapit/elements_v5.0.0-beta.31