Skip to content
This repository was archived by the owner on Sep 24, 2018. It is now read-only.

Commit ff63e9b

Browse files
committed
Update version & changelog
1 parent 8f37b86 commit ff63e9b

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

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

3+
## v1.4.0
4+
5+
* Documentation: change extraction of status for AUTH_ERROR ([zifnab87](https://github.com/zifnab87))
6+
* Add Slovak translation ([zavadpe](https://github.com/zavadpe))
7+
* Documentation: Use standard es6 in docs and example ([djhi](https://github.com/djhi))
8+
* Fix: Ensure validation custom messages without translation don't add warnings ([djhi](https://github.com/djhi))
9+
* Fix: Ensure children are filtered when mapping on them ([djhi](https://github.com/djhi))
10+
* Fix: Redirect to correct page after Delete ([alexisjanvier](https://github.com/alexisjanvier))
11+
* Fix warnings in React 16 ([djhi](https://github.com/djhi))
12+
* Documentation: Update CreateEdit.md for 'number' validation ([afilp](https://github.com/afilp))
13+
* Fix Edit view refresh does not cancel changes ([djhi](https://github.com/djhi))
14+
* Fix form default values can't be changed once mounted ([djhi](https://github.com/djhi))
15+
* Documentation: Add a FAQ entry about unique child key in datagrid ([djhi](https://github.com/djhi))
16+
* Documentation: Add explanation about dateInput and timezone ([alexisjanvier](https://github.com/alexisjanvier))
17+
* Fix link color in reference field ([djhi](https://github.com/djhi))
18+
* Fix: Cleanup example app code ([djhi](https://github.com/djhi))
19+
* Fix default value for filter when source is a path with dot ([djhi](https://github.com/djhi))
20+
* Fix WithPermissionsFilteredChildren should not put regular children in state ([djhi](https://github.com/djhi))
21+
* Fix SimpleShowLayout should handle null children ([afilp](https://github.com/afilp))
22+
* Fix Handle element cannot be fetched error ([alexisjanvier](https://github.com/alexisjanvier))
23+
* Add 'options' to DisabledInput too ([afilp](https://github.com/afilp))
24+
* Documentation: update example about addUploadCapabilities ([alexisjanvier](https://github.com/alexisjanvier))
25+
* Fix List default pagination to avoid displaying NaN ([afilp](https://github.com/afilp))
26+
* Fix SelectArrayInput ([djhi](https://github.com/djhi))
27+
* Fix setState typo in SelectArrayInput ([natrim](https://github.com/natrim))
28+
* Fix Example validation ([alauper](https://github.com/alauper))
29+
* Documentation: update RefreshButton usage ([alexisjanvier](https://github.com/alexisjanvier))
30+
* Fix - Refactor resources handling so that they are available for custom routes ([djhi](https://github.com/djhi))
31+
* Documentation: Fix typo in example ([clementtalleu](https://github.com/clementtalleu))
32+
333
## v1.3.4
434

535
* Add Croatian translation ([ariskemper](https://github.com/ariskemper))

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