Releases: coreui/coreui-react
Releases · coreui/coreui-react
Release list
v5.12.0
What's Changed
- feat(Chip): add CChipSet component and filter chips by @mrholek in #457
- docs: add AddedIn badge component by @mrholek in #458
- feat(CNavGroup): controlled visibility, onVisibleChange and context-based accordion by @mrholek in #459
- fix(CNavGroup): retain nested subgroup state when reopening a collapsed parent by @mrholek in #460
- fix(build): bump tsconfig lib to es2023 to support Array.prototype.at() by @mrholek in #461
- docs(CSearchButton): change custom shortcut example to meta+i to avoid DocSearch conflict by @mrholek in #462
- chore(eslint): disable unicorn autofix rules that break TS typing by @mrholek in #463
- fix(CDropdown): prevent window listener and popper leaks on unmount by @mrholek in #464
- fix(CTooltip,CPopover): cancel pending delay timers and preserve child handlers by @mrholek in #465
- fix(CModal): fire onClosePrevented only on prevented close and ignore drag-out releases by @mrholek in #466
- fix(CCarousel): clear cycle timeouts reliably and scope effects by @mrholek in #467
- chore(eslint): enable react/jsx-uses-react and apply prettier formatting by @mrholek in #468
- refactor(lint): replace expression statements with explicit conditionals by @mrholek in #469
- fix(CCarouselItem,CSidebar,CLink): remove leaked listeners and dead code by @mrholek in #470
- refactor(lint): replace any and tighten type idioms by @mrholek in #471
- chore(docs): clear straightforward lint errors by @mrholek in #472
- refactor(docs): load prismjs grammars at module scope instead of during render by @mrholek in #473
- ci: replace broken workflows with a working build/test/lint pipeline by @mrholek in #474
- chore(docs): remove unused ExampleSnippetLazy component by @mrholek in #475
- fix(CCarousel): use the vanilla swipe helper for touch navigation by @mrholek in #476
- release: v5.12.0 by @mrholek in #477
Full Changelog: v5.11.0...v5.12.0