shoelace/CHANGELOG.md

62 wiersze
1.9 KiB
Markdown
Czysty Zwykły widok Historia

2020-07-15 21:30:37 +00:00
# Changelog
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
- 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
- Updated the custom elements bundle documentation and added webpack example
- 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>`
## 2.0.0-beta.5
2020-07-18 11:03:07 +00:00
- Fixed bug where `npm install` would fail due to postinstall script
- 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