From 07452f0efe31fda3309710f74e11f5988595206c Mon Sep 17 00:00:00 2001 From: Francois Zaninotto Date: Tue, 3 Oct 2017 23:04:50 +0200 Subject: [PATCH] Prepare 1.3.2 --- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2984c0d1..8c4adabd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## v1.3.2 + +* Fix JS error on `` ([fzaninotto](https://github.com/fzaninotto)) +* Fix tag filter in example post list ([ThieryMichel](https://github.com/ThieryMichel)) +* Fix bad links to `Authorization` documentation sections ([djhi](https://github.com/djhi)) +* Fix mention about a `` ([djhi](https://github.com/djhi)) +* Fix multiple `` on same resource with different filter ([ThieryMichel](https://github.com/ThieryMichel)) +* Fix trailing slash in `` link ([ThieryMichel](https://github.com/ThieryMichel)) +* Fix Optimistic rendering of List may create errors due to outdated data ([ThieryMichel](https://github.com/ThieryMichel)) +* Fix documentation about `onTouchTap`, replaced by `onClick` ([djhi](https://github.com/djhi)) +* Fix List button displayed in show view even when no List component defined ([ThieryMichel](https://github.com/ThieryMichel)) +* Fix `` can not be changed once a value is selected ([ThieryMichel](https://github.com/ThieryMichel)) +* Fix `` Filter first passed as `String`, then as `Date` ([ThieryMichel](https://github.com/ThieryMichel)) +* Fix `` is not themable ([djhi](https://github.com/djhi)) +* Fix typo in `` component documentation ([than](https://github.com/than)) +* Fix `` is not themable ([djhi](https://github.com/djhi)) +* Fix Custom App documentation ([kopax](https://github.com/kopax)) +* Fix missing refresh of `` ([michaelluk](https://github.com/michaelluk)) +* Remove mention of `aor-permissions` from documentation ([djhi](https://github.com/djhi)) +* Fix performance optimization in `` ([natrim](https://github.com/natrim)) +* Add mentions of `aor-embedded-array` and `aor-rest-client-router` packages to the doc ([MhdSyrwan](https://github.com/MhdSyrwan)) + ## v1.3.1 * Fix Delete actions fails on IE11 ([fzaninotto](https://github.com/fzaninotto)) diff --git a/package.json b/package.json index 53603e7b..e364d936 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "admin-on-rest", - "version": "1.3.1", + "version": "1.3.2", "description": "A frontend Framework for building admin applications on top of REST services, using ES6, React and Material UI", "files": [ "*.md",