1.9.0
What's Changed
- fix: cannot select a previously selected field when use single selectableType. #120
- fix: the value won't start a new line automatically #133
- fix: itemHeight not working. (support
height
&itemHeight
) #177 - chore: optimize json flat performance. #138
- feat: support
showIcon
&showLineNumber
. #169 #35 - feat: support editable. (v-model is mounted to the
data
prop) #81 - feat: support nodeValue slot. (old prop
customValueFormatter
will no longer be used) - feat: event for brackets open/close #90
Props Breaking Changed: change path
to rootPath
, change pathSelectable
to nodeSelectable
, when using node selection functionality, use selectedValue.sync
for two-way binding.
Full Changelog: v1.8.3...v1.9.0