Skip to content

Commit dee5a79

Browse files
committed
Update demo
1 parent a259433 commit dee5a79

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,9 @@ This component is heavily inspired by [react-json-view](https://github.com/mac-s
584584
585585
## Changelog
586586
587+
- **1.11.0**:
588+
- Improve CSS definitions to prevent properties from being overridden by the host environment's CSS
589+
- Add `rootFontSize` prop to set the "base" size for the component
587590
- **1.10.2**:
588591
- Fixes for text wrapping and content overlaps when values and inputs contain very long strings (#57, #58)
589592
- Only allow one element to be edited at a time, and prevent collapsing when an inner element is being edited.

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@types/react-dom": "^18.2.18",
1818
"firebase": "^10.7.2",
1919
"framer-motion": "^11.0.3",
20-
"json-edit-react": "^1.10.2",
20+
"json-edit-react": "^1.11.0",
2121
"just-compare": "^2.3.0",
2222
"react": "^18.2.0",
2323
"react-datepicker": "^5.0.0",

demo/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '1.10.2'
1+
export const version = '1.11.0'

demo/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7965,10 +7965,10 @@ json-buffer@3.0.1:
79657965
resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.1.tgz#9338802a30d3b6605fbe0613e094008ca8c05a13"
79667966
integrity sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==
79677967

7968-
json-edit-react@^1.10.2:
7969-
version "1.10.2"
7970-
resolved "https://registry.yarnpkg.com/json-edit-react/-/json-edit-react-1.10.2.tgz#93e8e630a5a50649f5eb53b6f7d89ac4924f5148"
7971-
integrity sha512-aE2SWYxjVb+5QGMG2MeIFTymuYPLTbM3IEFYKjTQ9IS8zEjEJiMe482OGEMBte3Dt2BUHGaJulEAgLpiMhMEbw==
7968+
json-edit-react@^1.11.0:
7969+
version "1.11.0"
7970+
resolved "https://registry.yarnpkg.com/json-edit-react/-/json-edit-react-1.11.0.tgz#5d077adcedd199038c7a69171f0cc7cae7bf8a48"
7971+
integrity sha512-FhADxqEXg8ic0iyIH8FMGcpGBm2yoxZNhzKH8uzMTa2UQdzKVxLEAru1Is1lu1X/LQTVpZ42HMCkf030MZ3llg==
79727972
dependencies:
79737973
json5 "^2.2.3"
79747974
just-clone "^6.2.0"

0 commit comments

Comments
 (0)