Update changelog
This commit is contained in:
parent
33e1bd567d
commit
25e5739b34
36
CHANGES.rst
36
CHANGES.rst
|
@ -2,6 +2,42 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.8.41 (2019-06-13)
|
||||
-------------------
|
||||
|
||||
* Add ``json_response()`` convenience method for all views.
|
||||
|
||||
* Add ``<b-table>`` element template for simple grids with "static" data.
|
||||
|
||||
* Improve props handling for ``<once-button>`` component.
|
||||
|
||||
* Fall back to parsing request body as JSON for form data.
|
||||
|
||||
* Basic support for maintaining PersonNote data from profile view.
|
||||
|
||||
* Fix permissions styles for view/edit of User, Role.
|
||||
|
||||
* Turn on bulk-delete feature for Raw Settings view.
|
||||
|
||||
* Add a generic "user" field renderer to master view.
|
||||
|
||||
* Fix "current value" for ``<b-select>`` element in e.g. edit form views.
|
||||
|
||||
* Use ``<once-button>`` in more places, where appropriate.
|
||||
|
||||
* Update calculated PO totals for purchasing batch, when editing row.
|
||||
|
||||
* Add support for Buefy autocomplete.
|
||||
|
||||
* More Buefy tweaks, for file upload, and "edit batch" generally.
|
||||
|
||||
* Tweak structure of "view product" page to support Buefy, context menu.
|
||||
|
||||
* Add support for "simple confirm" of object deletion.
|
||||
|
||||
* Add some vendor fields for product Excel download.
|
||||
|
||||
|
||||
0.8.40 (2019-06-03)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.8.40'
|
||||
__version__ = '0.8.41'
|
||||
|
|
Loading…
Reference in a new issue