3.1.0 (2023-09-20)
- diff: fix grid for theme diffs (1b5f162)
- diff: update diff styles and fix diff current theme (e486dc1)
3.0.2 (2023-09-18)
- fix color value not showing picker on hsla value (eb288fc)
3.0.1 (2023-09-18)
- remove unused tool declarations (@jeslage)
- add showDiff to config and render story twice if active (@jeslage)
- move addon to addon-kit (@jeslage)
- remove yarn.lock in favor of package-lock.json (@jeslage)
- remove github from releaserc, fix changelog (@jeslage)
3.0.0 (2023-09-14)
- update versions (428b560)
- update versions, fix for wrong last minor release
- remove textarea and input control, add text control, update readme
- Issue #33: update storybook version and multiple components
- add release pipeline
- Issue #32: Added
name
to provider function
- Changed
ThemePlaygroundProps
to make use of typescript generic
2.1.0 (2021-01-23)
- Added
disabled
option to disable panel for single stories
- 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 control type
number
andcolor
as a replacement for typecounter
andcolorpicker
- Added icon prop to controls config
- Issue #19: Moved state to storybooks
useAddonState
hook to persist current state between story changes - Updated
withThemePlayground
to storybooksmakeDecorator
method instead of class component
- Removed
label
anddescription
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
- Control type
counter
andcolorpicker
will be deprecated in one of the next releases and replaced by typenumber
andcolor
- Overrides is deprecated and was replaced by controls object
1.3.4 (2020-09-06)
- Issue #14: Exported
ThemePlaygroundProps
interface
- Issue #14: Optional properties
config
andoverrides
where required inside ThemePlaygroundoptions
1.3.3 (2020-06-27)
- 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
lodash.startcase
import issue
1.3.1 (2020-06-27)
lodash.startcase
dependency
- PR: Bump websocket-extensions from 0.1.3 to 0.1.4
1.3.0 (2020-03-24)
Select
andRadioGroup
to override components
Select
component to also accept number as a value- Updated dev dependencies
Counter
value handling- PR: Bump acorn from 6.4.0 to 6.4.1.
1.2.2 (2020-01-26)
- Fixed wrong memoization of settings components
- Fixed
hidden
prop of override settings not being applied
1.2.1 (2020-01-24)
- Fixed suffix error on Range and Counter components
1.2.0 (2020-01-08)
- 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
- State handling inside settings context
- Memoized values on
RadioGroup
and settings components
1.1.0 (2020-01-05)
- Config key to options
- Debouncing of theme updates
- Description prop to every component
- Exchanged
Select
withRadioGroup
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
Code
component copy button styling
1.0.1 (2019-12-31)
- Bumped up version number due to npm issues
- Initial release