Releases: hivivo/ngx-json-viewer
Releases · hivivo/ngx-json-viewer
v3.2.1
What's Changed
- Remove the useless "main" entry by @hivivo in #118
- Bump socket.io-parser from 4.0.4 to 4.0.5 in /example by @dependabot in #121
- Bump loader-utils from 2.0.2 to 2.0.3 in /example by @dependabot in #120
- Bump tslib from 2.4.0 to 2.4.1 by @dependabot in #119
Full Changelog: v3.2.0...v3.2.1
v3.2.0
What's Changed
- theming with CSS variables by @DaSchTour in #108
- Fix increase one
_currentDepth
in data update by @Timmatt-Lee in #116
Version Bumps
- Bump ng-packagr from 14.0.2 to 14.2.0 by @dependabot in #113
- Bump zone.js from 0.11.6 to 0.11.8 by @dependabot in #112
- Bump rxjs from 7.5.5 to 7.5.7 by @dependabot in #115
- Bump ng-packagr from 14.2.0 to 14.2.2 by @dependabot in #117
New Contributors
- @DaSchTour made their first contribution in #108
- @Timmatt-Lee made their first contribution in #116
Full Changelog: v3.1.0...v3.2.0
Angular 13+ and Ivy Distribution
What's Changed
- Bump typescript from 4.0.7 to 4.1.5 by @dependabot in #47
- Bump elliptic from 6.5.3 to 6.5.4 in /example by @dependabot in #46
- Bump zone.js from 0.10.3 to 0.11.4 by @dependabot in #48
- Bump rxjs from 6.6.6 to 6.6.7 by @dependabot in #49
- Bump tslib from 2.1.0 to 2.2.0 by @dependabot in #50
- micahstubbs/72/ivy distribution by @micahstubbs in #88
New Contributors
- @dependabot made their first contribution in #47
- @micahstubbs made their first contribution in #88
Full Changelog: v3.0.2...v3.1.0
Support Angular 11
Add support to Angular 11 and:
- support cyclic data
- introduce
depth
input to control the max expanded level
Support Angular 7 and Misc Improvements
2.4.0 fix #14: support other types
Support Angular 6
This version removes warnings when using Angular 6.
Misc Improvements
Since v2.2.0 cleanOnChange
will be true
by default.
Support Angular 5+
2.0.4 Fix text wrap when line is too long
Support Angular 5
2.0.0 Support Angular 5; Fixes #2
First version of JSON viewer
Collapsible JSON viewer for Angular 4+