Skip to content

v2.3.0 - Hebrew, Polish, and RTL support

Choose a tag to compare

@eyalgal eyalgal released this 09 May 21:02
ec56fcd

This release adds two new UI languages and introduces right-to-left (RTL) layout support.

✨ New Features

  • Hebrew language support: Full Hebrew (he) translation added to the card and visual editor's language selector.
  • Polish language support: Full Polish (pl) translation added to the card and visual editor's language selector.
  • Right-to-left (RTL) layout: The card root now sets dir="rtl" automatically when the active language is he, ar, fa, or ur. Three CSS rules (.vtile-close, .remove-entity, .helper-text) were migrated from physical sides (right, margin-left) to logical equivalents (inset-inline-end, margin-inline-start) so absolutely-positioned elements like the close button and remove-entity button mirror correctly.

📖 Docs

  • Updated README and CONFIGURATION with the new languages and the RTL note.