Skip to content

Commit 07452f0

Browse files
committed
Prepare 1.3.2
1 parent ab0067a commit 07452f0

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## v1.3.2
4+
5+
* Fix JS error on `<WithPermission>` ([fzaninotto](https://github.com/fzaninotto))
6+
* Fix tag filter in example post list ([ThieryMichel](https://github.com/ThieryMichel))
7+
* Fix bad links to `Authorization` documentation sections ([djhi](https://github.com/djhi))
8+
* Fix mention about a `<ReferenceManyInput>` ([djhi](https://github.com/djhi))
9+
* Fix multiple `<ReferenceManyField>` on same resource with different filter ([ThieryMichel](https://github.com/ThieryMichel))
10+
* Fix trailing slash in `<EditButton>` link ([ThieryMichel](https://github.com/ThieryMichel))
11+
* Fix Optimistic rendering of List may create errors due to outdated data ([ThieryMichel](https://github.com/ThieryMichel))
12+
* Fix documentation about `onTouchTap`, replaced by `onClick` ([djhi](https://github.com/djhi))
13+
* Fix List button displayed in show view even when no List component defined ([ThieryMichel](https://github.com/ThieryMichel))
14+
* Fix `<AutocompleteInput>` can not be changed once a value is selected ([ThieryMichel](https://github.com/ThieryMichel))
15+
* Fix `<DateInput>` Filter first passed as `String`, then as `Date` ([ThieryMichel](https://github.com/ThieryMichel))
16+
* Fix `<FilterForm>` is not themable ([djhi](https://github.com/djhi))
17+
* Fix typo in `<Admin>` component documentation ([than](https://github.com/than))
18+
* Fix `<FileInputPreview>` is not themable ([djhi](https://github.com/djhi))
19+
* Fix Custom App documentation ([kopax](https://github.com/kopax))
20+
* Fix missing refresh of `<RadioButtonGroupInput>` ([michaelluk](https://github.com/michaelluk))
21+
* Remove mention of `aor-permissions` from documentation ([djhi](https://github.com/djhi))
22+
* Fix performance optimization in `<CreateButton>` ([natrim](https://github.com/natrim))
23+
* Add mentions of `aor-embedded-array` and `aor-rest-client-router` packages to the doc ([MhdSyrwan](https://github.com/MhdSyrwan))
24+
325
## v1.3.1
426

527
* Fix Delete actions fails on IE11 ([fzaninotto](https://github.com/fzaninotto))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "admin-on-rest",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "A frontend Framework for building admin applications on top of REST services, using ES6, React and Material UI",
55
"files": [
66
"*.md",

0 commit comments

Comments
 (0)