·
258 commits
to main
since this release
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 stringsThe
.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", ], };