-
Update: Non-breaking package updates
-
Fix: dist.dev need to use production sourcemaps not development
-
All the packages that can happily be updated without breaking the build process or lib functionality.
-
correct list-style of groups
-
Revert early Select periphery code.
-
Updates required for sourcemap generation
-
Enable creation of sourcemaps
-
Use last picked date in multiple mode for panel date
-
Allow DatePicker to receive TimePicker options
-
Add v-click-outside-x directive
-
https://www.npmjs.com/package/v-click-outside-x This is required for event capturing which is not supported in the cyrrent hand-rolled directive. It also supports `pointerevents` and is far more economical about adding event listeners to document.
-
Pass Strings to @on-change and Dates to v-model
-
Prevent clicking in week number label
-
Use constant component names in Pascal Case as per vue standards