All Versions
258
Latest Version
Avg Release Cycle
7 days
Latest Release
-
Changelog History
Page 17
Changelog History
Page 17
-
v3.0.0-alpha.0 Changes
- Add pagination and sorting params to GET_MANY_REFERENCE (3412) (m4theushw)
- ๐ Use hooks on demo (last PR) (3345) (zyhou)
- โ Add
useCreateController
hook (3409) (fzaninotto) - โ Add
useShowController
hook (3406) (fzaninotto) - โ Add
useEditController
hook (3398) (fzaninotto) - Prevents passing the
sidebarIsOpen
prop to the<MenuItem>
component (3393) (m4theushw) - โ Add tooltip to menu entries on the sidebar (3390) (m4theushw)
- โ Add
useListController
hook (3377) (fzaninotto) - โ Add auth hooks (
useAuth
andusePermissions
) (3368) (fzaninotto) - ๐จ Refactor validators to not return translated errors (3339) (djhi)
- โฌ๏ธ Upgrade
react-redux
to version 7.1 (3349) (fzaninotto) - Backport changes from 2.9.2 and 2.9.3 to next (3344) (fzaninotto)
- ๐
Use
makeStyles
hook on examples demo (3328) (zyhou) - ๐ Replace
tslint
witheslint
(3321) (djhi) - โ Add link function to
<ReferenceField>
(3282) (fargito) - โ Add tabs prop to
<TabbedForm>
to allow injecting custom Tabs component(3288) (sagarbakhtar) - โ Add
suggestionLimit
prop to<AutocompleteArrayInput>
(3326) (sagarbakhtar) - [BC Break] Use theme to store sidebar width (3323) (djhi
- ๐ [BC Break] Replace
papaparse
with a lighter library (3324) (djhi - โ Add
List
performance optimizations (3320) (fzaninotto) - โฌ๏ธ Upgrade, Configure & Apply
prettier
(3317) (djhi - โ Add notification on
USER_CHECK
error (3291) (sagarbakhtar) - ๐ Fix
Layout
component injection (3315) (djhi - โ Add
useReferenceArrayField
hook (3294) (ThieryMichel) - โ Add
useReferenceMany
hook (3236) (ThieryMichel) - Migrate simple example to hooks (3225) (zyhou)
- Authenticate
NotFound
page (3243) (Kmaschta) - โ Add support for
<Datagrid rowClick="toggleSelection">
(3270) (fargito) - โ Add Crud hooks (
useQuery
,usequeryWithStore
,useMutation
,useGetOne
,useGetList
) (3253) (fzaninotto) - ๐ป Replace Headroom by native Material-ui solution for hiding the app bar on scroll (3247) (fzaninotto)
- ๐ Rename
appLayout
prop tolayout
in<Admin>
component (3055) (kopax) - โฌ๏ธ Upgrade cypress and add ability to run single test (3235) (cherniavskii)
- โ Add
useReference
hook (3228) (ThieryMichel)Approved - ๐ Move Actions out of the Card (3214) (fzaninotto)
- ๐ Fix
useListParams
hook (3233) (djhi - โ Add
useListParams
(3217) (djhi - ๐ Use hooks in controllers (3213) (djhi)
- โฌ๏ธ [BC Break] Upgrade
redux-saga
(3212) (djhi) - โฌ๏ธ [BC Break] Upgrade
material-ui
to v4 (3191) (fzaninotto) - โ Add
useTranslate
hook (3188) (fzaninotto)of 7 - [BC Break] Add
useDataProvider
hook (3181) (fzaninotto) - โฌ๏ธ [BC Break] Upgrade dependencies (3170) (fzaninotto)
-
v2.9.9 Changes
November 19, 2019- โ Add link to
ra-language-japanese
in Translation doc (3994) (bicstone) - ๐ Fix duplicate keywords (3993) (bicstone)
- ๐ Fix warning in Login form (3958) (gstvg)
- โ Add example of custom Datagrid usage in the List documentation (3956) (nicgirault)
- โ Add a list if
<Pagination>
props in the List documentation (3954) (nicgirault) - ๐ Fix pessimistic delete one does not remove item from selection (3926) (fzaninotto)
- โ Add a link to
moleculer-data-provider
in Data Providers doc (3925) (jjgumucio)
- โ Add link to
-
v2.9.8 Changes
- ๐ Rewrite
ra-tree
. The new API isn't backwards compatible, but as ra-tree is considered a "lab" feature, we chose to release it in a minor version. (3771) (djhi) - โ Add support for custom queries in
ra-data-graphql
(3839) (djhi) - โ Add theme support in
FileInput
dropzone background (3823) (despatates) - โ Add link to OpenID Connect advanced example (3795) (Kmaschta)
- ๐ Fix react-admin dependency in secondary packages (3791) (manelpb)
- ๐ Fix trailing slash in url breaks routing (3788) (djhi)
- ๐ Fix jsDoc in
refresh
side effect (3780) (gillesdemey) - ๐ Fix autocomplete of
Password
field onLoginForm
(3666) (UltimateForm)
- ๐ Rewrite
-
v2.9.7 Changes
- ๐ Fix missing semicolons in docs (3773) (emptyhand)
- ๐ Fix typo in
ra-core
README
(3772) (AlexanderOttenhoff) - ๐ Fix
dataProvider
doc uses onFailure instead of onError (3761) (mchaffotte) - ๐ Fix
Content-Type
header added for non GET requests. (3743) (clement-escolano) - ๐ Fix filter extend order in
ReferenceInputController
(3740) (TheHyphen) - ๐ Fix
TabbedForm
does not detect errors when source is a path (3711) (djhi) - โ Add support for GraphQL Interface type (3692) (MichielDeMey)
- ๐ Fix typo in exporter documentation (3675) (fzaninotto)
- ๐ Fix Move built-in validators documentation order (3363) (heyfife)
-
v2.9.6 Changes
- ๐ Fix too drastic validation of
DELETE
andDELETE_MANY
dataProvider responses (3441) (Kmaschta) - ๐ Fix
SimpleList
showingListItem
as button even thoughlinkType
is false (3543) (b-raines) - ๐ Fix infinite loading when declaring resource at runtime with no
authProvider
(3505) (Kunnu01) - ๐ Fix typo in
ra-data-graphql
README
(3508) (bookvik) - ๐ Fix
<DeleteButton undoable={false} />
does not refreshList
(3506) (natrim) - ๐ Fix typo in
README
(3497) (arturcarvalho) - ๐ Fix various typos in documentation and demo (3493) (yumi2011)
- ๐ Fix
sortable
update has no effect inField
components (3494) (Kunnu01) - ๐ Fix
AutocompleteArrayInput
not accepting options (3479) (djhi) - ๐ Fix
List
data does not update when defaultfilters
Change (3308) (djhi) - ๐ Fix missing imports in
List
documentation (3469) (Kunnu01) - โ Add link to Swedish translation (3466) (Kladdy)
- ๐ Improve bug report template (3488) (Kmaschta)
- ๐ Change documentation search engine to Algolia (3459) (fzaninotto)
- ๐ Fix too drastic validation of
-
v2.9.5 Changes
- ๐ Fix data generator usage example (3429) (mchaffotte)
- ๐ Fix
<ReferenceArrayInput>
error message when given bad data (3415) (Kmaschta) - Fix List does not update if
AUTH_GET_PERMISSIONS
is slow (3408) (fzaninotto) - ๐ Fix click on
<EmailField>
triggersrowClick
in<Datagrid>
(3426) (despatates) - ๐ Fix click on confirmation dialog text triggers
rowClick
in<Datagrid>
(3407) (fzaninotto) - ๐ Fix missing id requirement for Reference fields in
ra-data-graphql-simple
documentation (3391) (esistgut) - ๐ Fix type in
<Lists aside>
documentation (3388) (firepol) - ๐ Fix
callback
side effect is not called when usingwithDataProvider
(3385) (djhi) - โ Add mention of
react-admin-google-maps
component library in the Ecosystem documentation (3410) (gganebnyi)
-
v2.9.4 Changes
- ๐ Fix closing delete confirmation modal triggers
<Datagrid>
rowClick event (3360) (Kmaschta) - ๐ Fix
<DashboardMenuItem>
does not useclassName
prop (3357) (Kmaschta) - ๐ Fix unused import in tutorial (3366) (jesseshieh)
- ๐ Fix broken links to material-ui v1 documentation (3365) (fzaninotto)
- ๐ Fix broken link to Bulk Action Buttons in docs (3361) (bmuthoga)
- ๐ Fix dead link to material-ui doc in List customization (3353) (Kmaschta)
- ๐ Fix typo in Custom Input documentation (3346) (CrossEye)
- ๐ Fix closing delete confirmation modal triggers
-
v2.9.3 Changes
- ๐ Fix issue with
<TabbedForm>
when used inside a dialog (3335) (griiettner) - ๐ Fix
<AutoCompleteArrayInput>
not showing error message (3327) (hithacker) - ๐ Fix
<ListView>
component isn't exported (3319) (cherniavskii) - ๐ Fix
<MenuItemLink>
primaryText
documentation (3316) (fzaninotto) - ๐ Fix typo in
callback
side effect documentation (3297) (0xflotus) - ๐ Fix
<SelectInput>
is resettable even when it's disabled (3293) (sagarbakhtar) - ๐ Fix
<CheckboxGroupInput>
options
documentation (3292) (sagarbakhtar) - ๐ Fix custom
<LogoutButton>
documentation (3283) (sagarbakhtar) - ๐ Fix posts list export in demo app (3279) (fargito)
- ๐ Fix nested property filter is hidden on location change but still applied (3274) (donatascn)
- ๐ Fix duplicate API call in
<ReferenceArrayInput>
(3252) (fargito) - ๐ Fix
<RichTextInput>
validation bugs (3223) (cherniavskii) - ๐ Fix
<AutocompleteInput>
popup re-renders after choice is selected (3190) (FACOLOMBANI) - ๐ Replace tslint with eslint (because tslint is deprecated) (3322) (djhi)
- โก๏ธ Update Prettier (3304) (djhi)
- โ Add
ra-auth-acl
to the ecosystem (3301) (Kmaschta) - โ Add pre-commit hooks to ensure code style is consistent on commits (3306) (3334) (djhi)
- ๐ Fix issue with
-
v2.9.2 Changes
- ๐ Fix spinner position in Login and Save buttons (3276) (Luwangel)
- ๐ Fix slow List view when fetching lots of rows (3275) (slecoustre)
- ๐ Fix
<BooleanInput>
does not show errors (3271) (fargito) - ๐ Fix
<Query>
component sending request on every update (3267) (fargito) - ๐ Fix duplicated entry in Reference documentation (3259) (mabhub)
- ๐ Fix duplicated code formatting rules (3258) (fargito)
- ๐ Fix empty list after changing the items per page count (3257) (sagarbakhtar)
- ๐ Fix
<RichTextInput>
does not use theme color to show focus (3231) (cherniavskii) - โ Add Bulgarian translation link (3260) (ptodorov0)
-
v2.9.1 Changes
- ๐ Fix handling of deleted references (3216) (djhi)
- ๐ Fix warning in Login page (3195) (cherniavskii)
- ๐ Fix improperly named
RejectButton
class name in demo (3182) (ericwb) - ๐ Fix outdated mention in Authentication documentation (3177) (joehillen)
- โ Add link to NextJs Crud dataprovider (3201) (gganebnyi)
- โ Add markdown input package to the Ecosystem documentation (3204) (maluramichael)