Skip to content

Releases: AppsDevTeam/fancyadmin

v1.2.5

Choose a tag to compare

@thorewi thorewi released this 07 Jul 10:13
fix deprecated

v1.2.4

Choose a tag to compare

@thorewi thorewi released this 07 Jul 09:47
fix deprecated

v1.2.3: Merge pull request #63 from AppsDevTeam/sass-module-system

Choose a tag to compare

@thorewi thorewi released this 06 Jul 19:33
232499e
Migrate SCSS to Sass module system (@use/@forward)

v1.2.2

Choose a tag to compare

@thorewi thorewi released this 01 Jul 11:16
5ebd9c3
Merge pull request #62 from AppsDevTeam/fix/sidepanel-dirty-close-con…

v1.2.1: Merge pull request #61 from AppsDevTeam/vite

Choose a tag to compare

@thorewi thorewi released this 29 Jun 11:59
c339400
fix: Don't import select2 SCSS core (invalid under modern Dart Sass)

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

Choose a tag to compare

@thorewi thorewi released this 27 Jun 08:14
dc785d6
build(vite): migrate fancyadmin assets from webpack to Vite

v1.1.6

Choose a tag to compare

@thorewi thorewi released this 26 Jun 04:07
566f8fc
Merge pull request #59 from AppsDevTeam/f-fancyadmin-keep-scroll-afte…

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

Choose a tag to compare

@thorewi thorewi released this 25 Jun 18:33
787e65c
summernote code view format

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

Choose a tag to compare

@thorewi thorewi released this 23 Jun 09:52
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

Choose a tag to compare

@thorewi thorewi released this 23 Jun 04:41
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.