You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#3302f85341 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.
#3312ba29c8 Thanks @tajo! - Change internal implementation of controls to keep it simpler. Remove typings from the URL args.
#324116f219 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).
#316eb37c47 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
#305e355c4b Thanks @apttap! - Patched bug relating to console errors and unexpected behavior when using undefined values in controls addon / argTypes
#315ca48380 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.
#300bee0789 Thanks @tajo! - publicDir should default to the folder public if there is no vite.config.js
#2776245aa7 Thanks @frehner! - Fix types for CJS projects using TypeScript's "NodeNext" or "Node16" resolution.
#2754ef2e1d Thanks @frehner! - Update package.json's "types" and "exports" so that they point to the type definition file, but only when publishing to NPM.