Skip to content

Releases: tajo/ladle

@ladle/react@2.7.3

16 Feb 20:48
c9f4a73

Choose a tag to compare

Patch Changes

  • #370 9b8667d Thanks @jharwig! - Fix range arguments loaded from search params being strings instead of numbers

@ladle/react@2.7.2

16 Feb 05:15
2141a73

Choose a tag to compare

Patch Changes

  • #368 34b006e Thanks @tajo! - Pass programatic params into client's config. Add storyOrder e2e tests.

@ladle/react@2.7.1

15 Feb 18:58
7b986b5

Choose a tag to compare

Patch Changes

@ladle/react@2.7.0

15 Feb 06:19
86df305

Choose a tag to compare

Minor Changes

@ladle/react@2.6.4

14 Feb 03:16
78c8e8b

Choose a tag to compare

Patch Changes

@ladle/react@2.6.3

13 Feb 06:00
e5c149b

Choose a tag to compare

Patch Changes

  • #355 3277dce Thanks @tajo! - Change the way how values from config.mjs are passed to the client. We were doing direct import into the app but that breaks cases when config.mjs uses Node APIs. Also, it risks leaking potentially sensitive stuff from the CLI side. And it's cubersome when used through programatic API / wrapper libraries. The new solution picks just a subset of config.mjs values that are really needed in the client, serializes them and embeds them into our virtual module.

@ladle/react@2.6.2

10 Feb 21:50
5d0d416

Choose a tag to compare

Patch Changes

  • #352 efb6193 Thanks @tajo! - Use esbuild to compile JSX after MDX. Remove unused babel deps.

@ladle/react@2.6.1

10 Feb 18:54
0d0d7ad

Choose a tag to compare

Patch Changes

@ladle/react@2.6.0

10 Feb 03:04
7276820

Choose a tag to compare

Minor Changes

Patch Changes

@ladle/react@2.5.4

07 Feb 18:36
719b911

Choose a tag to compare

Patch Changes

  • #340 047dcab Thanks @tajo! - Reset control state when navigating between stories.