It’s been almost two months since v1.0.0, and honestly, this update isn’t as big as I wanted it to be. Life happens, other projects took some time, but I’m still here, and I still want to keep improving LumexUI.
Looking ahead, I have some cool things planned:
- New components like Avatar, Badge, Chip, Tooltip, and more.
- Better showcases—examples of LumexUI in actual dashboards, forms, and other complex UIs, so it’s easier to see it in action.
- Documentation needs a dark mode. :)
Thanks for sticking around! More updates are coming 🚀
What's Changed
✨ New Features
- feat(components): apply
data-slot
attribute to all component parts by @desmondinho in #127 - feat(components): introduce Tabs component by @desmondinho in #159
- feat(components): add XML summaries to all publicly visible members by @desmondinho in #162
- feat(components): introduce Dropdown component by @desmondinho in #168
📝 Docs
- fix(docs): correct typo in the 'Configure startup file' section of installation guide by @DavidH102 in #147
- docs: remove prerelease flag from the installation step by @mariuskrass in #150
- feat(docs): Add warning about using Tailwind CSS v4.0 by @aurepereira in #160
🛠️ Chore
- build(deps): add compatibility for .NET 9 by @desmondinho in #161
- build(deps): bump Markdig from 0.38.0 to 0.40.0 by @dependabot in #153
- build(deps): bump xunit.runner.visualstudio from 2.8.2 to 3.0.1 by @dependabot in #152
- build(deps): bump bunit from 1.36.0 to 1.38.5 by @dependabot in #151
- build(deps): bump FluentAssertions from 6.12.2 to 8.0.1 by @dependabot in #158
New Contributors
- @DavidH102 made their first contribution in #147
- @mariuskrass made their first contribution in #150
- @aurepereira made their first contribution in #160
Full Changelog: v1.0.0...v1.1.0