Releases: AdrianMaj/payload-lexical-typography
Releases · AdrianMaj/payload-lexical-typography
v0.5.1
🐛 Bug Fixes
- Removed unnecessary span tag generation when no styles are applied in JSX Converter - #25
v0.5.0
🚀 Features
- Added "apply" and "reset" buttons to the custom color picker to prevent input errors in inline toolbar.
🐛 Bug Fixes
- Fixed inputs inside inline toolbar to not close on focus - #14
- Fixed predefined color buttons not applying colors inside inline toolbar - #14
- Fixed wrong svg icon properties which were causing errors
v0.4.1
🐛 Bug Fixes
- Fixed incorrect HTML converter mappings in newer payload versions #23
🛠 Refactors
- Bumped Payload dependencies to latest version (v3.43)
Big thanks to @BlackBirb for contributing 🤝
v0.4.0
🚀 Features
📚 Documentation
- Added Font family Feature docs section
v0.3.0
🚀 Features
- Letter spacing Feature #12 - big thanks to @jon-spaeth for contributing this one
📚 Documentation
- Added Letter spacing Feature docs section
v0.2.0
🚀 Features
- Line Height Feature #12 - big thanks to @jon-spaeth
- Possibility to hide color picker via the
colorPicker
boolean prop.
📚 Documentation
- Added
colorPicker
prop docs
- Added Line Height Feature docs section
v0.1.6
🐛 Bug Fixes
pnpm generate:types
is now working properly when plugin installed #11
- removed duplicated stylings in converter, now only the deepest span get the styling. #5
v0.1.5
🐛 Bug Fixes
- listView prop caused error because undefined wasn't handled in server feature. Thanks to @jon-spaeth for quick find.
v0.1.4
🚀 Features
- List view on color picker, possibility to provide labels for colors #4
🐛 Bug Fixes
- Fixed custom input issue related to losing focus by adding "Apply" button - #8
📚 Documentation
- Updated
TextColorFeature
docs
v0.1.3
🚀 Features
- Possibility to hide custom size input via
customSize
prop on TextSizeFeature
#3
🐛 Bug Fixes
- Fixed converters issue #5
- Fixed duplicated keys issue when there is multiple predefined sizes with same value
🛠 Refactors
- Improved typings in both pickers
📚 Documentation
- Added
customSize
prop docs