Accepting request 605534 from devel:languages:python

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
This commit is contained in:
2018-05-11 12:28:31 +00:00
committed by Git OBS Bridge
commit 6ebe16152c
6 changed files with 134 additions and 0 deletions

15
python-dash.changes Normal file
View File

@@ -0,0 +1,15 @@
-------------------------------------------------------------------
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