1.0.0-alpha.13
Pre-release
Pre-release
1.0.0-alpha.13 (2024-06-04)
Features
- base: add stretched link class (fc5e4b6)
- base: implement states and extras into both buttons and links (161b34b)
- component: implement cards (34e9d08), closes #63
- component: implement flex columns component (6373947)
- component: implement menu and navigation components (ce93a72)
- function: handle transparent and other standard colors in theme.get() (3c3a7cf)
- props: add new border prop to all elements (d7de8c2)
- utility: add order utilities (24c7026)
- utility: add ratio classes (526197d)
Bug Fixes
- buttons: use proper theme get function for button variants (7baa57a)
- rename font-size to font-size-base for consistency (3537141)
- use unset for flex columns fill (fdaa10b)
Performance Improvements
- button: simplify disabled button code (582bcac)
- columns: adjust both normal and flex columns to work better in various screen sizes (16c133b)