Skip to content

Changelog

3.0.1

Patch Changes

  • 8a98440: syncpack sortExports rule update.

3.0.0

Major Changes

  • dca02aa: Node: Upgraded from node@18.18 to node@22.14.

    To Migrate:

    • Update the node version in the volta configuration in the package.json file.
    • Update the engine version in the package.json file.
    • Update the node version in any ci/cd pipes that have a fixed version.
    • Remove your node_modules and run a npm install.
    • Ensure all dependencies are compatible with the new node version.
    • If your package contains @tsconfig/node18 dependency, update it to @tsconfig/node22. Search for string occurence of @tsconfig/node18 in tsconfig files and replace there as well.

Patch Changes

  • 92b8a62: Fix broken tailwind defaultColor import.

2.0.0

Major Changes

  • 342d45d: Bump of Node engine to >=18.0.0

1.2.0

Minor Changes

  • d708ee947: Add new surface-ground token for the Back office theme

1.1.0

Minor Changes

  • b308095a2: Update primevue theme to be compatible with prime vue v3.50.0

1.0.0

Major Changes

  • e24e2113f: Create xerius-light & xerius-dark prime theme and tailwindcss plugin for back-office use.

Minor Changes

  • 43764f717: Update message borders

Patch Changes

  • 589b94819: Fix build script to correctly link fonts in CDN environments.