v3.3.6
Changes
front-end
datepicker
- adds support for readonly (acted as disabled before)
directives
- adds
v-long-clickdirective; should provide the duration when used (v-long-click:2000)
forms
- disables
dirtymonitoring whendisable-stateis used - adds
selfto the ready event; now the whole form component can be used as an object from the outside
select
- improves fetching / debouncing strategy
- adds a
selectionevent that returns option objects - fixes non string labels highlighing / matching
- fixed issue with matching when using non-lower case query string
tables
- shrinks default row text to
0.9em - adds support for cents
- adds support for
searchModes,searchMode
ui
- adds vuecal2 support; the calendar menu is still WiP
- fixes
numberFormatfilter to always display the specified digits - adds support for
font-awesome-layers-textcomponent; can be accesed under the global<falt/> - fixes a bug in bookmarks when trying to focus the bookmark before the page was mounted
- fixes default logo
uploader
- adds
open-file-browserevent
back-end
addresses
- adds tests
calendar
- adds reminders; still WiP
companies
- updates the form and table classes to allow easier extenting via service container
cli
- fixes stub for table builder
documents
- return a document resource from
Store.phpcontroller
forms
- adds tests
- adds support for
disable-filteringselect option
helpers
- adds
DateAttributestrait - adds
InCentstrait
history-tracker
- rewrites logic that handles tracked attributes
localisation
- fixes routes for
localisation:mergecommand
people
- updates the form and table classes to allow easier extenting via service container
ro-addresses
- adds an option resource
roles
- updates
warningtowarninenso:roles:synccommand
tables
- adds
searchMode/searchModesto allow full use of table indexing on huge tables - adds support for cents
- adds tests
- fixes search with multiple arguments on relations
- fixes max / min filters
versioning
- improves logic
- fixes error repoting
- fixes various edge case bugs
Upgrade steps
composer updatephp artisan enso:upgradeyarn upgrade && yarn
Enjoy!