@mastors/flexer 1.1.0 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +20 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -470,6 +470,26 @@ Utilities that support responsive variants: `flex` display, `flex-direction`, `f
|
|
|
470
470
|
|
|
471
471
|
---
|
|
472
472
|
|
|
473
|
+
## Changelog
|
|
474
|
+
|
|
475
|
+
### v1.2.0
|
|
476
|
+
|
|
477
|
+
- **Added:** `flex-container()` mixin — one-call flex container configuration (direction, wrap, justify, align, gap, inline)
|
|
478
|
+
- **Added:** `flex-item()` mixin — one-call flex item configuration (grow, shrink, basis, align-self, order)
|
|
479
|
+
- **Added:** `flex-center()` mixin — single-line centering shorthand; also ships `flex-center-x()` and `flex-center-y()` axis variants
|
|
480
|
+
- **Added:** `generate-flex-utilities()` generator — emit a complete flex utility set from a config map with per-axis opt-in and a single `responsive` flag
|
|
481
|
+
- **Updated dependency:** `@mastors/core@1.2.0`
|
|
482
|
+
|
|
483
|
+
### v1.1.0
|
|
484
|
+
|
|
485
|
+
- Updated dependency: `@mastors/core@1.1.0`
|
|
486
|
+
|
|
487
|
+
### v1.0.0
|
|
488
|
+
|
|
489
|
+
- Initial public release — full Flexbox utility set, `generate-utilities()` engine, full responsive breakpoint support
|
|
490
|
+
|
|
491
|
+
---
|
|
492
|
+
|
|
473
493
|
## License
|
|
474
494
|
|
|
475
495
|
MIT © Mastors Contributors
|