Releases: AppsDevTeam/fancyadmin
Releases · AppsDevTeam/fancyadmin
Release list
v1.2.5
v1.2.4
v1.2.3: Merge pull request #63 from AppsDevTeam/sass-module-system
Migrate SCSS to Sass module system (@use/@forward)
v1.2.2
v1.2.1: Merge pull request #61 from AppsDevTeam/vite
fix: Don't import select2 SCSS core (invalid under modern Dart Sass)
v1.2: Merge pull request #60 from AppsDevTeam/vite
build(vite): migrate fancyadmin assets from webpack to Vite
v1.1.6
v1.1.5: Merge pull request #58 from AppsDevTeam/summernote-code-view
summernote code view format
v1.1.4: refactor: Use `getName()` method instead of direct property access
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
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.