-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Align with upstream + fixes #3
Merged
Kikobeats
merged 76 commits into
feat-allow-textarea-select
from
feat-allow-textarea-select-update
Jan 10, 2022
Merged
Align with upstream + fixes #3
Kikobeats
merged 76 commits into
feat-allow-textarea-select
from
feat-allow-textarea-select-update
Jan 10, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fixed typos in groupArraysAfterLength prop documentation.
Change: Closes #180 This change introduces the `displayArrayKey` property to the `ReactJsonView` component defaulting to `true`. This property will allow users to hide the `array-key` in the component output. Verification: - Run unit test - Added unit test - Toggle the `displayArrayKey` and visually verified the key is not displayed when expected
Adds React 17 to the peer dependencies as React 17 has no actual impact on this package
Update README.md
set default style with min-height & word-bread
Fix bug with small floats and add support for scientific notation.
Add quotesOnKeys option
Adds support for React 17
Add Github actions to run tests on CI
…coverage to coveralls
Inline Styles Fix - commit to this repo
bump patch to 1.20.5
Add displayArrayKey property that hides the array keys
bump minor version (1.21)
quotesOnKeys bugfix
missing quotesOnKeys props in TS typings
Fix code style
Fix display issue for objects with length property
fix: missing quotesOnKeys props in TS typings
upgrade react-textarea-autosize dependency to 8.3.2
If an object has more keys than `groupArraysAfterLength`, then it will be rendered as an Array due to the changes in #336 Fix this logic so only arrays are rendered as arrays. Fixes #340
looks good, tests are passing locally.
bump patch version
…-allow-textarea-select-update # Conflicts: # package.json # src/js/components/VariableEditor.js # src/js/index.js
+ Fix renamed prop from `inputRef` to `ref` on react-textarea-autosize.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.