14 KiB
Changelog
Shoelace follows Semantic Versioning. Breaking changes in components with the Stable badge will not be accepted until the next major version. As such, all contributions must consider the project's roadmap and take this into consideration. Features that are deemed no longer necessary will be deprecated but not removed.
Components with the Experimental badge should not be used in production. They are made available as release candidates for development and testing purposes. As such, changes to experimental components will not be subject to semantic versioning.
During the beta period, these restrictions may be relaxed in the event of a mission-critical bug. 🐛
Next
- Fixed a bug where
disabledcould be set when buttons are rendered as links - Fixed a bug where hoisted dropdowns would render in the wrong position when place inside an
sl-dialog - Improved
sl-dropdownaccessibility by attachingaria-haspopupandaria-expandedto the slotted trigger - Removed
console.logfrom modal utility
2.0.0-beta.21
- Added
labelslot tosl-input,sl-select, andsl-textarea#248 - Added
labelslot tosl-dialogandsl-drawer - Added experimental
sl-includecomponent - Added status code to the
sl-errorevent insl-icon - Fixed a bug where initial transitions didn't show in
sl-dialogandsl-drawer#247 - Fixed a bug where indeterminate checkboxes would maintain the indeterminate state when toggled
- Fixed a bug where concurrent active modals (i.e. dialog, drawer) would try to steal focus from each other
- Improved
sl-color-pickergrid and slider handles #246 - Refactored
sl-iconrequest logic and removed unused cache map - Reworked show/hide logic in
sl-alert,sl-dialog, andsl-drawerto not use reflow hacks and thehiddenattribute - Reworked slot logic in
sl-card,sl-dialog, andsl-drawer - Updated to Popper 2.5.3 to address a fixed position bug in Firefox
2.0.0-beta.20
- 🚨 BREAKING CHANGE: Transformed all Shoelace events to lowercase (details)
- Added support for dropdowns and non-icon elements to
sl-input - Added
spellcheckprop tosl-input - Added
sl-icon-libraryto allow custom icon library registration - Added
libraryprop tosl-iconandsl-icon-button - Added "Integrating with Rails" tutorial to the docs, courtesy of ParamagicDev
- Fixed a bug where
sl-progress-ringrendered incorrectly when zoomed in Safari #227 - Fixed a bug where tabbing into slotted elements closes
sl-dropdownwhen used in a shadow root #223 - Fixed a bug where scroll anchoring caused undesirable scrolling when
sl-detailsare grouped
Why did event names change?
Shoelace events were updated to use a lowercase, kebab-style naming convention. Instead of event names such as slChange and slAfterShow, you'll need to use sl-change and sl-after-show now.
This change was necessary to address a critical issue in frameworks that use DOM templates with declarative event bindings such as <sl-button @slChange="handler">. Due to HTML's case-insensitivity, browsers translate attribute names to lowercase, turning @slChange into @slchange, making it impossible to listen to slChange.
While declarative event binding is a non-standard feature, not supporting it would make Shoelace much harder to use in popular frameworks. To accommodate those users and provide a better developer experience, we decided to change the naming convention while Shoelace is still in beta.
The following pages demonstrate why this change was necessary.
2.0.0-beta.19
- Added
input,label,prefix,clear-button,suffix,help-textexported parts tosl-selectto make the input customizable - Added toast notifications through the
toast()method onsl-alert - Fixed a bug where mouse events would bubble up when
sl-buttonwas disabled, causing tooltips to erroneously appear - Fixed a bug where pressing space would open and immediately close
sl-dropdownpanels in Firefox - Fixed a bug where
sl-tooltipwould throw an error on init - Fixed a bug in custom keyframes animation example
- Refactored clear logic in
sl-input
2.0.0-beta.18
- Added
nameandinvalidprop tosl-color-picker - Added support for form submission and validation to
sl-color-picker - Added touch support to demo resizers in the docs
- Added
sl-responsive-embedcomponent - Fixed a bug where swapping an animated element wouldn't restart the animation in
sl-animation - Fixed a bug where the cursor was incorrect when
sl-selectwas disabled - Fixed a bug where
slblurandslfocuswere emitted twice insl-select - Fixed a bug where clicking on
sl-menuwouldn't focus it - Fixed a bug in the popover utility where
onAfterShowwould fire too soon - Fixed a bug where
bottomandrightplacements didn't render properly insl-tab-group - Improved keyboard logic in
sl-dropdown,sl-menu, andsl-select - Updated
sl-animationto stable - Updated to Stencil 2.0 (you may need to purge
node_modulesand runnpm installafter pulling) - Updated entry points in
package.jsonto reflect new filenames generated by Stencil 2
2.0.0-beta.17
- Added
minlengthandspellcheckattributes tosl-textarea - Fixed a bug where clicking a tag in
sl-selectwouldn't toggle the menu - Fixed a bug where options where
sl-selectoptions weren't always visible or scrollable - Fixed a bug where setting
nullonsl-input,sl-textarea, orsl-selectwould throw an error - Fixed a bug where
rolewas on the wrong element and aria attribute weren't explicit insl-checkbox,sl-switch, andsl-radio - Fixed a bug where dynamically adding/removing a slot wouldn't work as expected in
sl-card,sl-dialog, andsl-drawer - Fixed a bug where the value wasn't updated and events weren't emitted when using
setRangeTextinsl-inputandsl-textarea - Optimized
hasSlotutility by using a simpler selector - Updated
bootstrap-iconsto 1.0.0 with many icons redrawn and improved - Updated contribution guidelines
Form validation has been reworked and is much more powerful now!
- The
invalidprop now reflects the control's validity as determined by the browser's constraint validation API - Added
requiredtosl-checkbox,sl-select, andsl-switch - Added
reportValidity()andsetCustomValidity()methods to all form controls - Added validation checking for custom and native form controls to
sl-form - Added
novalidateprop tosl-formto disable validation - Removed the
validprop from all form controls - Removed valid and invalid design tokens and related styles (you can use your own custom styles to achieve this)
2.0.0-beta.16
- Add
hoistprop tosl-color-picker,sl-dropdown, andsl-selectto work around panel clipping - Add
sl-format-bytesutility component - Add
clearableandrequiredprops tosl-select - Add
slclearevent tosl-input - Added keyboard support to the preview resizer in the docs
- Fixed a bug where the
aria-selectedstate was incorrect insl-menu-item - Fixed a bug where custom properties applied to
sl-tooltipdidn't affect show/hide transitions - Fixed a bug where
--sl-input-color-*custom properties had no affect onsl-inputandsl-textarea - Refactored
sl-dropdownandsl-tooltipto use positioner elements so panels/tooltips can be customized easier
2.0.0-beta.15
- Added
image-comparercomponent - Added
--width,--height, and--thumb-sizecustom props tosl-switch - Fixed an
aria-labelledbyattribute typo in a number of components - Fixed a bug where the
changeevent wasn't updating the value insl-input - Fixed a bug where
sl-color-pickerhad the wrong border color in the dark theme - Fixed a bug where
sl-menu-itemhad the wrong color in dark mode when disabled - Fixed a bug where WebKit's autocomplete styles made inputs looks broken
- Fixed a bug where aria labels were wrong in
sl-select - Fixed a bug where clicking the label wouldn't focus the control in
sl-select
2.0.0-beta.14
- Added dark theme
- Added
--sl-panel-background-colorand--sl-panel-border-colortokens - Added
--tabs-border-colorcustom property tosl-tab-group - Added
--track-colorcustom property tosl-range - Added
tagpart tosl-select - Updated
package.jsonso custom elements imports can be consumed from the root - Fixed a bug where scrolling dialogs didn't resize properly in Safari
- Fixed a bug where
slshowandslhidewould be emitted twice in some components - Fixed a bug where
custom-elements/index.d.tswas broken due to an unclosed comment (fixed in Stencil 1.17.3) - Fixed bug where inputs were not using border radius tokens
- Fixed a bug where the text color was being erroneously set in
sl-progress-ring - Fixed a bug where
sl-progress-barused the wrong part name internally forindicator - Removed background color from
sl-menu - Updated to Stencil 1.17.3
2.0.0-beta.13
- Added
slactivateandsldeactivateevents tosl-menu-item - Added experimental
sl-animationcomponent - Added shields to documentation
- Fixed a bug where link buttons would have
type="button" - Fixed a bug where button groups with tooltips experienced an odd spacing issue in Safari
- Fixed a bug where scrolling in dropdowns/selects didn't work properly on Windows (special thanks to Trendy for helping troubleshoot!)
- Fixed a bug where selecting a menu item in a dropdown would cause Safari to scroll
- Fixed a bug where type to select wouldn't accept symbols
- Moved scrolling logic from
sl-menutosl-dropdown
2.0.0-beta.12
- Added support for
href,target, anddownloadto buttons - Fixed a bug where buttons would have horizontal spacing in Safari
- Fixed a bug that caused an import resolution error when using Shoelace in a Stencil app
2.0.0-beta.11
- Added button group component
- Fixed icon button alignment
- Fixed a bug where focus visible observer wasn't removed from
sl-details - Replaced the deprecated
componentDidUnloadlifecycle method withdisconnectedCallbackto prevent issues with frameworks
2.0.0-beta.10
- Added community page to the docs
- Fixed a bug where many components would erroneously receive an
idwhen using the custom elements bundle - Fixed a bug where tab groups weren't scrollable with the mouse
2.0.0-beta.9
- Added the icon button component
- Added the skeleton component
- Added the
typeToSelectmethod to menu so type-to-select behavior can be controlled externally - Added the
pulseprop to badge - Fixed a bug where hovering over select showed the wrong cursor
- Fixed a bug where tabbing into a select control would highlight the label
- Fixed a bug where tabbing out of a select control wouldn't close it
- Fixed a bug where closing dropdowns wouldn't give focus back to the trigger
- Fixed a bug where type-to-select wasn't working after the first letter
- Fixed a bug where clicking on menu items and dividers would steal focus from the menu
- Fix a bug where the color picker wouldn't parse uppercase values
- Removed
noFooterprop from dialog and drawer (slot detection is automatic, so the prop is not required) - Removed
close-iconslot from alert - Replaced make-shift icon buttons with
sl-icon-buttonin alert, dialog, drawer, and tag - Updated Stencil to 1.17.1
- Switched to jsDelivr for better CDN performance
2.0.0-beta.8
- Added the card component
- Added
--focus-ringcustom property to tab - Fixed a bug where range tooltips didn't appear on iOS
- Fixed constructor bindings so they don't break the custom elements bundle
- Fixed tag color contrast to be AA compliant
- Fixed a bug that made it difficult to vertically align rating
- Fixed a bug where dropdowns would always close on mousedown when inside a shadow root
- Made tag text colors AA compliant
- Promoted badge to stable
- Refactored
:hostvariables and moved non-display props to base elements - Refactored event handler bindings to occur in
connectedCallbackinstead of the constructor - Refactored scroll locking logic to use
Setinstead of an array - Updated the custom elements bundle documentation and added bundler examples
- Upgraded Stencil to 1.17.0-0 (next) to fix custom elements bundle
2.0.0-beta.7
- Added links to version 1 resources to the docs
- Added rating component
- Fixed a bug where some build files were missing
- Fixed clearable tags demo
- Fixed touch icon size in docs
2.0.0-beta.6
- Enabled the
dist-custom-elements-bundleoutput target - Fixed a bug where nested form controls were ignored in
<sl-form>
2.0.0-beta.5
- Fixed bug where
npm installwould fail due to postinstall script - Removed unused dependency
2.0.0-beta.4
- Added
pillvariation to badges - Fixed a bug where all badges had
pointer-events: none - Fixed
@sinceprops to show 2.0 instead of 1.0 - Fixed giant cursors in inputs in Safari
- Fixed color picker input width in Safari
- Fixed initial transitions for drawer, dialog, and popover consumers
- Fixed a bug where dialog, dropdown, and drawer would sometimes not transition in on the first open
- Fixed various documentation typos
2.0.0-beta.3
- Fix version in docs
- Remove custom elements bundle
2.0.0-beta.2
- Fix quick start and installation URLs
- Switch Docsify theme
- Update line heights tokens
2.0.0-beta.1
- Initial release