1.0.0-beta.13
·
1331 commits
to master
since this release
- Server
- Fixed model assets generation when non-default config file is specified
- Client
- Fixed expanded state for
treeview leafs whenexpandedsetting is a number - Improved display of long strings and strings that contains newlines in
structview - Fixed config composing in
contextview - Added
View#ensureValidConfig()to return a config that can be used for rendering - Renamed
View#extendConfig()toView#composeConfig()and changed behaviour to handle more use cases - Changed
View#normalizeConfig()to able return anull(no config) and no validation on view option is present (useView#ensureValidConfig()for that) - Added a list item config extension:
- via
itemConfigoption forlist(list-*),columns,menu,select,treeandtree-leafviews - via
rowConfigoption fortableview - via
tabConfigoption fortabsview
- via
- Extended
classNameoption in a view config to take afunction(data, context)orArray.<function(data, context)|string>beside a string - Removed
fallbackview - Improved view config error output (view can be overrided by defining custom
config-errorview) - Improved
selectview:- Added selected value state in variants list
- Added
resetItemoption to specify a reset item in variants - Fixed
placeholderis not visible - Fixed size when no item selected and no placeholder
- Added
hrefoption toauto-linkview, a function to preprocess a href value
- Fixed expanded state for