Releases: leezng/vue-json-pretty
Releases · leezng/vue-json-pretty
2.5.0
What's Changed
- Added the
indent
property to support specifying different indentation spaces. At the same time, the original indentation strategy was rewritten from CSS to real spaces. #290 - Added
mousehover
event for node #287 - Add a slot called
renderNodeActions
, which can be used to customize rendering actions. You can also use props. When the value is true, the component will render a copy button #288
Full Changelog: v2.4.0...v2.5.0
2.4.0
2.3.0
1.9.5
2.2.4
What's Changed
- fix: show null and explicit undefined values by @cstuncsik in #210
- fix: dynamic left padding on collapse elements. by @leezng in #216
- fix: type check failed for prop "data". #224 by @leezng in #226
- fix: deep prop support reactive. #231
- chore(deps): bump loader-utils from 1.4.0 to 1.4.2 by @dependabot in #220
- chore(ci): update actions plugin version by @leezng in #241
Full Changelog: v2.2.3...v2.2.4
1.9.4
2.2.3
What's Changed
- fix: show null and explicit undefined values by @cstuncsik in #210
- fix: Dynamic left padding on collapse elements. #216
Full Changelog: v2.2.2...v2.2.3
1.9.3
What's Changed
- fix: show null and explicit undefined values by @cstuncsik in #207
- fix: Dynamic left padding on collapse elements. #200
Full Changelog: v1.9.2...v1.9.3