This repository has been archived by the owner on Apr 20, 2024. It is now read-only.
Releases: ml-archive/admin-panel
Releases · ml-archive/admin-panel
Add workaround for Swift 5.3 bug
Fixes
- Add workaround for Swift 5.3 bug
Version 2.0.1
Fixed
- Supports swift 5.2 (Xcode 11.4) by adding workaround for Swift not being able to figure out what to use for Database type alias in models conforming to MySQLModel
2.0.0 - rc 7
Fixed:
- emails weren't checked for uniqueness when new users were created.
Version 2.0.0 RC 6
Fixed
- Removed favicon reference to missing asset
Added
- Added image examples of admin panel layout to readme docs
- Added readme docs for leaf tags defined in package
- Added leaf tag
numberformat
- Added user drop down menu
Changed
- Jazzy docs updated
Version 2.0.0 RC 5
Fixed
- Fixed Swift 5 compiler warnings related to redundant access modifiers
Version 2.0.0 RC4
Added
AdminPanelUserRole
now conform toCaseIterable
Version 2.0.0 RC 3
Fixed
- Initializers for
AdminPanelConfig
are now public as expected.
Version 2.0.0 RC 2
Changed
handleValidationError
is now public (thanks @MrMage)
Version 2.0.0 RC 1
Changed:
- updated to latest packages
- AdminPanelProvider now accepts a config factory to support async middleware and signers
- allow specifying reset endpoints
- registers bootstrap tags automatically
Fixed:
- hash password when seeding
Version 2.0.0 Beta 15
Changed
- Correctly specified 4.1 as the minimum required Swift version.
Removed
- This package no longer uses the
MutableLeafTagConfig
. Please useuseAdminPanelLeafTags()
for registering this package's Leaf tags (see readme for more info).