2.0.0 (2025-02-03)
Bug Fixes
- remove Tailwind classes from build output (dbd13ff)
BREAKING CHANGES
- Applications using RIS UI from now on will need to use Tailwind and generate the classes required by RIS UI components.
To continue using RIS UI, you'll need to make the following changes:
- Install Tailwind if you haven't already.
- The
RisUiPreset
andRisUiPlugin
must be used, otherwise styling might be missing. - In the Tailwind config, the application needs to add the path of RIS UI package in
node_modules
tocontents
.
See README.md for more information.