@qui/tailwind-plugin
1.7.1
February 12th, 2025
- fix (VscodeTheme): removed
default
key for all entries apart from those that need it. - fix (VscodeTheme): fixed opacity.
1.7.0
February 12th, 2025
- feat (VscodePlugin): added missing color variables.
- feat (VscodePlugin): organized opacity color variables into their correct theme object.
- feat (VscodePlugin): organized stroke color variables into their correct theme object.
- fix (VscodePlugin): fixed box shadows.
- dev (VscodePlugin): refined color generation script.
1.6.0
February 12th, 2025
- feat (VscodePlugin): Added
body-1
andbody-2
fontSize options with specific lineHeight and fontWeight.
1.5.2
February 11th, 2025
- fixed package.json files definition.
1.5.1
February 11th, 2025
- fixed bundled output.
1.5.0
February 11th, 2025
- feat (GenerateTheme): Added color array to the theme builder and regex validation for unmatched CSS variable names.
- feat (VscodePlugin): Added new font styles and colors.
- feat (GenerateTheme): Implemented try-catch block during theme object construction to debug variable parsing failures.
- fix (GenerateTheme): Fixed CSS variable parsing to include colors with a new regex pattern for valid variable names.
- fix (VscodePlugin): Removed old utility classes and theme definitions for font stretch and added new label styles.
1.4.0
February 7th, 2025
- feat (VscodePlugin): added vscode theme plugin at the export path of
@qui/tailwind-plugin/vscode
. - feat (QuiPlugin): the qui package is now also exported as default from
@qui/tailwind-plugin/qui
. The default export of@qui/tailwind-plugin
will be removed in a future version. - dev: updated build scripts to include separate vite configuration and TypeScript build for qui and vscode plugins.
- dev: added new TypeScript build files
tsconfig.build-qui.json
andtsconfig.build-vscode.json
for qui and vscode plugins respectively. - dev: removed
tsconfig.build.json
. - dev: updated
tsconfig.json
to change the include path.
1.3.2
November 2nd, 2024
- fix: removed scripts and devDependencies from published package.
1.3.1
July 10th, 2024
- Loosened the peer dependencies for
@qui
packages.
1.3.0
July 9th, 2024
- feat: added QUI typography classes to tailwind utilities. These can now be prefixed with tailwind queries and state like
sm:
andhover:
.
1.2.1
June 23rd, 2024
- dev: updated tsconfigs.
1.2.0
May 22nd, 2024
- dev: upgraded vite to v5.
- Changed package type to
module
.
1.1.1
March 11th, 2024
- dev scripts update.
1.1.0
February 29th, 2024
- feat: added border radii to theme config.
1.0.1
February 16th, 2024
- fix: Removed postinstall script.
1.0.0
February 15th, 2024
- Initial release.