2020-07-15 21:30:37 +00:00
|
|
|
# Changelog
|
|
|
|
|
2020-07-23 22:01:13 +00:00
|
|
|
## 2.0.0-beta.9
|
|
|
|
|
2020-07-24 21:00:38 +00:00
|
|
|
- Added the icon button component
|
2020-07-24 14:42:55 +00:00
|
|
|
- Added the `typeToSelect` method to menu so type-to-select behavior can be controlled externally
|
2020-07-27 11:50:50 +00:00
|
|
|
- Added the `pulse` prop to badge
|
2020-07-24 13:34:14 +00:00
|
|
|
- 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
|
2020-07-24 14:42:55 +00:00
|
|
|
- Fixed a bug where type-to-select wasn't working after the first letter
|
2020-07-24 19:29:00 +00:00
|
|
|
- Fixed a bug where clicking on menu items and dividers would steal focus from the menu
|
2020-07-27 11:50:50 +00:00
|
|
|
- Fix a bug where the color picker wouldn't parse uppercase values
|
2020-07-24 12:38:39 +00:00
|
|
|
- Removed `noFooter` prop from dialog and drawer (slot detection is automatic, so the prop is not required)
|
2020-07-24 21:00:38 +00:00
|
|
|
- Removed `close-icon` slot from alert
|
|
|
|
- Replaced make-shift icon buttons with `sl-icon-button` in alert, dialog, drawer, and tag
|
2020-07-24 14:44:35 +00:00
|
|
|
- Updated Stencil to 1.17.0
|
2020-07-24 13:41:47 +00:00
|
|
|
- Switched to jsDelivr for better CDN performance
|
2020-07-23 22:01:13 +00:00
|
|
|
|
2020-07-21 19:33:58 +00:00
|
|
|
## 2.0.0-beta.8
|
|
|
|
|
2020-07-22 21:27:50 +00:00
|
|
|
- Added the card component
|
2020-07-21 19:33:58 +00:00
|
|
|
- Added `--focus-ring` custom property to tab
|
2020-07-22 21:27:50 +00:00
|
|
|
- Fixed a bug where range tooltips didn't appear on iOS
|
2020-07-21 19:33:58 +00:00
|
|
|
- Fixed constructor bindings so they don't break the custom elements bundle
|
|
|
|
- Fixed tag color contrast to be AA compliant
|
2020-07-22 21:27:50 +00:00
|
|
|
- Fixed a bug that made it difficult to vertically align rating
|
2020-07-23 21:30:13 +00:00
|
|
|
- Fixed a bug where dropdowns would always close on mousedown when inside a shadow root
|
2020-07-22 21:27:50 +00:00
|
|
|
- Made tag text colors AA compliant
|
|
|
|
- Promoted badge to stable
|
2020-07-21 19:33:58 +00:00
|
|
|
- Refactored `:host` variables and moved non-display props to base elements
|
2020-07-22 21:27:50 +00:00
|
|
|
- Refactored event handler bindings to occur in `connectedCallback` instead of the constructor
|
|
|
|
- Refactored scroll locking logic to use `Set` instead of an array
|
2020-07-23 21:30:13 +00:00
|
|
|
- Updated the custom elements bundle documentation and added bundler examples
|
2020-07-22 21:27:50 +00:00
|
|
|
- Upgraded Stencil to 1.17.0-0 (next) to fix custom elements bundle
|
2020-07-21 19:33:58 +00:00
|
|
|
|
2020-07-20 11:00:38 +00:00
|
|
|
## 2.0.0-beta.7
|
|
|
|
|
|
|
|
- Added links to version 1 resources to the docs
|
2020-07-20 20:31:30 +00:00
|
|
|
- Added rating component
|
|
|
|
- Fixed a bug where some build files were missing
|
|
|
|
- Fixed clearable tags demo
|
|
|
|
- Fixed touch icon size in docs
|
2020-07-20 11:00:38 +00:00
|
|
|
|
2020-07-19 15:34:37 +00:00
|
|
|
## 2.0.0-beta.6
|
|
|
|
|
|
|
|
- Enabled the `dist-custom-elements-bundle` output target
|
|
|
|
- Fixed a bug where nested form controls were ignored in `<sl-form>`
|
|
|
|
|
2020-07-18 11:00:28 +00:00
|
|
|
## 2.0.0-beta.5
|
|
|
|
|
2020-07-18 11:03:07 +00:00
|
|
|
- Fixed bug where `npm install` would fail due to postinstall script
|
2020-07-18 11:00:28 +00:00
|
|
|
- Removed unused dependency
|
|
|
|
|
2020-07-17 20:20:19 +00:00
|
|
|
## 2.0.0-beta.4
|
|
|
|
|
2020-07-17 21:07:33 +00:00
|
|
|
- Added `pill` variation to badges
|
|
|
|
- Fixed a bug where all badges had `pointer-events: none`
|
2020-07-17 20:20:19 +00:00
|
|
|
- Fixed `@since` props 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
|
2020-07-17 21:07:33 +00:00
|
|
|
- Fixed a bug where dialog, dropdown, and drawer would sometimes not transition in on the first open
|
|
|
|
- Fixed various documentation typos
|
2020-07-17 20:20:19 +00:00
|
|
|
|
2020-07-15 21:30:37 +00:00
|
|
|
## 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
|