Releases: LumexUI/lumexui
Releases · LumexUI/lumexui
Release list
v2.3.6
Bug Fixes
- fix(datebox): keep optional field valid after backspace clear by @desmondinho in #307
- fix(modal): require pointerdown intent before backdrop dismiss by @desmondinho in #308
Docs
- docs(card): reorder Card component sections in documentation by @Kanawanagasaki in #305
Misc
- build(deps): Bump Microsoft.AspNetCore.Components.WebAssembly from 9.0.1 to 9.0.13 by @dependabot[bot] in #296
- build(deps-dev): Bump picomatch from 2.3.1 to 2.3.2 in /src/LumexUI by @dependabot[bot] in #303
- build(deps): Bump Markdig from 0.44.0 to 1.1.1 by @dependabot[bot] in #295
- build(deps): Bump coverlet.collector from 6.0.4 to 8.0.0 by @dependabot[bot] in #294
New Contributors
- @Kanawanagasaki made their first contribution in #305
Full Changelog: v2.3.5...v2.3.6
v2.3.5
Bug Fixes
- fix(datagrid): apply per-column CSS class by @desmondinho in #302
Full Changelog: v2.3.4...v2.3.5
v2.3.4
Bug Fixes
- fix(popover): portal into closest dialog to stay on top layer by @desmondinho in #300
Full Changelog: v2.3.3...v2.3.4
v2.3.3
Bug Fixes
- fix(styles): scope scroll-lock to dialog elements only by @desmondinho in #298
Docs
- docs(*): set fixed version for apexcharts by @desmondinho in #289
- docs(modal): move usage note below demo by @desmondinho in #290
Misc
- build(deps-dev): Bump rollup from 4.24.0 to 4.59.0 in /src/LumexUI by @dependabot[bot] in #284
- build(deps): Bump Markdig from 0.40.0 to 0.44.0 by @dependabot[bot] in #268
- build(deps): Bump FluentValidation from 11.10.0 to 12.1.1 by @dependabot[bot] in #265
- build(deps): Bump coverlet.collector from 6.0.2 to 6.0.4 by @dependabot[bot] in #240
Full Changelog: v2.3.2...v2.3.3
v2.3.2
What's Changed
- fix(modal): disable exit transition if
overlayis not supported (webkit/safari) by @desmondinho in #285
Full Changelog: v2.3.1...v2.3.2
v2.3.1
What's Changed
- fix(*): include missing tw-animate.css in the package by @desmondinho in 52eb4e9
Full Changelog: v2.3.0...v2.3.1
v2.3.0
What's Changed
- feat(components): add Modal component by @desmondinho in #283
Full Changelog: v2.2.1...v2.3.0
v2.2.1
What's Changed
- fix(toast): use app's font sans family by default by @desmondinho in #279
Docs
- docs(*): add llms.txt by @desmondinho in #272
Full Changelog: v2.2.0...v2.2.1
v2.2.0
What's Changed
- feat(components): add Datebox component by @sikelio in #250
- feat(components): add ToastProvider component by @desmondinho in #270
- Improved the
ThemeServiceAPI by adding aThemeChangedevent and aCurrentThemegetter
Breaking Changes
- Removed the
GetThemeAsyncfrom theThemeService
New Contributors
Full Changelog: v2.1.0...v2.2.0
v2.1.0
What's Changed
✨ New Features
- feat(components): add Code component by @Denny09310 in #249
- feat(components): add Kbd component by @Denny09310 in #251
- feat(components): add User component by @Denny09310 in #252
📝 Docs
- docs(*): add missing component API links by @Denny09310 in #253
New Contributors
- @Denny09310 made their first contribution in #249
Full Changelog: v2.0.1...v2.1.0