All Versions
258
Latest Version
Avg Release Cycle
7 days
Latest Release
-

Changelog History
Page 10

  • v3.10.2 Changes

    November 20, 2020
    • ๐Ÿ›  Fix ra-data-simple-rest delete response mime type (5568) (djhi)
    • ๐Ÿ›  Fix ra-data-graphql-simple delete result (5567) (djhi)
    • ๐Ÿ›  Fix Loading route missing theme (5560) (thcolin)
    • ๐Ÿ›  Fix variant and margin prop on an input have no effect inside a Filter form (5555) (fzaninotto)
    • [Demo] Fix missing Roboto font in e-commerce demo (5566) (fzaninotto)
    • ๐Ÿ“š [Doc] Fix link formatting in "Writing your own input" documentation (5556) (fzaninotto)
    • โœ๏ธ [Doc] Fix typos in Theming doc (5546) (DjebbZ)
    • [Doc] Fix code examples in TypeScript (5548) (WiXSL)
    • [Doc] Improve List chapter screenshots and cross-links (5543) (fzaninotto)
    • ๐Ÿ“ฆ [Doc] Add link to MrHertal/react-admin-json-view package for JSON field and input (5542) (MrHertal)
    • โšก๏ธ [Doc] Update tutorial link (5540) (WiXSL)
    • ๐ŸŒ [Doc] Fix sample REST translation of dataProvider calls in Tutorial (5535) (ayhandoslu)
    • ๐Ÿ“š [Doc] Fix sample REST translation of dataProvider calls in Data Providers documentation (5536) (ayhandoslu)
  • v3.10.1 Changes

    November 13, 2020
    • ๐Ÿ›  Fix <ReferenceInput> ignores sort prop (5527) (djhi)
    • ๐Ÿ›  Fix <ExportButton> doesn't use UTF-8 mimetype (5499) (ValentinnDimitroff)
    • ๐Ÿ›  Fix setImmediate is not defined error when using SSR (5523) (fzaninotto)
    • ๐Ÿ›  Fix useDataProvider throws 'options is undefined' error when called without arguments (5524) (fzaninotto)
    • ๐Ÿ›  Fix options prop not being injected to View elements (5511) (WiXSL)
    • [TypeScript] Fix View types (5532) (djhi)
    • ๐Ÿ“„ [Doc] Improve some docs anchors visibility (5515) (WiXSL)
    • [Doc] Add missing <Datagrid> css rules (5522) (WiXSL)
    • ๐Ÿ’ป [Doc] Add ra-compact-ui to the Ecosystem docs (5520) (ValentinnDimitroff)
    • โœ๏ธ [Doc] Fix code examples errors and typos in jsDoc (5517) (ValentinnDimitroff)
    • โœ๏ธ [Doc] Fix typos (5510) (WiXSL)
    • [Doc] Fix typo in README example (5503) (janakact)
    • ๐Ÿ‘‰ Use React 17 in examples to make sure react-admin works with this version (5453) (fzaninotto)
    • ๐Ÿ‘ท Migrate CI to Github Actions (5508) (djhi)
  • v3.10.0 Changes

    November 09, 2020
    • โž• Add <RecordContext> and Base components for Edit, Create and Show (5422) (djhi)
    • โž• Add <ResourceContext> (5456) (djhi)
    • โšก๏ธ Update the <ResourceContext> to store a scalar instead of an object (5489) (fzaninotto)
    • โšก๏ธ Update <Reference> elements to use <ResourceContext> (5502) (fzaninotto)
    • โž• Add ability to reset an <AutocompleteInput> (5396) (fzaninotto)
    • โž• Add ability to disable redirection after logout (5458) (fzaninotto)
    • โž• Add ability to customize the ready screen on empty admins (5441) (fzaninotto)
    • โž• Add ability to disable the <UserMenu> without rewriting the <AppBar> (5421) (Luwangel)
    • โž• Add ability to hide notification when authProvider.checkAuth() or authProvider.checkError() fail (5382) (fzaninotto)
    • โž• Add ability to specify record type in <FunctionField> (5370) (fzaninotto)
    • โž• Add ability to infer field type from data (5485) (fzaninotto)
    • โž• Add rest props sanitizer for Fields and Inputs (5392) (fzaninotto)
    • Speed up show & hide filter (5411) (fzaninotto)
    • ๐Ÿ›  Fix typo on bulk axction labels in French translation (5494) (etienne-bondot)
    • ๐Ÿ›  Fix <EmailField> with target prop fails TypeScript compilation (5488) (fzaninotto)
    • ๐Ÿ›  Fix crash when navigating away during undo period (5487) (fzaninotto)
    • ๐Ÿ›  Fix <ShowButton> does not update on to prop change (5483) (rkfg)
    • ๐Ÿ›  Fix error when using withDataProvider without options argument (5481) (fzaninotto)
    • [TypeScript] Fix layout component type (5473) (fzaninotto)
    • ๐Ÿ’… [TypeScript] Add rowStyle prop to SimpleList (5252) (ValentinnDimitroff)
    • [Doc] Improve Auth Provider chapter (5493) (fzaninotto)
    • [Doc] Fix typo (5482) (WiXSL)
    • โœ๏ธ [Doc] Fix docs typos and grammar (5480) (WiXSL)
    • [Demo] use stepper for customer actions (5472) (fzaninotto)
  • v3.9.6 Changes

    November 02, 2020
    • ๐Ÿ›  Fix unrecognized DOM prop on <Show> (5471) (FredericEspiau)
    • ๐Ÿ›  Fix filter with nested source (5457) (fzaninotto)
    • ๐Ÿ›  Fix failed delete doesn't refresh the view (5455) (fzaninotto)
    • ๐Ÿ“š [Doc] Fix typo in tutorial documentation(5468) (ivanosevitch)
    • ๐Ÿ‘ฏ [Doc] Fix bad sentence in CloneButton usage (5466) (DjebbZ)
    • [Demo] Fix sales chart becomes empty at the end of the month (5465) (fzaninotto)
    • โœ๏ธ [Doc] Fix minor typos (5460) (DjebbZ)
    • [Doc] Improve main navigation (5459) (fzaninotto)
    • ๐Ÿ“„ [Doc] Improve List and Datagrid docs (5449) (WiXSL)
    • [Doc] Fix simple example usage instructions (5444) (fzaninotto)
    • ๐Ÿ“š [Doc] Group Inputs and Fields in documentation to allow better discoverability (5440) (fzaninotto)
  • v3.9.5 Changes

    October 26, 2020
    • ๐Ÿ›  Fix Custom Menu doesn't always receive onMenuClick prop (5435) (fzaninotto)
    • ๐Ÿ›  Fix <Appbar> custom content flickers when loading (5434) (fzaninotto)
    • ๐Ÿ›  Fix several eslint warnings (5433) (Luwangel)
    • ๐Ÿ›  Fix <AutocompleteArrayInput> doesn't support the disabled prop (5432) (fzaninotto)
    • ๐Ÿ›  Fix Edit view doesn't work with ra-data-graphql-simple if resource id is of type Int! (5402) (EmrysMyrddin)
    • ๐Ÿ›  Fix useDataProvider signature prevents custom methods usage (5395) (djhi)
    • [TypeScript] Add type for theme (5429) (djhi)
    • [TypeScript] Export and Rename Pagination Types (5420) (djhi)
    • โœ๏ธ [Doc] Fix typos (5431) (WiXSL)
    • โœ๏ธ [Doc] Fix typos (5412) (WiXSL)
  • v3.9.4 Changes

    October 16, 2020
    • ๐Ÿ›  Fix <AutocompleteInput> suggestions appear beneath Dialog (5393) (fzaninotto)
    • [TypeScript] Fix missing types for <AppBar> and other layout components (5410) (fzaninotto)
    • 0๏ธโƒฃ [TypeScript] Fix compilation error on defaultIdentity (5408) (fzaninotto)
    • [TypeScript] Fix missing path prop in Tab component type (5386) (nickwaelkens)
    • ๐Ÿ’ป [Demo] Improve Order Edit UI (5407) (fzaninotto)
    • [Doc] Fix "Link to filtered list" snippet incorrectly requires all query parameters (5401) (fzaninotto)
    • โš  [Doc] Add warning about inconsistent record shapes in custom data provider instructions (5391) (fzaninotto)
    • [Doc] Fix specialized dataProvider hooks usage (5390) (fzaninotto)
    • [Doc] Fix linking two inputs example (5389) (fzaninotto)
    • [Doc] Fix custom login snippet missing theme (5388) (fzaninotto)
    • ๐Ÿšš [Doc] Remove Input defaultValue syntax with a function (5387) (fzaninotto)
    • ๐Ÿ“š [Doc] Replace TypeScript code by js code in examples documentation(5385) (WiXSL)
    • [Doc] Fix <EmailField> and <UrlField> definitions (5384) (WiXSL)
    • ๐Ÿ“š [Doc] Fix <FileInput> props table format documentation(5383) (WiXSL)
  • v3.9.3 Changes

    October 12, 2020
    • ๐Ÿ›  Fix dataProvider fails silently when response has wrong type (5373) (fzaninotto)
    • ๐Ÿ›  Fix default authProvider.getIdentity() triggers infinite loop (5381) (fzaninotto)
    • ๐Ÿ›  Fix duplicated lodash package when bundling react-admin without tree shaking (5380) (impronunciable)
    • ๐Ÿ›  Fix default AuthContext value fails TypeScript compilation (5372) (fzaninotto)
    • ๐Ÿ›  Fix unused css rules in Input components (5345) (WiXSL)
    • ๐Ÿ›  Fix support for className prop in <SimpleFormIterator> (5368) (edulix)
    • [Doc] Fix rendering a Datagrid outside a Resource instructions (5371) (fzaninotto)
    • ๐Ÿ“š [Doc] Add Inputs and Fields CSS Api documentation (5346) (WiXSL)
    • [Doc] Add open in Gitpod button in README (5364) (nisarhassan12)
    • ๐Ÿ“ฆ [Doc] Fix Demo Video Links in the READMEs of ra- packages (5369) (djhi)
    • ๐Ÿ“š [Doc] Add mentions of the Enterprise Edition components in documentation (5363) (fzaninotto)
    • [Doc] Fix wrong link in shop demo's README (5357) (DjebbZ)
    • [Doc] Fix links to source code following TypeScript migration (5358) (WiXSL)
    • ๐Ÿ“š [Doc] Add react-router link in Resource documentation (5356) (WiXSL)
    • [Doc] Fix typo in CreateEdit chapter introduction (5355) (pamuche)
    • ๐Ÿ“„ [Doc] Fix useAuthState hook js docs (5351) (WiXSL)
    • [Doc] Fix import in <AdminUI> code example (5352) (WiXSL)
  • v3.9.2 Changes

    October 05, 2020
    • โž• Add onSuccess and onFailure props to <DeleteButton> (5310) (gavacho)
    • ๐Ÿ›  Fix sideEffect saga can throw undefined as error (5315) (Hemant-yadav)
    • Fix ra-data-graphql only considers resource implementing GET_ONE and GET_LIST (5305) (Kilometers42)
    • ๐Ÿ›  Fix <TabbedShowLayout> resolves path incorrectly if first tab is null (5312) (WiXSL)
  • v3.9.1 Changes

    October 05, 2020
    • ๐Ÿ›  Fix packages dependencies pointing to react-admin beta and causing duplicate packages (5347) (WiXSL)
  • v3.9.0 Changes

    October 02, 2020
    • Emit TypeScript types (5291) (fzaninotto)
    • โž• Add user name and avatar on the top bar (5180) (fzaninotto)
    • โž• Add ability to use a custom count header in ra-data-simple-rest data provider instead of Content-Range (5224) (alexisjanvier)
    • โž• Add localStorage data provider (5329) (fzaninotto)
    • โž• Add ability to customize the option labels of <NullableBooleanInput> (5311) (gavacho)
    • โž• Add onSuccess and onFailure props to <DeleteButton> (5310) (gavacho)
    • โž• Add ability to pass custom icons to <BooleanField> to show as values (5281) (WiXSL)
    • โž• Add ability to disable notifications of useCheckAuth and useLogoutIfAccessDenied hooks (5255) (WiXSL)
    • ๐Ÿ›  Fix warning about <Error> component proptypes when using string error (5341) (fzaninotto)
    • Convert <Tab> component to TypeScript (5342) (fzaninotto)
    • ๐Ÿ›  Fix <Edit> logs warning when using transform prop (5332) (fzaninotto)
    • ๐Ÿ›  Fix <NullableBooleanInput> empty value isn't selectable (5326) (fzaninotto)
    • ๐Ÿ›  Fix <Edit> refreshes dirty forms if tab is backgrounded (5319) (WiXSL)
    • ๐Ÿ›  Fix TypeScript types (5318) (djhi)
    • ๐Ÿ›  Fix sideEffect saga can throw undefined as error (5315) (Hemant-yadav)
    • ๐Ÿ›  Fix TypeScrip types (5313) (djhi)
    • ๐Ÿ›  Fix <TabbedShowLayout> resolves path incorrectly if first tab is null (5312) (WiXSL)
    • Fix ra-data-graphql only considers resource implementing GET_ONE and GET_LIST (5305) (Kilometers42)
    • ๐Ÿ›  Fix warning when passing FieldProps to <Input> components (5300) (fzaninotto)
    • ๐Ÿ›  Fix TypeScript types (5298) (djhi)
    • ๐Ÿ›  Fix <LoadingIndicator> does not get class overrides (5279) (WiXSL)
    • ๐Ÿ›  Fix IsRowSelectable return type (5278) (WiXSL)
    • ๐Ÿ›  Fix useGetIdentity fails when there is no authProvider (5209) (fzaninotto)
    • ๐Ÿ›  Fix <Datagrid> doesn't support forwarding ref (5202) (jeiea)
    • [BC Break] Rename duplicate Sort, Filter and Navigation types to allow type emission from react-admin (5257) (fzaninotto)
    • ๐Ÿ“š [Doc] Fix missing link to <DateTimeInput> in reference documentation (5340) (Hettomei)
    • [Doc] Fix a typo in the ra-data-localstorage readme (5333) (WiXSL)
    • ๐Ÿ“„ [Doc] Fix <UserMenu> example in theming docs (5328) (ceracera)
    • ๐Ÿ”ง [Doc] Add link to a new REST data provider, variant of ra-data-simple-rest, allowing configurable id field (5290) (zachrybaker)
    • [Doc] Fix the instructions for customizing the Toolbar in <SaveButton> (5285) (Luwangel)
    • ๐Ÿ“š [Doc] Add ra-enterprise packages to Ecosystem documentation (5284) (djhi)
    • ๐Ÿ“„ [Doc] Fix http docs links (5277) (WiXSL)
    • [Doc] Fix changelog links (5276) (WiXSL)
    • ๐Ÿ“š [Doc] Fix minor typo in Actions documentation (5274) (lipusal)