Skip to content

Latest commit

 

History

History
102 lines (79 loc) · 9.04 KB

CHANGELOG.md

File metadata and controls

102 lines (79 loc) · 9.04 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.1.0 (2023-09-14)

⚠ BREAKING CHANGES

  • Stack: Use more controllable props

Features

  • Add Window with dummy story (01c9d26)
  • Add dummy layout (f3e74d9)
  • Button: Add alert Button variant (b92a9cf)
  • Button: Add macSize property (8b5ee10)
  • Button: Move primary to property (33db582)
  • Introduce scrollLock action (430e3af)
  • Introduce Modal component (db6e6ab)
  • SettingsGroup: Tune colors (739eedc)
  • Stack: Add maxWidth property (0f51168)
  • Stack: Use more controllable props (058a84d)

0.0.7 (2023-09-14)

Features

  • Button: Tune macOS button styles (42ab16b)
  • Segment: Improve styles to better match macOS (b406888)
  • ThemeProvider: Tune macOS colors and fonts (7640163)

0.0.6 (2023-09-14)

Features

  • Button: Add hotkey property (25c606c)
  • Introduce Backdrop component (4b26aff)
  • Introduce hotkey action (5ce0817)
  • Stack: Align items on align (ba95fc2)
  • Typography: Introduce text-s variant (d4c3b16)

0.0.5 (2023-09-13)

Features

  • Deploy npm package on tag (6f186cc)

0.0.4 (2023-09-13)

Features

0.0.3 (2023-09-12)

Features

  • Add default Props component (c7ed227)
  • Add git hooks (dd3a02f)
  • Add more variables to themes (c282ff4)
  • Add Storybook deploy to GitHub Pages (5787562)
  • Button: Add class prop support (b6a3cac)
  • Button: Forward more events (8bf333c)
  • Improve storybook theming (81c0d9a)
  • Introduce Portal component (e2c0b00)
  • Introduce RadioGroup component (64ad64f)
  • Introduce Segment component (98ba2e0)
  • Introduce Select component (f862e48)
  • Introduce SettingsGroup component (4c5f37b)
  • Introduce Spinner component (01d65af)
  • Introduce Toggle component (5d0ef88)
  • Move ActionsLayout to layouts group, add docs (f07f09c)
  • scripts: Add spell check (a05f372)
  • scripts: Add styles linting (2e4fe1e)
  • storybook: Add h3 styles (6f32191)
  • storybook: Improve code block styles (2d54c0f)
  • ThemeProvider: Add xs spacing (892dc07)
  • ThemeProvider: Add tertiary background color (3829551)
  • ThemeProvider: Introduce theme context (8b66cb9)
  • Tune macOS transitions (22d7d6f)
  • Typography: Add fullWidth property (39a711c)
  • Typography: Add text-l variant (34af514)
  • Typography: Add custom colors support, add caption (8965102)
  • Typography: Add text align property (1890b14)
  • Typography: Disable selection by default (e01990f)
  • Typography: Tune border-radius-l (d1185dc)

Bug Fixes

  • Autofix code style problems (a93139d)
  • docs: Add spacing for headings (977a04e)
  • scripts: Ignore dist and storybook-static (02c6889)
  • scripts: Remove layout stories from package (f2a98c1)
  • Select: Use correct font size (d914d59)
  • SettingsGroup: Adjust minimal height (66c303e)
  • Stack: Align horizontal items by default (2b82aca)
  • ThemeProvider: Change color format (77630ca)
  • ThemeProvider: Tune colors, add missing space, add missing imports (2279dcb)
  • ThemeProvider: Use transparent borders (2ba6196)
  • Tune colors (aa5e719)
  • Tune linux text-m (9d4d484)
  • Typography: Use span by default (37e4c3a)