Skip to content

Releases: tajo/ladle

@ladle/react@2.6.2

10 Feb 21:50
5d0d416
Compare
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
Compare
Choose a tag to compare

Patch Changes

@ladle/react@2.6.0

10 Feb 03:04
7276820
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@ladle/react@2.5.4

07 Feb 18:36
719b911
Compare
Choose a tag to compare

Patch Changes

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

@ladle/react@2.5.3

05 Feb 05:08
38dc2fd
Compare
Choose a tag to compare

Patch Changes

  • #330 2f85341 Thanks @tajo! - Fix default files/folders that are allowed to be served by Ladle. It didn't work correctly when the Vite's base setting was used.

  • #331 2ba29c8 Thanks @tajo! - Change internal implementation of controls to keep it simpler. Remove typings from the URL args.

  • 2ea1605 Thanks @tajo! - Greenkeeping

  • #332 b3de582 Thanks @tajo! - Fix RTL in inframed mode. Simplify URL state persistance.

  • #327 fb6634f Thanks @tajo! - Prevent story remounts when Ladle state changes (control changed, action fired...)

  • #333 1cf19bd Thanks @tajo! - Remove types from the virtual-module

@ladle/react@2.5.2

31 Jan 22:45
4bc1ab1
Compare
Choose a tag to compare

Patch Changes

  • #324 116f219 Thanks @tajo! - Preventing Vite to serve files outside of root workspace. The dev server also doens't autobind to all network interfaces (aligned with the Vite's default).

@ladle/react@2.5.1

26 Jan 21:34
94c890d
Compare
Choose a tag to compare

Patch Changes

@ladle/react@2.5.0

26 Jan 08:09
7ce1e2f
Compare
Choose a tag to compare

Minor Changes

  • #317 9339a40 Thanks @tajo! - Add support for file-level args and argTypes

  • #298 2616fa5 Thanks @tajo! - Ugrade to Vite4 and all other deps

  • #316 eb37c47 Thanks @tajo! - Add new control types - check, inline-check, multi-select, inline-radio

  • 91c758c Thanks @tajo! - Provider has access to story.meta values through a new argument storyMeta.

Patch Changes

  • #305 e355c4b Thanks @apttap! - Patched bug relating to console errors and unexpected behavior when using undefined values in controls addon / argTypes

  • #315 ca48380 Thanks @tajo! - Coerce boolean and undefined values into strings when used in radio and select controls. This also makes it easy to pass those values through the URL.

  • #300 bee0789 Thanks @tajo! - publicDir should default to the folder public if there is no vite.config.js

@ladle/react@2.4.5

18 Oct 16:40
025deb5
Compare
Choose a tag to compare

Patch Changes

@ladle/react@2.4.4

11 Oct 18:14
8a4a65e
Compare
Choose a tag to compare

Patch Changes

  • #277 6245aa7 Thanks @frehner! - Fix types for CJS projects using TypeScript's "NodeNext" or "Node16" resolution.

  • #275 4ef2e1d Thanks @frehner! - Update package.json's "types" and "exports" so that they point to the type definition file, but only when publishing to NPM.