Releases: surimidev/surimi
Releases · surimidev/surimi
[email protected]
[email protected]
@surimi/[email protected]
@surimi/[email protected]
[email protected]
[email protected]
🚀 Enhancements
- surimi: Add common base class
SurimiBasefor all exported surimi classes (a825181) - Ensure nested CSS files are built, cached and included only once (8718c90)
🩹 Fixes
- parsers: Support tokenizing at-rules with names (container queries) (#51)
- Fix typing of select and styles methods (usables) (069b4d1)
- Append custom properties instead of pre-pending them (0634cf4)
🏡 Chore
- Add changelogen monorepo (#45)
❤️ Contributors
@surimi/[email protected]
@surimi/[email protected]
[email protected]
Changelog
🚀 Enhancements
- Finish working on media query builder (df83356)
- Initial version of @surimi/selector-parser (0e774de)
- Working on parsers (d46dc0c)
- Introduce the new parsers into the core (d087097)
🏡 Chore
- Linter updates, workspace improvements (c995fba)
- Switch to rollup for core bundling, update examples and CLI/vite plugin (aa71ab9)
- Update tests, deps and readmes (b3660c1)
❤️ Contributors
- Janis Jansen (@janis-me)
[email protected]
Changelog
🚀 Enhancements
- Proper CSS typings, mixins etc. (a80be19)
- Finish initial work on new selector / builder APIs. (c3768fc)
- Adjust tests, start working on media queries and custom properties (7c282e2)
- Finish working on media query builder (df83356)
- Add media query 5 data, adjust tests, add 'parent' and 'main' navigation functions (e79f382)
- Initial version of @surimi/selector-parser (0e774de)
- Working on parsers (d46dc0c)
- Introduce the new parsers into the core (d087097)
- Re-usable styles and mixins (#38)
- Allow nesting selector builders with the
selectmethod (#40)
🩹 Fixes
- Fixed bugs and tests (e824fb6)
🏡 Chore
- Start re-structuring the core (37fe1bc)
- Linter updates, workspace improvements (c995fba)
- Start to work on selector parsing (c671120)
- Remove emotion/hash for now (ad5aed5)
- Switch to rollup for core bundling, update examples and CLI/vite plugin (aa71ab9)
- Update tests, deps and readmes (b3660c1)
- Remove old implementation and console.logs (70bb7ce)
- Depricate attribute builder and parent/main selectors for now (da2faf0)
- Run linter (a05bf2b)
- ci: Update scripts and config for upcoming releases, include new package (e1f3941)
- surimi: Switch from tsup to tsdown (#43)
✅ Tests
- Uglify media query tests to match the at-rule stringify format (dc43471)