Skip to content

v5.0.0 - Modern UI

Compare
Choose a tag to compare
@github-actions github-actions released this 10 May 00:15
· 39 commits to master since this release

5.0.0 (2024-05-10)

New Major 5.0 Release

This new release brings a lot of changes oriented toward better UI/UX, our SVG icons are now pure CSS and can be colorized like any other text via the native CSS color property (which helped a lot improving the Dark Mode Theme).

Another noticeable UI change is the migration of the date picker from Flatpickr to Vanilla-Calendar-Pro, this library is ESM, it has modern styling and an awesome UI/UX. Another change that is mostly internal but is also indirectly connected to the date picker is the migration from MomentJS to Tempo which is modern and is also packaged as ESM which is great for Tree Shaking. DOM Purify is now optional, giving you the choice to install it or something else like isomorphic-dompurify for SSR support... However even if it is now optional, we strongly suggest that you install it back to stay secure and CSP compliant (see migration below).

I believe that with all these recent changes, the project is pretty much feature complete and you should not expect any new major releases for a long time (hopefully).

Note

Follow the Migration to 5.0 for all the changes

⚠ BREAKING CHANGES

  • pure SVG icons, Moment to Tempo, Flatpickr to Vanilla-Calendar (#1518)

Features

Bug Fixes