- Added missing file extension to the exported type definition
- Fixed missing content when multiple elements are added to a slot control
- Added link to documentation for the custom elements manifest (CEM)
- Fixed error when property names are undefined
- Fixed console warning about incompatibility in v8
- Fixed types
- Updated sandbox URL
- Added support for Storybook 8
- Removed support for Storybook 6
- Moved CSS Custom Properties to
<style>
block instead of as an inline style for better readability when displaying code. - Renamed
renderDefaultAttributeValues
setting torenderDefaultValues
to include attributes and CSS custom properties. - Renamed
hideScriptTag
setting tosetComponentVariable
for assigning acomponent
variable referencing your custom element in thetemplate
helper. - Added a link to the StackBlitz sandbox environment to the
README.md
- Removed default
<span>
tag from values with slot controls. Spans assigned to the slot will still be used to wrap text content. Otherwise, the appropriate slot attributes name will be assigned to the immediate child elements. - Improved formatting for code display
- Update types to include new options
- Update docs to include more details for configuration
- Fixed
peerDependency
error - Fixed
toString
error when CSS Property default values areundefined
- Removed Storybook events from templates
- Removed unused
@open-wc/lit-helpers
dependency - Moved
lit
to apeerDependency
to prevent multiple versions of Lit - Added
reactArgs
property for beta React wrapper support
- Disable controls for
reactArgTypes
except for properties
- Fixed false negatives for properties that don't have
setters
. - Allow additional attributes used in
args
to be added to stories. - Removed controls for events
- Fixed issue with missing
component
variable intemplate()
helper
- Fixed timing issue with
component
variable intemplate()
helper - Remove attributes when they match the default value. They can be added back in using the
renderDefaultAttributeValues
setting - Add
hideScriptTag
option to hide the script tag section of the template - Fix logic to hide styles tag when no CSS parts have been added
- Remove unset attributes
- Add patch for error cause when elements do not have attributes
- Set control "color" for CSS variables that include the word "color"
- Removed
ref
control if it is included in the list of React properties.
- Added stricter type checks for determining controls
- Updated control type for attributes to not support the object controller since they do not map to the component properly
- *Minor version jump since v1.0.9 should have been a feature and not a patch
- Add patch for errors with "getter" only properties
- Fix
object
type control - Fix select mapping
- Update default value mapping
- Fix control types
- Fix object binding
- Remove trailing double-quotes (
"
) from descriptions - Add docs for Actions
- Patched attribute mapping for Stencil
- Fix duplicate attributes in
argTypes
- Fix missing attributes in
argTypes
- Fix error for getter-only properties.
- Included missing
storybook
type definition file.
- Add missing export in the type definition file for
setWcStorybookHelpersConfig
- Reduce package size
- Fix failing tests
- Code clean-up and optimizations for release
- Prep for Storybook 7
- Add better control selection
- Allow for
undefined
/empty values in controls - Provide better default value support
- Add error if Custom Elements Manifest is not found.
- Update logic for finding component by tag name.
- Initial commit