Skip to content
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

Conversation

breadadams
Copy link
Member

No description provided.

azcn2503 and others added 30 commits August 10, 2018 14:21
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
set default style with min-height & word-bread
Fix bug with small floats and add support for scientific notation.
Add Github actions to run tests on CI
Inline Styles Fix - commit to this repo
mac-s-g and others added 26 commits February 2, 2021 18:12
Add displayArrayKey property that hides the array keys
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
…-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.
@breadadams breadadams requested a review from Kikobeats January 10, 2022 18:28
@Kikobeats Kikobeats merged commit f564ddc into feat-allow-textarea-select Jan 10, 2022
@Kikobeats Kikobeats deleted the feat-allow-textarea-select-update branch January 10, 2022 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.