Skip to content

Releases: tajo/ladle

@ladle/[email protected]

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

Patch Changes

@ladle/[email protected]

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.

@ladle/[email protected]

17 Sep 08:33
23adafb
Compare
Choose a tag to compare

Patch Changes

  • #257 7d2af89 Thanks @tajo! - Replace Jest with Vitest

  • #263 7880686 Thanks @tajo! - Use absolute paths for imports to simplify and fix resolver issues in workspaces

@ladle/[email protected]

31 Aug 00:05
4d236fd
Compare
Choose a tag to compare

Patch Changes

@ladle/[email protected]

30 Aug 21:23
a997801
Compare
Choose a tag to compare

Patch Changes

@ladle/[email protected]

30 Aug 09:14
c33578b
Compare
Choose a tag to compare

Minor Changes

  • #243 f2d2cd3 Thanks @tajo! - Inject HTML into through .ladle/head.html or appendToHead config option.

Patch Changes

  • #241 946f060 Thanks @tajo! - Use the system settings for default browser if nothing is specified by user.

@ladle/[email protected]

29 Aug 09:30
f2913f4
Compare
Choose a tag to compare

Minor Changes

  • #238 41d6e97 Thanks @tajo! - Add red badges to addon buttons to signify when their state is changed.

  • #240 5ca04b6 Thanks @tajo! - Add the addon Action. Can be used through argTypes or dynamically as a direct import from Ladle.

  • #240 5ca04b6 Thanks @tajo! - Add linkTo as a simpler alternative to the useLink hook. It seems you can't really break the rule of hooks while using it directly.

  • #234 15e179e Thanks @jcleefw! - Fix config file to support entry files of array of strings

    The .ladle/config.mjs files now supports array of strings for stories

    // array of strings
    export default {
      stories: [
        "src/**/control.stories.{js,jsx,ts,tsx}",
        "src/stories.custom.tsx",
      ],
    };

@ladle/[email protected]

26 Aug 04:18
d614815
Compare
Choose a tag to compare

Patch Changes

  • #235 7aee108 Thanks @tajo! - Fix an edge case where args/decorators could cause a React hook rules error.

@ladle/[email protected]

25 Aug 08:40
222ebcb
Compare
Choose a tag to compare

Patch Changes

  • 8d50c58 Thanks @tajo! - Fix leaking CSS styles for input and textarea

@ladle/[email protected]

25 Aug 07:22
c5a3bc5
Compare
Choose a tag to compare

Minor Changes

  • #230 2ecf274 Thanks @tajo! - Add Ladle context as the second parameter for decorators. This change also fixes a bug when the usage of arg/argTypes disabled the decorators for the related story. More documentation added. New StoryDecorator type exported.

Patch Changes