Releases: tajo/ladle
Releases · tajo/ladle
@ladle/react@2.17.2
@ladle/react@2.17.1
@ladle/react@2.17.0
Minor Changes
-
#468
92ea9b1Thanks @tajo! - Ladle is adding a few hotkeys to make your life easier:/or⌘ cmd + p- Focus search input in the sidebar⌥ opt + →- Go to the next story⌥ opt + ←- Go to the previous story⌥ opt + ↓- Go to the next component⌥ opt + ↑- Go to the previous componentc- Toggle controls addond- Toggle dark modef- Toggle fullscreen modew- Toggle width addonr- Toggle right-to-left modes- Toggle story source addona- Toggle accessibility addon
These defaults can be customized through the configuration. Some stories might have utilize their own set of hotkeys. If you want to prevent conflicts with Ladle, you can disable all Ladle shortcuts for a specific story by using the
metaparameter:export default { meta: { hotkeys: false, }, }; Story.meta = { hotkeys: false, };
@ladle/react@2.16.1
@ladle/react@2.16.0
@ladle/react@2.15.0
Minor Changes
-
#449
d3e0200Thanks @tajo! - Add args and argTypes to context for Storybook compat -
#447
802b351Thanks @tajo! - Pass legacy parameters through context into decorators (Storybook compat) -
#450
7ce734aThanks @tajo! - Quicker side-navigation for deeply nested stories. The sub-tree is automatically expanded and the first story/link activated.