1.0.0-beta.13
lahmatiy
released this
18 Jun 11:52
·
1158 commits
to master
since this release
- Server
- Fixed model assets generation when non-default config file is specified
- Client
- Fixed expanded state for
tree
view leafs whenexpanded
setting is a number - Improved display of long strings and strings that contains newlines in
struct
view - Fixed config composing in
context
view - 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
itemConfig
option forlist
(list-*
),columns
,menu
,select
,tree
andtree-leaf
views - via
rowConfig
option fortable
view - via
tabConfig
option fortabs
view
- via
- Extended
className
option in a view config to take afunction(data, context)
orArray.<function(data, context)|string>
beside a string - Removed
fallback
view - Improved view config error output (view can be overrided by defining custom
config-error
view) - Improved
select
view:- Added selected value state in variants list
- Added
resetItem
option to specify a reset item in variants - Fixed
placeholder
is not visible - Fixed size when no item selected and no placeholder
- Added
href
option toauto-link
view, a function to preprocess a href value
- Fixed expanded state for