Skip to content

Releases: AppsDevTeam/fancyadmin

v1.2: Merge pull request #60 from AppsDevTeam/vite

27 Jun 08:14
dc785d6

Choose a tag to compare

build(vite): migrate fancyadmin assets from webpack to Vite

v1.1.6

26 Jun 04:07
566f8fc

Choose a tag to compare

Merge pull request #59 from AppsDevTeam/f-fancyadmin-keep-scroll-afte…

v1.1.5: Merge pull request #58 from AppsDevTeam/summernote-code-view

25 Jun 18:33
787e65c

Choose a tag to compare

v1.1.4: refactor: Use `getName()` method instead of direct property access

23 Jun 09:52

Choose a tag to compare

Ensures consistent access to the component/presenter name through a dedicated getter, improving encapsulation and maintainability.

v1.1.3: feat: Add one-to-many relationship for Identity and Profiles

23 Jun 04:41

Choose a tag to compare

This change introduces the capability for an `Identity` to be associated with multiple `Profile` entities.

It implements bidirectional updates to maintain data consistency when establishing or managing these relationships.

v1.1.2

18 Jun 06:15
3653a62

Choose a tag to compare

Merge pull request #57 from AppsDevTeam/f-grid-search-field-customiza…

v1.1.1

17 Jun 13:41

Choose a tag to compare

fix: Ensure stable default ordering for profiles

v1.1.0: Merge pull request #56 from AppsDevTeam/f-fix-select-account-subaccount

15 Jun 09:04
779c9ad

Choose a tag to compare

fix: parent-aware kontrola profilu v SelectAccount listeneru

v1.0.151: feat: Add structured editing and display for JSON configurations

11 Jun 05:39

Choose a tag to compare

Enhances the user experience for managing JSON-typed configurations.

Previously, JSON values were treated as raw text, making them difficult to read and edit. This change introduces:
- Type-aware form fields (checkboxes, integers, text) for individual JSON keys, with translated labels, improving editability.
- A formatted list display of JSON key-value pairs in the configuration grid, also with translated labels, for better readability.
- Robust parsing and handling of legacy JSON serialization issues (e.g., trailing semicolons, double encoding).

v1.0.150

09 Jun 09:01
bb89e4e

Choose a tag to compare

Merge pull request #54 from AppsDevTeam/f-fix-sign-in-form-backoffice…