v2.0.0-preview.1 #194
desmondinho
started this conversation in
General
Replies: 1 comment 26 replies
-
|
@desmondinho FYI the new install guid/docs don't seem to be readable when system theme is set to dark: |
Beta Was this translation helpful? Give feedback.
26 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is a pre-release version of v2.0.0, focusing on upgrading the library to Tailwind CSS v4.
Since this introduces breaking changes (dropping Tailwind v3 support), I am releasing this preview version to allow to test and provide feedback before the final release.
🔥 What's New?
Dropped Tailwind CSS v3 Support
Custom CSS variables
--lumex-box-shadow-*changed to--lumex-shadow-*to be more like new Tailwind CSS variable--shadow-*.Custom CSS variables
--lumex-*-opacitychange to--lumex-opacity-*to better match the rest of custom CSS variables.The font size of the
LumexButtondecreases by one step for each size variant:Before:
Now:
🚀 How to Upgrade
👉 Refer to the Tailwind CSS v4 Upgrade Guide for details.
👉 Refer to the new LumexUI installation guide for details.
I have improved the installation process by including a custom .targets file in the package.
This file contains an MSBuild script that runs automatically after the build, copying all files from the package's theme folder to your project's
bindirectory, creating a newlumexuifolder.I chose the bin directory because it is ignored by
.gitignoreby default. However, you can customize this path by manually overriding theLumexUIDirproperty in yourYourProject.csprojfile:📣 How to Provide Feedback
Since this is a preview release, I encourage testing and feedback.
🔹 Report issues in GitHub.
🔹 Discuss migration challenges in Discussions.
Your feedback will help ensure a smooth final release of v2!
Full Changelog: v1.1.1...v2.0.0-preview.1
This discussion was created from the release v2.0.0-preview.1.
Beta Was this translation helpful? Give feedback.
All reactions