Releases: Graupl/graupl
Releases · Graupl/graupl
1.0.0-alpha.9
1.0.0-alpha.8
1.0.0-alpha.8 (2024-05-03)
Features
- button: add sass map to control theme shades for each variant (e94f530)
- screen: reduce and modernize media queries and mixins (7b5fc3c)
- table: add sass map to control theme shades for each variant (64f36e2)
Bug Fixes
1.0.0-alpha.7
1.0.0-alpha.7 (2024-05-01)
Features
- add top margin to headings (9fc42f1)
- component: add input groups (bf7ecd2)
- implement table base and component styles (7cb1552), closes #24
- mixin: implement proper screen media queries (6c4f6d6)
- use theme-specific button text colours (d6b3276)
- utility: add writing direction specific spacers (73b43ce), closes #40
Bug Fixes
- component: correct field group column width (6488aa5), closes #44
- docs: correct path to functions (e75207c)
- typography: use correct index for small text (1685433)
Code Refactoring
- layout: move container custom props to proper file (4f4acde)
- maps: add custom versions of maps to override (6150442)
- scss: separate compiled and source scss (4ce7bbb)
- typography: rename bold-font-weight to font-weight-bold (b9d7c04)
Build System
- npm: add postbuild script to ensure docs build during tests (54b5e18)
1.0.0-alpha.6
1.0.0-alpha.6 (2024-04-29)
Features
- add typography theme and utility styles (b60f500)
- utilities: add spacer utilities and replace gap with spacers (f4a49f8)
Bug Fixes
- layout: split columns gap into row and column (9b42185)
Build System
1.0.0-alpha.5
1.0.0-alpha.4
1.0.0-alpha.4 (2024-04-22)
Features
- theme: add variables for root font and background (a7997e8)
Code Refactoring
- utilities: use bg- and text- for color utilities (9709b32)
1.0.0-alpha.3
1.0.0-alpha.3 (2024-04-20)
Features
- theme: add ability to generate new theme colours automatically (df0ad39)
- utilities: add background and color utilities (ef14a15), closes #11
Bug Fixes
- accessibility: add reduced motion handling on buttons (2a33df0)
- buttons: handle disabled state (1b2e859), closes #9
- state: correct layer order for states to override (afd87e4)
Code Refactoring
- change .columns- to .count- (45d0970)
Documentation
- add basic example of how to override defaults (a808eeb), closes #10
- correct link to github (847c074)
Build System
1.0.0-alpha.2
1.0.0-alpha.2 (2024-04-18)
Features
- use full spectrum of available colour shades (24ed3f3)
Bug Fixes
- form: handle disabled fieldsets (5a50979)
1.0.0-alpha.1
1.0.0-alpha.1 (2024-04-17)
Features
- add form base styles and components (daee446)
- add tertiary colour for more options (37cb0de)
- layout: add ability to span columns (677c781)
Bug Fixes
- theme: add correct color scheme to theme modes (b740200)
1.0.0-alpha.0
1.0.0-alpha.0 (2024-04-15)
Features
- add components (12c2e48)
- add link base styles (c3a9bc1)
- columns: add column count classes (50dbc6c)
- component: implement buttons (6d747b3)
- fix buttons and structure (aa8f62e)
- implement layer mixin (2014476)
- implement prefix into all custom props (73fb04e)
- implement theme (40b4931)
- initial commit (f457139)
Bug Fixes
- use interpolation in all custom prop declarations (a7d347c)
Code Refactoring
Build System
- npm: add lint and release scripts (2c074d6)
- npm: add remaining dev and build tools (1ceac67)
- npm: setup package (be78d5b)