v2.3.0 - Hebrew, Polish, and RTL support
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 ishe,ar,fa, orur. 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.