shoelace/CHANGELOG.md

46 wiersze
1.1 KiB
Markdown
Czysty Zwykły widok Historia

2020-07-15 21:30:37 +00:00
# Changelog
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