Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit d6a09eb Merge: 36f57b3 0134c9d Author: Jacques Nel <[email protected]> Date: Wed Feb 16 08:22:00 2022 +0200 Merge branch 'rjsf-team:master' into master commit 0134c9d Author: Ashwin Ramaswami <[email protected]> Date: Sun Feb 13 22:07:59 2022 -0500 Update PULL_REQUEST_TEMPLATE.md (#2698) commit 4746c0b Author: Ashwin Ramaswami <[email protected]> Date: Sun Feb 13 22:07:50 2022 -0500 Update CHANGELOG.md (#2706) commit 2d03544 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri Feb 11 11:23:29 2022 +0000 chore(deps): bump handlebars from 4.1.0 to 4.7.7 in /packages/core Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.0 to 4.7.7. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md) - [Commits](handlebars-lang/handlebars.js@v4.1.0...v4.7.7) --- updated-dependencies: - dependency-name: handlebars dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> commit 6b17ede Author: David Johnson <[email protected]> Date: Wed Feb 9 19:42:48 2022 -0700 Added .nvmrc and .node-version to help setup correct node version (#2695) * Added .nvmrc and .node-version to help setup correct node version * Changing .nvmrc/.node-version to use major version # commit 549b718 Author: green7ea <[email protected]> Date: Thu Feb 10 03:42:34 2022 +0100 Can now specify idSeparator to control how id is created (#2628) * Can now specify idSeparator to control how id is created By default, '_' is used as a separator for the different parts that make up a field's id. This can be problematic when '_' is part of a field's name. This commit adds the ability to specify idSeparator when building a form which allows users use a character that isn't used in field names. With the idSeparator option set to '.', we would get: 'root.field_a.field_123' instead of 'root_field_a_field_123'. * Update CHANGELOG.md Co-authored-by: Emmanuel Boudreault <[email protected]> Co-authored-by: Ashwin Ramaswami <[email protected]> commit c6ad877 Author: Maximillian Dornseif <[email protected]> Date: Tue Feb 8 02:58:40 2022 +0100 Documenting readonlyAsDisabled functionality. (#2524) * Documenting readonlyAsDisabled functionality. * Update docs/api-reference/form-props.md Co-authored-by: Ashwin Ramaswami <[email protected]> Co-authored-by: Ashwin Ramaswami <[email protected]> commit 6447cae Author: Rodrigo Fuentes <[email protected]> Date: Mon Feb 7 09:05:31 2022 -0500 Update README.md (#2692) fix typo commit e2e1181 Author: Heath C <[email protected]> Date: Fri Feb 4 12:44:51 2022 -0800 Add support for both Material UI 4 and 5 in @rjsf/material-ui (fix #2555) (#2605) * Attempting to build a `material-ui` that works for both version 4 and 5 * Some minor cleanup and upgrade to React 17 to get all the tests working * Made the Themes be tolerant of not having the library actually present * Changes needed to make the old playground work with the new v4 & v5 material-ui theme, by emptying-out the @mui libraries since they need React 17 * Updated React 17 playground to also support material-ui v4 along with v5 * Extracted the Context creation from the them, including properly dealing with `require()` throwing errors * Final changes in preparation for the PR * Added missing `size="small"` on the `IconButtons`, reordered and/or consolidated some imports Fixed up the `Mui5ContextProps` to use `OutlinedInput` for `Input` Also improved the documentation on the `@mui` -> `emptyLibrary` hack * Update the tests snapshots to account for the `size="small"` change on the `IconButton` * - Updated to the latest `@mui` and `@emotion` libraries and made the `@material-ui`, `@mui` and `@emotion` packages optional in `peerDependenciesMeta` * - Rebased package-lock.json for `material-ui` and `playground` after rebase to latest master - Updated the `material-ui` snapshot due to updated libraries * - Updated the original playground to call out `material-ui-4` rather than just `material-ui` * - Restored the [PR](https://github.com/heath-freenome/react-jsonschema-form/pull/1/files#) that was lost in a merge issue * - Bump `react-bootstrap` in the playground to match the version used in `@rjsf/bootstrap-4` * - Fixed issue found by reviewer where the `Slider` component was not output into the Contexts Co-authored-by: Heath Chiavettone <[email protected]> commit 3d1a71c Author: Ashwin Ramaswami <[email protected]> Date: Fri Feb 4 12:14:13 2022 -0500 Add chakra-ui theme (#2688) Co-authored-by: Jonathan Blair <[email protected]> Co-authored-by: Rodrigo Fuentes <[email protected]> Co-authored-by: U.M Andrew <[email protected]> Co-authored-by: jzander <[email protected]> commit 3537039 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Feb 1 16:08:13 2022 +0000 chore(deps): bump browserslist in /packages/playground Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.6.2 to 4.19.1. - [Release notes](https://github.com/browserslist/browserslist/releases) - [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md) - [Commits](browserslist/browserslist@4.6.2...4.19.1) --- updated-dependencies: - dependency-name: browserslist dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> commit 89ba649 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Feb 1 15:51:44 2022 +0000 chore(deps-dev): bump react-portal from 4.2.0 to 4.2.1 Bumps [react-portal](https://github.com/tajo/react-portal) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/tajo/react-portal/releases) - [Commits](tajo/react-portal@v4.2.0...v4.2.1) --- updated-dependencies: - dependency-name: react-portal dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> commit b54b124 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Feb 1 07:00:31 2022 +0000 chore(deps): bump crazy-max/ghaction-github-pages from 2.5.0 to 2.6.0 Bumps [crazy-max/ghaction-github-pages](https://github.com/crazy-max/ghaction-github-pages) from 2.5.0 to 2.6.0. - [Release notes](https://github.com/crazy-max/ghaction-github-pages/releases) - [Changelog](https://github.com/crazy-max/ghaction-github-pages/blob/dev/CHANGELOG.md) - [Commits](crazy-max/ghaction-github-pages@v2.5.0...v2.6.0) --- updated-dependencies: - dependency-name: crazy-max/ghaction-github-pages dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> commit 36f57b3 Merge: 9e2dff9 3c1d465 Author: Jacques Nel <[email protected]> Date: Tue Jan 25 20:40:22 2022 +0200 Merge branch 'rjsf-team:master' into master
- Loading branch information