fastapi-starter
fastapi-starter copied to clipboard
Bump ra-data-json-server from 4.1.2 to 4.2.6 in /{{cookiecutter.project_slug}}/frontend
Bumps ra-data-json-server from 4.1.2 to 4.2.6.
Release notes
Sourced from ra-data-json-server's releases.
4.2.6
- Fix
<DeleteButton mutationOptions>ignoresmetaparameter (#8023) (septentrion-730n)- Fix
<NumberInput>state only changes on blur (#8033) (fzaninotto)- Fix
<ArrayInput>adds previously removed item (#8029) (djhi)- [TypeScript] Fix
<MenuItemLink>prop type isn't exported (#8040) (fzaninotto)- [Doc] Add Search component (#8021) (fzaninotto)
- [Doc] Fix typos in Search documentation (#8024) (septentrion-730n)
- [Demo] Fix Pending reviews link on Dashboard (#8036) (arimet)
- [Demo] Fix Category List does not use RecordContext (#8035) (arimet)
4.2.5
- Fix Input label proptypes and
<DatagridInput>imports (#8019) by (megantaylor)- Fix
<DashboardMenuItem>Types (#8007) by (djhi)- Fix
<Admin dashboard>causes a console warning due to missing key in the<Menu>(#8005) by (DerYeger)- Fix
<AutocompleteInput>generates warning for identical label (#8002) by (septentrion-730n)- Fix usage warning trigger in
<CheckboxGroupInput>(#8001) by (septentrion-730n)- Fix
<FilterForm>overflow on mobile (#7940) by (septentrion-730n)- [Typescript] Fix
<ListContextProvider>types (#8020) by (septentrion-730n)- [Doc] Fix typo in
ra-data-graphql-simpledocs (#8012) by (mattleff)- [Doc] Fix
react-querylinks in documentation (#8010) by (septentrion-730n)- [Doc] Fix
useQueryexample snippet (#8009) by (fzaninotto)- [Doc] Fix Custom
<ReferenceInput>label must be carried by the child component (#8004) by (ApolloRisky)- [Doc] Add
<Breadcrumb>documentation (#8000) by (fzaninotto)4.2.4
- Fix
<SelectInput>loading UI to avoid visual jump (#7998) by (fzaninotto)- Fix
<SelectInput>resettable background color glitch (#7997) by (fzaninotto)- Fix console error when using
<ReferenceArrayInput>in list filter (#7995) by (septentrion-730n)- Fix
<NumberInput>field stateisTouchedis always false (#7992) by (fzaninotto)- Fix error after being logged out and logging in again (#7991) by (fzaninotto)
- Fix
useThemereturns undefined as value (#7960) by (septentrion-730n)- Fix leading character in
<AutocompleteInput>can not be deleted (#7954) by (septentrion-730n)- [Doc] Fix typo in
<RichTextInput>documentation (#7990) by (uzegonemad)- [Doc] Fix
<WithPermissions />and<IfCanAccess />doc (#7994) by (smeng9)- [Doc] Add entry for
<MultiLevelMenu>(#7983) by (fzaninotto)4.2.3
- Fix Can't un-toggle filter through secondary action button in aside list (#7982) (septentrion-730n)
- Fix
useChoicesContextprops should take precedence over context (#7967) (djhi)- Fix individually import lodash modules to reduce bundle size (#7962) (Jkker)
- Fix
<Pagination>cannot be used outside aListContext(#7956) (fzaninotto)- Fix security alerts on development packages (#7953) (fzaninotto)
- Fix security alert on publishing package (#7951) (fzaninotto)
- [TypeScript] Fix
<Admin>used with function child and fragment does not compile (#7981) (fzaninotto)- [Doc] Fix UserMenu customization documentation (#7979) (ApolloRisky)
- [Doc] Add entry for
<IconMenu>(#7942) by (fzaninotto)4.2.2
- Fix
<AppBar>jiggles when scrolling down rapidly (#7947) (fzaninotto)- Fix
<BulkDeleteWithConfirmButton>does not work whenmutationModeisundoable(#7948) (fzaninotto)
... (truncated)
Changelog
Sourced from ra-data-json-server's changelog.
v4.2.6
- Fix
<DeleteButton mutationOptions>ignoresmetaparameter (#8023) (septentrion-730n)- Fix
<NumberInput>state only changes on blur (#8033) (fzaninotto)- Fix
<ArrayInput>adds previously removed item (#8029) (djhi)- [TypeScript] Fix
<MenuItemLink>prop type isn't exported (#8040) (fzaninotto)- [Doc] Add Search component (#8021) (fzaninotto)
- [Doc] Fix typos in Search documentation (#8024) (septentrion-730n)
- [Demo] Fix Pending reviews link on Dashboard (#8036) (arimet)
- [Demo] Fix Category List does not use RecordContext (#8035) (arimet)
v4.2.5
- Fix Input label proptypes and
<DatagridInput>imports (#8019) by (megantaylor)- Fix
<DashboardMenuItem>Types (#8007) by (djhi)- Fix
<Admin dashboard>causes a console warning due to missing key in the<Menu>(#8005) by (DerYeger)- Fix
<AutocompleteInput>generates warning for identical label (#8002) by (septentrion-730n)- Fix usage warning trigger in
<CheckboxGroupInput>(#8001) by (septentrion-730n)- Fix
<FilterForm>overflow on mobile (#7940) by (septentrion-730n)- [Typescript] Fix
<ListContextProvider>types (#8020) by (septentrion-730n)- [Doc] Fix typo in
ra-data-graphql-simpledocs (#8012) by (mattleff)- [Doc] Fix
react-querylinks in documentation (#8010) by (septentrion-730n)- [Doc] Fix
useQueryexample snippet (#8009) by (fzaninotto)- [Doc] Fix Custom
<ReferenceInput>label must be carried by the child component (#8004) by (ApolloRisky)- [Doc] Add
<Breadcrumb>documentation (#8000) by (fzaninotto)v4.2.4
- Fix
<SelectInput>loading UI to avoid visual jump (#7998) by (fzaninotto)- Fix
<SelectInput>resettable background color glitch (#7997) by (fzaninotto)- Fix console error when using
<ReferenceArrayInput>in list filter (#7995) by (septentrion-730n)- Fix
<NumberInput>field stateisTouchedis always false (#7992) by (fzaninotto)- Fix error after being logged out and logging in again (#7991) by (fzaninotto)
- Fix
useThemereturns undefined as value (#7960) by (septentrion-730n)- Fix leading character in
<AutocompleteInput>can not be deleted (#7954) by (septentrion-730n)- [Doc] Fix typo in
<RichTextInput>documentation (#7990) by (uzegonemad)- [Doc]: Fix
<WithPermissions />and<IfCanAccess />doc (#7994) by (smeng9)- [Doc] Add entry for
<MultiLevelMenu>(#7983) by (fzaninotto)v4.2.3
- Fix: Can't un-toggle filter through secondary action button in aside list (#7982) (septentrion-730n)
- Fix:
useChoicesContextprops should take precedence over context (#7967) (djhi)- Fix: individually import lodash modules to reduce bundle size (#7962) (Jkker)
- Fix:
<Pagination>cannot be used outside aListContext(#7956) (fzaninotto)- Fix: security alerts on development packages (#7953) (fzaninotto)
- [TypeScript] Fix used with function child and fragment does not compile (#7981) (fzaninotto)
- [doc] Fix UserMenu customization documentation (#7979) (ApolloRisky)
- [chore] Update lerna (#7951) (fzaninotto)
... (truncated)
Commits
9592083v4.2.6847e35aPrepare changelog for v4.2.60ae5f1fMerge pull request #8040 from marmelab/fix-MenuItemLink-typece98e65[TypeScript] Fix MenuItemLink prop type isn't exported0847d2b[Demo] Fix poster category selector shows id instead of name4f2e996Merge pull request #8023 from marmelab/8016-dataprovider-delete-metae36ef26Merge pull request #8029 from marmelab/fix-array-input-adding-previously-remo...35a81b9Unit test corrections5bd24ceAdd unit tests54a483dMerge pull request #8036 from marmelab/fix-dashboard-redirection- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)