Fixed up client files can now download and delete files, added web link to client logins added payments, quotes and recurring to client print and lots of little ui cleanups here and there

This commit is contained in:
root
2019-05-11 20:06:01 -04:00
parent f5377409b0
commit 5c55358841
750 changed files with 225007 additions and 177 deletions
+20
View File
@@ -0,0 +1,20 @@
# Version 5
## 5.0.0-alpha
### New Features
* ES6 rewrite
* Stripped UI/UX related code and shunted it into its own module
* More configuration based setup
* Bootstrap 4-esk plugin creation style
* All events are namespaced properly `{event}.datetimepicker`
* Added a jquery no conflict option
* Removed LESS files. Bootstrap 4 doesn't use LESS any more. Now using SASS to build CSS
* Picker will also look for window.debug and will keep the picker from closing
* Added support for setting global defaults
### Other changes
* moved `showTodayButton`, `showClear` and `showClose` into `options.buttons`
* manually merged #1946, #1939, #1921, #1913