Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 440 Bytes

CHANGELOG.md

File metadata and controls

20 lines (11 loc) · 440 Bytes

Changelog

2.0.0

  • Upgrade react-admin to v5
  • Change imports from ra-core to react-admin

1.1.0

  • Remove addRefreshAuthToDataProvider and addRefreshAuthToAuthProvider methods that are included in ra-core since version 4.9.0.

To avoid breaking changes, we re-export the functions from ra-core.

1.0.1

  • Fix dataProvider and authProvider ignore the provided storage

1.0.0

  • Initial release