Skip to content

Releases: AdrianMaj/payload-lexical-typography

v0.5.2

Choose a tag to compare

@AdrianMaj AdrianMaj released this 04 Nov 20:28

🐛 Bug Fixes

  • Line height icon is white in light mode - #26

v0.5.1

Choose a tag to compare

@AdrianMaj AdrianMaj released this 14 Aug 13:29

🐛 Bug Fixes

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

v0.5.0

Choose a tag to compare

@AdrianMaj AdrianMaj released this 30 Jun 18:43

🚀 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

Choose a tag to compare

@AdrianMaj AdrianMaj released this 25 Jun 20:08

🐛 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

Choose a tag to compare

@AdrianMaj AdrianMaj released this 22 Mar 19:03

🚀 Features

  • Font family Feature #22

📚 Documentation

  • Added Font family Feature docs section

v0.3.0

Choose a tag to compare

@AdrianMaj AdrianMaj released this 20 Mar 12:29

🚀 Features

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

📚 Documentation

  • Added Letter spacing Feature docs section

v0.2.0

Choose a tag to compare

@AdrianMaj AdrianMaj released this 10 Mar 13:56

🚀 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

Choose a tag to compare

@AdrianMaj AdrianMaj released this 04 Mar 15:13

🐛 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

Choose a tag to compare

@AdrianMaj AdrianMaj released this 03 Mar 20:46

🐛 Bug Fixes

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

v0.1.4

Choose a tag to compare

@AdrianMaj AdrianMaj released this 03 Mar 20:01

🚀 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