Releases: spryker/storage-gui
Releases · spryker/storage-gui
1.3.0
Included commits: 1.2.0...1.3.0
Improvements
- Adjusted
MaintenanceController:keyAction()
to use key with full format. - Adjusted
StorageTable
to use key with full format.
1.2.0
Included commits: 1.1.0...1.2.0
Improvements
- Moved frontend part to
Gui
module. - Increased
Gui
module version dependency.
1.1.0
Included commits: 1.0.0...1.1.0
Improvements
- Adjusted
MaintenanceController
to work with JSON structure in UI. - Adjusted
key.twig
to support JSON view data. - Added
StorageGuiToStorageClientInterface::get()
to dependencies. - Adjusted
list
to show additional information for search. - Introduced
package.json
to addhighlight.js
dependency. - Introduced
spryker-zed-storage-gui.entry.js
entry point to generate js and css assets for the module. - Introduced
spryker-zed-storage-list-gui.entry.js
entry point to generate js and css assets for list page. - Introduced
main.js
to initialize all js modules. - Introduced
list.js
to initialize all js modules for list page. - Introduced
copy-action.js
to implement copy to clipboard functionality. - Introduced
download-action.js
to implement download file functionality. - Introduced
highlight.js
to highlight json. - Introduced
main.scss
to provide styles for the module. - Adjusted
StorageTable
to use adaptive search.
1.0.0
Included commits: https://github.com/spryker/storage-gui/tree/1.0.0
Initial Release
- Introduced module to provide Gui functionality for
Storage
module.