forked from pool/python-dash
Framework for web apps OBS-URL: https://build.opensuse.org/request/show/605534 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dash?expand=0&rev=1
16 lines
561 B
Plaintext
16 lines
561 B
Plaintext
-------------------------------------------------------------------
|
|
Wed May 9 02:55:26 UTC 2018 - toddrme2178@gmail.com
|
|
|
|
- Update to 5.1.1
|
|
+ Added
|
|
* `aria-*` and `data-*` attributes are now supported in all
|
|
dash html components. (#40)
|
|
* These new keywords can be added using a dictionary expansion
|
|
e.g. `html.Div(id="my-div", **{"data-toggle": "toggled", "aria-toggled": "true"})`
|
|
- Added license
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 19 18:16:32 UTC 2018 - toddrme2178@gmail.com
|
|
|
|
- Initial version
|