Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Releases: ml-archive/admin-panel

Version 2.0.0 Beta 14

30 Nov 12:20
39a4090
Compare
Choose a tag to compare
Version 2.0.0 Beta 14 Pre-release
Pre-release

Changed

  • Aligned with Reset updates.
  • Simplified the config in regards to the signer used for Reset.

Version 2.0.0 Beta 13

12 Nov 11:29
536afb7
Compare
Choose a tag to compare
Version 2.0.0 Beta 13 Pre-release
Pre-release

Added

  • WYSIWYG Leaf tag (#79)
  • Strong password validator (#51)

Changed

  • Bumped to Swift 4.2
  • Aligns with community guidelines (how to register routes)

Fixed

  • Added Leaf tag Paginator (#106)
  • Signer for reset password flow can now be configured (#94)
  • Respects SwiftLint rules

Version 2.0.0 Beta 12

05 Sep 12:15
be6b9ef
Compare
Choose a tag to compare
Version 2.0.0 Beta 12 Pre-release
Pre-release

Fixed

  • Wrong references to Reset config (baseUrl vs baseURL)

Version 2.0.0 Beta 11

04 Sep 10:36
8aa95a3
Compare
Choose a tag to compare
Version 2.0.0 Beta 11 Pre-release
Pre-release

Changed

  • Environment label is now vertically aligned.
  • Updated names including the word URL to consistently capitalize the word.
  • Paths for the different endpoints can now be overwritten.

⚠️ This is a breaking change.

Version 2.0.0 Beta 10

03 Sep 10:27
a9c3601
Compare
Choose a tag to compare
Version 2.0.0 Beta 10 Pre-release
Pre-release

Added

  • ConfirmModal now has two new data attributes for setting custom text labels on the confirm- and dismiss-button
  • ConfirmModal now has options for overriding default behaviour of confirm- and dismiss-button
  • Documentation on how to integrate the
    ConfirmModal

Version 2.0.0 Beta 9

29 Aug 17:48
2e138f8
Compare
Choose a tag to compare
Version 2.0.0 Beta 9 Pre-release
Pre-release

Added

  • Leaf tag for WYSIWYG editor which uses Quill.

Changed

  • Renamed leaf tag roleAllows to hasRequiredRole
  • All leaf tags are now named using camelCase - please remember to go through your project's leaf file.

⚠️ This is a breaking release.

Version 2.0.0 Beta 8

27 Aug 11:26
ffbd149
Compare
Choose a tag to compare
Version 2.0.0 Beta 8 Pre-release
Pre-release

Added

  • adminpanel:user:roleAllows("rolename") leaf tag for boolean evaluation of user's role

Changed

  • adminpanel:user now operates on generic AdminPanelUserType instead of AdminPanelUser given by default.

⚠️This has breaking changes - Requires the user to conform to TemplateDataRepresentable

Version 2.0.0 Beta 7

27 Aug 08:11
1b2ae3c
Compare
Choose a tag to compare
Version 2.0.0 Beta 7 Pre-release
Pre-release

Fixes

  • Aligns return type in AdminPanelUser controller methods

Added

  • Environment label on non-prod envs

⚠️This has breaking changes - Remember to pass env to config

Version 2.0.0 Beta 6

24 Aug 11:22
9600af1
Compare
Choose a tag to compare
Version 2.0.0 Beta 6 Pre-release
Pre-release

Added

  • requireRole Leaf tag

Usage

#adminpanel:user:requireRole("admin") {
    Role requirements met
}

Changed

  • role is now optional on the AdminPanelUser

Removed

  • .unknown AdminPanelRoleType

⚠️This has breaking changes - Remember to update your admin panel user in the database for nullable role field

Version 2.0.0 Beta 5

23 Aug 18:17
54758cd
Compare
Choose a tag to compare
Version 2.0.0 Beta 5 Pre-release
Pre-release

Changed

Removed

  • Removed dashboardPath from AdminPanelConfig. Use AdminPanelViews instead to set this path.

⚠️ This is a breaking change.