@fylgja/pagination
Version:
Pagination component makes it easy to build many pagination patterns
34 lines (25 loc) • 845 B
Markdown
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Simplified `@layer` support,
CSS can use native, for SCSS use the new variable `$pagination-layer`,
the options from v1.2 are deprecated
- color syntax with new linter rules
- support for `@layer` in components scope
- Slimmed down the CSS by using the `:is` selector
- Moved style logic to mixin
- Moved variables to helper for easier reuse
Initial Release 🎉