Skip to content

Commit e19c011

Browse files
committed
Add changelog for 1.2.1
1 parent e1ac2a3 commit e19c011

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## v1.2.1
4+
5+
* Fix multi select in `FileInput` ([doananh234](https://github.com/doananh234))
6+
* Fix `RadioButtonGroupInput` label translation ([lucasfevi](https://github.com/lucasfevi))
7+
* Fix `TabbedForm` `initialValues` gathering ([djhi](https://github.com/djhi))
8+
* Fix `ReferenceFields` label hidden on the top of field ([philippe-cleany](https://github.com/philippe-cleany))
9+
* Fix `ReferenceArrayField` used with `Datagrid` child ([fzaninotto](https://github.com/fzaninotto))
10+
* Fix custom saga documentation ([fzaninotto](https://github.com/fzaninotto))
11+
* Add Code of conduct ([fzaninotto](https://github.com/fzaninotto))
12+
* Fix documentation on `ReferenceArrayList` ([vmattos](https://github.com/vmattos))
13+
314
## v1.2.0
415

516
Read the [v1.1 and v1.2 announcement on the marmelab blog](https://marmelab.com/blog/2017/06/29/admin-on-rest-1-2.html).

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.2.0",
3+
"version": "1.2.1",
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)