v6.3.0
What's Changed
- fix(HelperTextItem): allowed removal of SR text element by @thatblindgeye in #11704
- chore(pagination): rename Navigation to PaginationNavigation by @Mash707 in #11664
- chore(deps): update dependency @eslint/compat to ^1.2.8 by @renovate[bot] in #11736
- fix(DatePicker): prevented textless helper text from rendering by @thatblindgeye in #11713
- fix: Updated promote.sh to include chatbot and data-view by @dlabaj in #11699
- chore(skeleton): updated screen reader text by @Mash707 in #11739
- chore(expandable section): improve toggle text to be descriptive by @Mash707 in #11737
- chore(DescriptionList): added keyboard interaction cypress test by @Mash707 in #11689
- chore(dropdown, select): update type definition for label by @Mash707 in #11718
- feat(LoginPage): added isPasswordRequired prop by @Mash707 in #11673
- refactor(CodeEditor): rewrite to become a functional component by @logonoff in #11650
- chore(code editor): add headerMainContent prop to example by @Mash707 in #11720
- feat(Page): Added support for sidebar-less layout by @thatblindgeye in #11760
- fix(Wizard deprecated): added wrapper for step name by @thatblindgeye in #11761
- fix(Nav): added role presentation to NavItemSeparator by @thatblindgeye in #11730
- chore(Alert): removed remove button from timeout example by @thatblindgeye in #11734
- feat(Truncate): added logic to truncate based on max characters by @thatblindgeye in #11742
- chore(chart bullet): convert to typescript by @Mash707 in #11756
- chore(chart bullet): convert to typescript part two by @Mash707 in #11758
- Chore(DescriptionList): added unique aria-labels by @Mash707 in #11646
- chore(chart area): convert to typescript by @Mash707 in #11721
- chore(search input): add a11y labels to examples by @Mash707 in #11743
- chore(deps): update dependency cypress to ^14.0.1 by @Mash707 in #11625
- feat(version): testing react 19 by @kmcfaul in #11754
- feat(ver): revert bump to @types/react & @types/react-dom by @kmcfaul in #11770
- chore(deps): update dependency eslint-plugin-prettier to ^5.2.6 by @renovate[bot] in #11747
- chore(List): updated unit tests by @thatblindgeye in #11738
- chore(card): added header wrap example by @Mash707 in #11765
- chore(TreeView): added and updated unit tests by @thatblindgeye in #11744
- chore(code block): update aria labels in examples by @Mash707 in #11748
- fix(Truncate, Progress): enable truncated tooltip via keyboard by @kmcfaul in #11731
- chore(deps): update dependency typescript-eslint to ^8.22.0 by @Mash707 in #11600
- chore(page): updated examples to provide a11y labels by @Mash707 in #11741
- chore(chart bar): convert to typescript by @Mash707 in #11727
- chore(deps): update dependency @vitejs/plugin-react-swc to ^3.9.0 by @renovate[bot] in #11690
- chore(workspace): update splash message by @srambach in #11783
- fix(password generator): fixed syntax error in demo by @Mash707 in #11782
- chore(form): update use of help icon by @Mash707 in #11780
- fix(login page): update demo background by @Mash707 in #11781
- feat(MultiTypeaheadSelect): make labels removable and customizable by @adamviktora in #11774
- chore(page): updated examples to provide a11y labels by @Mash707 in #11740
- fix(Truncate): allowed punctuation at start of content by @thatblindgeye in #11798
- feat(navigation) - add inert attribute to NavExpandable by @Mash707 in #11749
- chore(chart box plot) - convert to typescript by @Mash707 in #11728
- chore(deps): update dependency eslint-config-prettier to ^10.1.5 by @renovate[bot] in #11793
- chore(miscellaneous): remove unnecessary eslint disable camelcase comments by @Mash707 in #11796
- feat(MultiTypeaheadSelect): add initialInputValue prop by @adamviktora in #11791
- chore(chart line): convert to typescript by @Mash707 in #11824
- chore(docs): use static values in demos by @Mash707 in #11769
- chore(chart legend): convert to typescript by @Mash707 in #11823
- chore(chart donut utilization): convert to typescript part two by @Mash707 in #11822
- chore(chart donut): convert to typescript by @Mash707 in #11818
- fix(Table): removed divider for expanded rows by @thatblindgeye in #11815
- chore(chart donut utilization): convert to typescript by @Mash707 in #11819
- feat(Truncate): added tooltip props and anchor usage by @thatblindgeye in #11801
- feat(Tabs): added animations by @thatblindgeye in #11767
- feat(DualListSelector): enabled opt-in animations by @thatblindgeye in #11837
- fix: added resultsCountContext prop to pass into the screenReaderText… by @parthivrh in #11844
- fix(Popper): resolved alignment issue for multiple renders by @thatblindgeye in #11846
- fix(TreeViewListItem): customBadgeContent of number 0 will display by @adamviktora in #11848
- feat(Form): enabled opt-in animations for expandable fieldgroup by @thatblindgeye in #11843
- feat(button): add favorite variant by @Mash707 in #11853
- chore(card): add ability to hide radio button in example by @Mash707 in #11832
- feat(Icons): Allow for more complex paths and svgs by @rebeccaalpert in #11864
- feat(Button/MenuToggle): added support for hamburger/settings animations by @thatblindgeye in #11861
- feat(TreeView): enabled opt-in animations by @thatblindgeye in #11842
- fix(ExpandableSection): made animation opt-in for detached variant by @thatblindgeye in #11851
- feat(Tabs): add the option to disable the Add button by @ksiekl in #11872
- feat(SearchInput): enable animations by @kmcfaul in #11874
- docs(charts): Move chart theme examples to colors for charts page. by @edonehoo in #11849
- feat(Table): added optin animations for expansion by @thatblindgeye in #11865
- fix: Bumped to latest core version. by @dlabaj in #11880
- fix(Icons): Bring in newer FA icon by @rebeccaalpert in #11905
- chore: bumped to latest core version for v6.3 - prerelease.37 by @dlabaj in #11909
- fix(Table): updated logic for expandable class by @thatblindgeye in #11918
- fix: Resolve memory leaks in event listeners and observers by @jenny-s51 in #11926
- fix(Tables): updated animations to beta by @thatblindgeye in #11927
- fix(Button): Bump core version to fix button animation by @nicolethoen in #11928
- feat(Table): add hasAction flag by @kmcfaul in #11877
New Contributors
- @parthivrh made their first contribution in #11844
- @ksiekl made their first contribution in #11872
Full Changelog: v6.2.2...v6.3.0