This repository has been archived by the owner on Jan 21, 2020. It is now read-only.
Releases: zfcampus/zf-apigility-admin-ui
Releases · zfcampus/zf-apigility-admin-ui
zf-apigility-admin-ui 1.3.13
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
zf-apigility-admin-ui 1.3.12
zf-apigility-admin-ui 1.3.11
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #148 fixes how the UI parses authorizations retrieved for an RPC
service to ensure they are mapped to the authorizations form correctly.
zf-apigility-admin-ui 1.3.10
Added
- Nothing.
Changed
- #141 makes the "Delete all files..." text of modal dialogs clickable,
making it easier to select the checkbox.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #147 fixes how authorizations are saved for RPC services. Previously,
the UI was sending the RPC controller action using the same casing as the
service name. However, controller actions are, without variance, always using
an initial lowercase letter. As a result, ACLs for RPC services were created
in such a way that the expected resource could never be found. This release
fixes that situation to ensure they are mapped correctly.
zf-apigility-admin-ui 1.3.9
zf-apigility-admin-ui 1.3.8
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #128 fixes how the UI calls the authorization endpoints, ensuring the controller name is properly formed.
zf-apigility-admin-ui 1.3.7
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #123 fixes display of the sidebar on initial load when a default API version other than the latest version is selected; it now correctly always displays the latest version on initial load.
- #125 fixes the "Add a description for this service" links on API dashboards. Previously, they had no handler, and thus did nothing; with this release, they provide a modal for updating the service description.
zf-apigility-admin-ui 1.3.6
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
zf-apigility-admin-ui 1.3.5
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #118 fixes the API dashboard new service modal handler to ensure that the sidebar is updated when a new service is successfully created.
zf-apigility-admin-ui 1.3.4
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Re-builds the distribution files, as they were not rebuilt for 1.3.3, and thus changes were not observed.