Skip to content

Releases: AdrianMaj/payload-lexical-typography

v0.5.1

14 Aug 13:29
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Removed unnecessary span tag generation when no styles are applied in JSX Converter - #25

v0.5.0

30 Jun 18:43
Compare
Choose a tag to compare

🚀 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

25 Jun 20:08
Compare
Choose a tag to compare

🐛 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

22 Mar 19:03
Compare
Choose a tag to compare

🚀 Features

  • Font family Feature #22

📚 Documentation

  • Added Font family Feature docs section

v0.3.0

20 Mar 12:29
Compare
Choose a tag to compare

🚀 Features

  • Letter spacing Feature #12 - big thanks to @jon-spaeth for contributing this one

📚 Documentation

  • Added Letter spacing Feature docs section

v0.2.0

10 Mar 13:56
Compare
Choose a tag to compare

🚀 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

04 Mar 15:13
Compare
Choose a tag to compare

🐛 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

03 Mar 20:46
Compare
Choose a tag to compare

🐛 Bug Fixes

  • listView prop caused error because undefined wasn't handled in server feature. Thanks to @jon-spaeth for quick find.

v0.1.4

03 Mar 20:01
Compare
Choose a tag to compare

🚀 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

03 Mar 18:22
Compare
Choose a tag to compare

🚀 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