Skip to content

Releases: tajo/ladle

@ladle/react@2.17.2

10 Aug 19:40
0f864e3

Choose a tag to compare

Patch Changes

  • #472 d51e5f4 Thanks @tajo! - Global hotkeys should work from inside of the iframe as well.

@ladle/react@2.17.1

07 Aug 09:22
92c7e73

Choose a tag to compare

Patch Changes

@ladle/react@2.17.0

07 Aug 08:55
dec5ade

Choose a tag to compare

Minor Changes

  • #468 92ea9b1 Thanks @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 component
    • c - Toggle controls addon
    • d - Toggle dark mode
    • f - Toggle fullscreen mode
    • w - Toggle width addon
    • r - Toggle right-to-left mode
    • s - Toggle story source addon
    • a - 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 meta parameter:

    export default {
      meta: {
        hotkeys: false,
      },
    };
    Story.meta = {
      hotkeys: false,
    };

@ladle/react@2.16.1

16 Jul 02:52
f0f2527

Choose a tag to compare

Patch Changes

@ladle/react@2.16.0

14 Jul 21:13
0f93363

Choose a tag to compare

Minor Changes

  • #460 29c4e6c Thanks @tajo! - Support argTypes boolean, text, number, color and date.

Patch Changes

@ladle/react@2.15.0

13 Jun 05:09
bc913f7

Choose a tag to compare

Minor Changes

  • #449 d3e0200 Thanks @tajo! - Add args and argTypes to context for Storybook compat

  • #447 802b351 Thanks @tajo! - Pass legacy parameters through context into decorators (Storybook compat)

  • #450 7ce734a Thanks @tajo! - Quicker side-navigation for deeply nested stories. The sub-tree is automatically expanded and the first story/link activated.

@ladle/react@2.14.0

07 Jun 22:38
ff8694c

Choose a tag to compare

Minor Changes

@ladle/react@2.13.0

27 May 06:56
92cf4c1

Choose a tag to compare

Minor Changes

  • #437 04a4662 Thanks @tajo! - Include all stories into optimizeDeps.entries so all deps get prebundled and there are no further reloads later.

Patch Changes

@ladle/react@2.12.3

27 Apr 23:18
88983d8

Choose a tag to compare

Patch Changes

  • #427 180cfd5 Thanks @tajo! - Add i18n and onDevServerStart config options (undocumented for now)

@ladle/react@2.12.2

21 Apr 20:15
862897c

Choose a tag to compare

Patch Changes