Skip to content

Latest commit

Β 

History

History
211 lines (117 loc) Β· 7.26 KB

CHANGELOG.md

File metadata and controls

211 lines (117 loc) Β· 7.26 KB

3.1.0 (2023-09-20)

Bug Fixes

  • diff: fix grid for theme diffs (1b5f162)

Features

  • diff: update diff styles and fix diff current theme (e486dc1)

3.0.2 (2023-09-18)

Bug Fixes

  • fix color value not showing picker on hsla value (eb288fc)

3.0.1 (2023-09-18)

Features

  • remove unused tool declarations (@jeslage)
  • add showDiff to config and render story twice if active (@jeslage)
  • move addon to addon-kit (@jeslage)

CI

Chore

  • remove yarn.lock in favor of package-lock.json (@jeslage)
  • remove github from releaserc, fix changelog (@jeslage)

3.0.0 (2023-09-14)

Features

BREAKING CHANGES

  • update versions, fix for wrong last minor release

2.3.0 (2022-12-07)

Features

  • remove textarea and input control, add text control, update readme
  • Issue #33: update storybook version and multiple components

CI

  • add release pipeline

2.2.0 (2022-12-07)

Added

Changed

  • Changed ThemePlaygroundProps to make use of typescript generic

2.1.0 (2021-01-23)

Added

  • Added disabled option to disable panel for single stories

Changed

  • PR: Upgrade all dependencies using npm-check-updates
  • PR: Bump ini from 1.3.5 to 1.3.8

Fixed

  • PR: Fix crash when no 'controls' property is specified
  • Issue #23: Fixed missing controls object inside ThemeControls component

2.0.0 (2020-11-23)

Added

  • Added control type number and color as a replacement for type counter and colorpicker
  • Added icon prop to controls config

Changed

  • Issue #19: Moved state to storybooks useAddonState hook to persist current state between story changes
  • Updated withThemePlayground to storybooks makeDecorator method instead of class component

Removed

  • Removed label and description prop from all input components and moved it to parent control component
  • Removed all custom input components in favor of core components from @storybook/components

Deprecated

  • Control type counter and colorpicker will be deprecated in one of the next releases and replaced by type number and color
  • Overrides is deprecated and was replaced by controls object

1.3.4 (2020-09-06)

Added

  • Issue #14: Exported ThemePlaygroundProps interface

Fixed

  • Issue #14: Optional properties config and overrides where required inside ThemePlayground options

1.3.3 (2020-06-27)

Changed

  • Issue #3: Moved withThemePlayground to a class component due to invalid hook call while using @storybook/addon-storyshots.

1.3.2 (2020-06-27)

Fixed

  • Fixed lodash.startcase import issue

1.3.1 (2020-06-27)

Added

  • lodash.startcase dependency

Fixed

  • PR: Bump websocket-extensions from 0.1.3 to 0.1.4

1.3.0 (2020-03-24)

Added

  • Select and RadioGroup to override components

Changed

  • Select component to also accept number as a value
  • Updated dev dependencies

Fixed

  • Counter value handling
  • PR: Bump acorn from 6.4.0 to 6.4.1.

1.2.2 (2020-01-26)

Fixed

  • Fixed wrong memoization of settings components
  • Fixed hidden prop of override settings not being applied

1.2.1 (2020-01-24)

Fixed

  • Fixed suffix error on Range and Counter components

1.2.0 (2020-01-08)

Added

  • Ability to hide specific theme values or objects
  • Added debounceRate to config
  • Loading state for debounced theme updates
  • HSL and default css colors for color value check
  • Reset button

Changed

  • State handling inside settings context
  • Memoized values on RadioGroup and settings components

1.1.0 (2020-01-05)

Added

  • Config key to options
  • Debouncing of theme updates
  • Description prop to every component

Changed

  • Exchanged Select with RadioGroup component for theme selection
  • Updated styling of SettingsItem
  • Example with variable fonts, updated example stylings
  • Updated example to one global decorator instead of multiple stories with different decorators

Fixed

  • Code component copy button styling

1.0.1 (2019-12-31)

  • Bumped up version number due to npm issues

1.0.0 - 2019-12-31

  • Initial release