Update changelog
This commit is contained in:
parent
bbe2efa4b3
commit
a1d7059c0b
48
CHANGES.rst
48
CHANGES.rst
|
@ -2,6 +2,54 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.8.40 (2019-06-03)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* Add ``verbose`` flag for ``util.raw_datetime()`` rendering.
|
||||||
|
|
||||||
|
* Add basic master view for PersonNote data model.
|
||||||
|
|
||||||
|
* Make email preview buttons use primary color.
|
||||||
|
|
||||||
|
* Add basic Buefy support for batch refresh, execute buttons.
|
||||||
|
|
||||||
|
* Add basic/generic Buefy support to the Form class.
|
||||||
|
|
||||||
|
* Add custom ``tailbone-datepicker`` component for Buefy.
|
||||||
|
|
||||||
|
* Let view template define how to render "row grid tools".
|
||||||
|
|
||||||
|
* Move logic used to determine if current request should use Buefy.
|
||||||
|
|
||||||
|
* Allow inherited theme to set location of Vue.js, Buefy etc.
|
||||||
|
|
||||||
|
* Add "full justify" for grid filter pseudo-column elements.
|
||||||
|
|
||||||
|
* Expose per-page size picker for Buefy grids.
|
||||||
|
|
||||||
|
* Add basic Buefy support for default SelectWidget template.
|
||||||
|
|
||||||
|
* Add Buefy support for enum grid filters.
|
||||||
|
|
||||||
|
* Add ``<once-button>`` component for Buefy templates.
|
||||||
|
|
||||||
|
* Add basic Buefy support for "Make User" button when viewing Person.
|
||||||
|
|
||||||
|
* Make Buefy grids use proper Vue.js component structure.
|
||||||
|
|
||||||
|
* Assume forms support Buefy if theme does; fix basic CRUD views.
|
||||||
|
|
||||||
|
* Fix Buefy "row grids" when viewing parent; add basic file upload support.
|
||||||
|
|
||||||
|
* Refactor "edit printer settings" view for Label Profile.
|
||||||
|
|
||||||
|
* Add Buefy panels support for "view product" page.
|
||||||
|
|
||||||
|
* Allow bulk row delete for generic products batch.
|
||||||
|
|
||||||
|
* also "lots more changes" for sake of Buefy support...
|
||||||
|
|
||||||
|
|
||||||
0.8.39 (2019-05-09)
|
0.8.39 (2019-05-09)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.8.39'
|
__version__ = '0.8.40'
|
||||||
|
|
Loading…
Reference in a new issue