Skip to content

Releases: tajo/ladle

@ladle/react@0.15.1

11 May 08:30
2ddb790

Choose a tag to compare

Patch Changes

  • #134 2351356 Thanks @tajo! - Stories with controls defined through ArgTypes only (and not args at the same time) caused runtime error

  • #133 f0a42ad Thanks @tajo! - Add explicit types for children of GlobalProvider (required for React 18 compatibility)

  • #137 515d069 Thanks @tajo! - Allow typescript typecast default export syntax when parsing stories.

  • #135 c027c8c Thanks @tajo! - Surface all errors that happen during the story discovery (parsing) stage. Show them in the UI (a new landing page) and the CLI. Adds information how to deal with them as well.

  • #136 fa8db60 Thanks @tajo! - Undo some basic CSS resets from normalize/preflight that impact Ladle's UI when used.

  • #138 e2069f4 Thanks @tajo! - Add a section explaining the limitations of story syntax - some parts need to be static so they can be parsed.

  • #126 0a44aa2 Thanks @beckend! - feat: allow configuration of the whole Vite config.resolve object

@ladle/react@0.15.0

03 May 18:04

Choose a tag to compare

Minor Changes

  • d40aa73: Changing the tooling to turborepo

Patch Changes

  • 2c7263c: Remove conventional commits

Support tsconfig paths, css.modules and other improvements

29 Mar 21:59

Choose a tag to compare

Related issues: #78, #76, #70, #66, #59