Vue Json Pretty Versions Save

A JSON tree view component that is easy to use and also supports data selection.

v2.2.4

1 year ago

What's Changed

Full Changelog: https://github.com/leezng/vue-json-pretty/compare/v2.2.3...v2.2.4

v1.9.4

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/leezng/vue-json-pretty/compare/v1.9.3...v1.9.4

v2.2.3

1 year ago

What's Changed

  • fix: show null and explicit undefined values by @cstuncsik in #210
  • fix: Dynamic left padding on collapse elements. #216

Full Changelog: https://github.com/leezng/vue-json-pretty/compare/v2.2.2...v2.2.3

v1.9.3

1 year ago

What's Changed

Full Changelog: https://github.com/leezng/vue-json-pretty/compare/v1.9.2...v1.9.3

v2.2.2

1 year ago

What's Changed

Full Changelog: https://github.com/leezng/vue-json-pretty/compare/v2.2.1...v2.2.2

v1.9.2

1 year ago

What's Changed

  • feat: support slot nodeKey. #195
  • fix: node path parsing does not consider special characters. #192

Full Changelog: https://github.com/leezng/vue-json-pretty/compare/v1.9.1...v1.9.2

v1.9.1

1 year ago

What's Changed

Full Changelog: https://github.com/leezng/vue-json-pretty/compare/v1.9.0...v1.9.1

v2.2.0

1 year ago

What's Changed

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: https://github.com/leezng/vue-json-pretty/compare/v2.1.1...v2.2.0

v1.9.0

1 year ago

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: https://github.com/leezng/vue-json-pretty/compare/v1.8.3...v1.9.0

v2.1.1

1 year ago

What's Changed

Full Changelog: https://github.com/leezng/vue-json-pretty/compare/v2.1.0...v2.1.1