-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
109 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Changelog | ||
|
||
## [v1.1.0] - 2024-11-23 | ||
|
||
> Full release notes: [releases/v1.1.0.md](./releases/v1.1.0.md) | ||
### Added | ||
|
||
- Grimoire CSS JS: JavaScript wrapper for seamless integration. | ||
- Plugins for Vite, Webpack, Rollup. | ||
- 632 new animations. | ||
|
||
### Improved | ||
|
||
- Component initialization performance (2x boost). | ||
- Enhanced error messaging. | ||
|
||
### Fixed | ||
|
||
- Improved regex patterns to support all types of quotes. | ||
|
||
--- | ||
|
||
## [v1.0.0] - 2024-10-21 | ||
|
||
**Initial Release** | ||
|
||
Grimoire CSS debuts as a powerful CSS system engine designed for flexibility and performance. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# v1.1.0 Arcana: Unleashing Core Magic | ||
|
||
Grimoire CSS takes a major leap forward with the **v1.1.0 Arcana** release, bringing **double the performance**, hundreds of new animations, and significant ecosystem expansions. This update introduces **Grimoire CSS JS (gcssjs)**, a dedicated JavaScript wrapper for seamless integration with the JavaScript ecosystem, alongside plugins for popular bundlers like Vite, Webpack, and Rollup. All related work for **gcssjs** and its plugins is now managed in a separate repository with its own **GitHub Projects board** for better organization and visibility. | ||
|
||
## Key Highlights | ||
|
||
- **2x Performance Boost** thanks to optimized processing. | ||
- **632 New Animations** added to the core collection. | ||
- **Introduction of Grimoire CSS JS** and plugins for modern JavaScript build tools. | ||
- Comprehensive updates to documentation for easier onboarding. | ||
|
||
## Full Details | ||
|
||
### Enhancements | ||
|
||
- **Enhanced Components Initialization ((#8)[https://github.com/persevie/grimoire-css/issues/8])** | ||
|
||
- Optimized initialization to improve performance by ensuring components initialize only once. | ||
- Restructured component architecture for greater flexibility. | ||
- Introduced a two-way dictionary to support both full and shorthand syntax options. | ||
|
||
- **Improved Error Messaging and User Feedback ((#10)[https://github.com/persevie/grimoire-css/issues/10])** | ||
|
||
- Enhanced error messages and feedback mechanisms for a better user experience. | ||
|
||
- **Parallel Execution Improvements ((#11)[https://github.com/persevie/grimoire-css/issues/11])** | ||
- Refactored CSSBuilder and Parser to process files sequentially, eliminating unnecessary parallelism (removed rayon dependency). | ||
- Performance has **doubled** in scenarios involving large-scale projects, thanks to recent optimizations. | ||
|
||
### New Ecosystem: Grimoire CSS JS | ||
|
||
- **Grimoire CSS JS (gcssjs) ([#4](https://github.com/persevie/grimoire-css/issues/4))**: | ||
- Introduced a JavaScript wrapper for Grimoire CSS, enabling seamless integration into the JavaScript ecosystem. | ||
- **Plugins for Bundlers**: | ||
- Released plugins for Webpack ([#5](https://github.com/persevie/grimoire-css/issues/5)), Vite ([#6](https://github.com/persevie/grimoire-css/issues/6)), and Rollup ([#7](https://github.com/persevie/grimoire-css/issues/7)). | ||
- **Separate Repository**: | ||
- All work related to Grimoire CSS JS and its plugins is now maintained in a dedicated repository with its own **GitHub Projects board**. | ||
|
||
### Bug Fixes | ||
|
||
- **Parser Regex Fix ([#28](https://github.com/persevie/grimoire-css/issues/28))** | ||
- Improved regex patterns to support all types of quotes. | ||
|
||
### Documentation | ||
|
||
- Updated README with: | ||
- Recent features. | ||
- Installation instructions. | ||
- Usage examples. | ||
- Basic configuration guidelines. | ||
- Improved logo. |