Releases: ngxviewbuilder/ngx-view-builder-community
Releases · ngxviewbuilder/ngx-view-builder-community
Release list
v0.1.3
Fixed
- Single checkbox elements no longer default to Lithuanian text (Pasirinkta) for their checkbox label when none is set — now defaults to Selected.
- The official public demo no longer incorrectly shows the "No Valid License Key" / "License Doesn't Cover This Version" watermark, modals, and banner.
- Required-field validation defaulted to Lithuanian text (Laukas yra privalomas.) regardless of the app's language — now defaults to This field is required.
- Min/max length validation messages defaulted to Lithuanian (Minimalus ilgis: / Maksimalus ilgis:) — now Minimum length: / Maximum length:.
- Renaming an element to a name already in use showed an untranslated Lithuanian error in the builder (Elemento vardas jau yra naudojamas) — now Element name is already in use.
Changed
- Removed the fade-in/fade-out entrance animations on dropdowns and dialogs (select, multi-select, autocomplete, date range, datepicker, time picker, dialog, confirm dialog, accordion, preview dialogs) — they now open instantly for a snappier feel.
- Cleaned up several dormant Lithuanian fallback strings left in UI translation calls (datepicker, date range, data source panel, table inline edit, code editor toolbar) and a mixed-language internal error message in the data source service — no behavior change, since the English dictionary entries were already correct; this just removes leftover dead text.
v0.1.2
BUG FIX:
- Fixed the "No valid license key" message "Get a license" URL.
- Fixed an issue where DatePicker and DateRange elements cleared the selected value after changing the language.
CHANGED:
-
Updated the FileUpload element object structure:
From: fil_key / fil_name / fil_size / fil_content_type
To: key / name / size / contentType