Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Feb 13:48
· 4 commits to main since this release
dbd13ff

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 and RisUiPlugin 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 to contents.

See README.md for more information.