Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Releases: zfcampus/zf-apigility-admin-ui

zf-apigility-admin-ui 1.3.13

27 Nov 19:26
1.3.13
916536d
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #156 fixes responsiveness on loading source code. Proper loader has been added.

  • #156 fixes responsiveness on loading fields configuration. Proper loader has been added.

  • #157 fixes errors on sidebar search.

  • #158 fixes removal of database adapter containing special chars in the name.

zf-apigility-admin-ui 1.3.12

24 Nov 22:25
1.3.12
e1ddf45
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #151 fixes responsiveness on loading api details.

  • #153 fixes responsiveness on loading api services on sidebar.

zf-apigility-admin-ui 1.3.11

10 Sep 21:23
Compare
Choose a tag to compare

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

10 Sep 20:29
Compare
Choose a tag to compare

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

19 Dec 17:48
Compare
Choose a tag to compare

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #130 updates the UI to ensure the object_manager key is passed when creating or updating a Doctrine-based service.
  • #136 updates the UI to allow selecting one of many Doctrine object managers; previously, the first item was always selected.

zf-apigility-admin-ui 1.3.8

17 Aug 19:32
Compare
Choose a tag to compare

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

14 Aug 16:39
Compare
Choose a tag to compare

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

12 Aug 16:10
Compare
Choose a tag to compare

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #119 fixes transitions to new API versions when selecting an API version in the sidebar. Previously, the sidebar would be updated, but the UI would not transition to the API's dashboard for that version.
  • #120 updates the About tab to provide updated links and information about the project.

zf-apigility-admin-ui 1.3.5

11 Aug 18:07
Compare
Choose a tag to compare

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

10 Aug 16:55
Compare
Choose a tag to compare

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.