Comparing version 1.1.1 to 1.1.2
@@ -9,5 +9,9 @@ # Changelog | ||
## [1.1.2] - 2021-10-13 | ||
### Fixed | ||
- _Utilpack_: Typo for visibility value | ||
## [1.1.1] - 2021-10-12 | ||
### Added | ||
- Text gradients to _gradient_ component. | ||
- Text gradients to _gradient_ component | ||
@@ -25,4 +29,4 @@ ## [1.1.0] - 2021-10-10 | ||
### Changed | ||
- _Menu_: **[Possible Breaking Change]** Removed extra list layer from menu. | ||
This makes the CSS component smaller and easier to edit. | ||
- _Menu_: **[Possible Breaking Change]** Removed extra list layer from menu | ||
This makes the CSS component smaller and easier to edit | ||
- _Pagination_: Moved variables to helper for easier reuse | ||
@@ -32,4 +36,4 @@ - _Scroll-Slider_: Moved overflow fix to only effect Safari, Firefox and Chrome have fixed this issue | ||
- _Utilpack_: sizing utils like `w-content` have been replaced with `w-max` and `w-min` | ||
The util classes use the min/max-content values. | ||
Also adding more freedom for other max-w/h and min-w/h versions. | ||
The util classes use the min/max-content values | ||
Also adding more freedom for other max-w/h and min-w/h versions | ||
@@ -39,6 +43,6 @@ ### Fixed | ||
- _Transform_: **[Breaking Change]** translate naming inconsistency | ||
the `-t(y/x)-half` is now `-t(y/x)-50` matching the naming used in the Utilpack. | ||
the `-t(y/x)-half` is now `-t(y/x)-50` matching the naming used in the Utilpack | ||
- _Utilpack_: text-break has wrong css value option | ||
- _Utilpack_: **[Breaking Change]** Fixed typo for `$utilpack-separator` was `$utilpack-sepparator` | ||
- _Utilpack_: space and divide utilities now also ignores template tags. | ||
- _Utilpack_: space and divide utilities now also ignores template tags | ||
Making it easier to work with loops in [AlpineJS](https://alpinejs.dev/) | ||
@@ -45,0 +49,0 @@ To unset this back to just the `[hidden]` attribute change the; |
{ | ||
"name": "fylgja", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "The modular CSS framework. Powered via CSS components", | ||
@@ -5,0 +5,0 @@ "homepage": "https://fylgja.dev/", |
181204