7.9 KiB
Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
3.0.2
🗓 2021-04-15 • 📝 Commits
Note: Version bump only for package @spectrum-css/textfield
3.0.1
🗓 2021-03-10 • 📝 Commits
Note: Version bump only for package @spectrum-css/textfield
3.0.0
🗓 2021-02-02 • 📝 Commits
Note: Version bump only for package @spectrum-css/textfield
3.0.0-beta.6
🗓 2020-12-04 • 📝 Commits
🐛 Bug fixes
- correct quiet Textfield left padding (0145378)
- correct Textarea padding (8fb6ed2)
- make Textfield/Textarea work again (a0ca861)
- remove Textfield padding hack (51b4049)
- update main, resolved conflicts (d7880a2)
3.0.0-beta.5
🗓 2020-10-20 • 📝 Commits
Note: Version bump only for package @spectrum-css/textfield
3.0.0-beta.4
🗓 2020-09-23 • 📝 Commits
🐛 Bug fixes
- adjusted textfield icon placement with updated tokens. closes #860 (03e2cde)
- wip (32120c5)
- wip fix more components (b74dbb8)
3.0.0-beta.3
🗓 2020-05-14 • 📝 Commits
Note: Version bump only for package @spectrum-css/textfield
3.0.0-beta.2
🗓 2020-03-12 • 📝 Commits
Note: Version bump only for package @spectrum-css/textfield
3.0.0-beta.1
🗓 2020-03-12 • 📝 Commits
✨ Features
🛑 BREAKING CHANGES
- remove support for .is-focused on .spectrum-Textfield-input
- remove support for .is-invalid/.is-valid on .spectrum-Textfield-input (must go on parent)
- remove support for .is-disabled on .spectrum-Textfield-input (must go on parent)
- markup changed completely, see migration guide
Co-authored-by: Daniel Lu dlu@livefyre.com
3.0.0-beta.0
🗓 2020-03-09 • 📝 Commits
✨ Features
- make Textfield support RTL (b846aec)
2.0.6
🗓 2020-03-06 • 📝 Commits
Note: Version bump only for package @spectrum-css/textfield
2.0.5
🗓 2020-02-10 • 📝 Commits
🐛 Bug fixes
2.0.4
🗓 2020-01-23 • 📝 Commits
🐛 Bug fixes
- correct bottom padding to text alignment issues (6e782ed)
- correct Textfield and Textarea padding, fixes #454, fixes #489 (120e502)
2.0.3
🗓 2019-12-14 • 📝 Commits
🐛 Bug fixes
- disable resize functionality when disabled, fixes #443 (#446) (f069c00)
- make quiet Text area 1 line tall by default, fixes #442 (#447) (be910e8)
2.0.2
🗓 2019-11-08 • 📝 Commits
Note: Version bump only for package @spectrum-css/textfield
2.0.1
🗓 2019-11-07 • 📝 Commits
Note: Version bump only for package @spectrum-css/textfield
2.0.0
🗓 2019-10-08
✨ Features
- move to individually versioned packages with Lerna (#265) (cb7fd4b), closes #231 #214 #229 #240 #239 #161 #242 #246 #219 #235 #189 #248 #232 #248 #218 #237 #255 #256 #258 #257 #259
🐛 Bug fixes
- use correct token for Textfield border-radius (ca9c315)