2.2.0
What's Changed
- feat: support carets, add
showIconprop by @leezng in #178 - feat: support value editable by @leezng in #179 (use
v-model:data) #169 - chore: don't bind scroll event in non-virtual mode by @mawi1512 in #181
- chore(deps): bump moment from 2.29.3 to 2.29.4 by @dependabot in #184
- 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 (JSON parsing efficiency is 40 times higher than before)
- feat: support
showLineNumber. #35 - feat: support renderNodeValue slot and prop. #83 (old prop
customValueFormatterwill 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 v-model:selectedValue for two-way binding.
New Contributors
Full Changelog: v2.1.1...v2.2.0