Skip to content

Releases: gewaer/gw-browse

v0.2.9

14 May 20:05
0d1f3d0
Compare
Choose a tag to compare
Merge pull request #42 from gewaer/development

v0.2.8

22 Mar 14:00
4854a31
Compare
Choose a tag to compare
Merge pull request #35 from gewaer/development

v0.2.7

22 Feb 23:34
2c23c86
Compare
Choose a tag to compare
Merge pull request #32 from gewaer/development

v0.2.5

22 Feb 23:33
876de0f
Compare
Choose a tag to compare
Merge pull request #25 from gewaer/feat/search-bar

v0.2.4

27 Jun 16:23
Compare
Choose a tag to compare
Building v0.2.4 libraries

v0.2.2

30 Jul 15:29
633f979
Compare
Choose a tag to compare
  • Improvements to VueTable UI on checkbox for selecting rows.
  • Fix VueTableCheckboxFieldMixin bug that would not properly label a checkbox as indeterminate.
  • Added CSS for checkbox indeterminate state.

v0.2.1

28 Jun 22:03
Compare
Choose a tag to compare
  • Updated default edit resource link to include /edit.
  • Updated default action buttons and made them into slots to increase customization.
  • Added two new action slots actions-before and actions-after to allow adding additional actions without having to replace the default ones.

v0.2.0

11 Jun 21:13
Compare
Choose a tag to compare
  • Added loading animation while data is being fetch.
  • Fire load error when back-end fires an error while fetching data.
  • Added action to "Edit" button to redirect to correct resource URL.
  • Added confirm modal when deleting a resource.
  • Fire an event when a resource was deleted successfully, or if an error was thrown.
  • Added named slot for resource actions. (Defaults to Edit and Delete).