Releases: RodrigoTomeES/astro-rename
Releases · RodrigoTomeES/astro-rename
v2.0.0-alpha6
[2.0.0-alpha6] - 2024-06-20
Added
- Support for compressing CSS variables.
- Support SSR and hybrid mode.
Changed
- Regular expresion to match class names now is more strict, avoiding matches with incomplete class names.
Fixed
- Config types are now correctly exported, so now the plugin has suggestion in options.
New Contributors
- @florian-lefebvre made their first contribution in #15
- @gabrielperales made their first contribution in #17
Full Changelog: v1.1.2...v2.0.0-alpha6
v1.1.2
v1.1.1
[1.1.1] - 2023-10-21
Changed
- Now the required version of Node.js is the latest LTS 18.18 or higher.
New Contributors
Full Changelog: v1.1.0...v1.1.1
v1.1.0
[1.1.0] - 2023-08-11
Added
- Show size of the result files with gzip and brotli
- Improve stadistics of file size reduction
Fixed
- Regex expression matches incomplete class names, leading to errors:
h-2
class match instances ofh-20
New Contributors
- @kenchandev made their first contribution in #2
Full Changelog: v1.0.0...v1.1.0
v1.0.0
[1.0.0] - 2023-05-29
Added
- Support for compressing CSS classes.
- The options for postcss-rename support excluding IDs.
- Replacement of CSS class references in HTML, JS, and other files.
- Support for custom class name prefixes.
- Option to set the target file extensions to process.