From aec0538cb659366f8d43c07d096a238242035dbe Mon Sep 17 00:00:00 2001 From: Francois Zaninotto Date: Mon, 18 Dec 2017 19:24:26 +0100 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c4adabd..d961db01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## v1.3.3 + +* Add `aor-xmysql` to the list of REST clients ([soaserele](https://github.com/soaserele)) +* Add Slovenian translation ([ariskemper](https://github.com/ariskemper)) +* Fix wrong code sample in Translations docs ([fzaninotto](https://github.com/fzaninotto)) +* Add `getResources` function to allow ressource injection in custom components ([fzaninotto](https://github.com/fzaninotto)) +* Fix typo in Actions documentation ([xiaomingplus](https://github.com/xiaomingplus)) +* Add mention of `ra-component-factory` to the list of related packages ([zifnab87](https://github.com/zifnab87)) +* Fix exception when using React 16 and hot reloading ([natrim](https://github.com/natrim)) +* Fix custom menu documentation ([fzaninotto](https://github.com/fzaninotto)) +* Fix installation documentation ([faviouz](https://github.com/faviouz)) +* Fix typo in English translations ([netsgnut](https://github.com/netsgnut)) +* Add a link to the updated Hebrew translations ([motro](https://github.com/motro)) +* Fix linting problems ([fzaninotto](https://github.com/fzaninotto)) +* Fix missing import in `` documentation ([clementtalleu](https://github.com/clementtalleu)) +* Fix Refresh button does not refresh data in `` ([fzaninotto](https://github.com/fzaninotto)) +* Fix `refreshView` is undefined when using custom actions in list ([natrim](https://github.com/natrim)) + ## v1.3.2 * Fix JS error on `` ([fzaninotto](https://github.com/fzaninotto))