Skip to content

Commit 7091b6c

Browse files
committed
Prepare changelog for v1.1.1
1 parent 1cc44d9 commit 7091b6c

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## v1.1.1
4+
5+
* Add Show view documentation ((djhi)[https://github.com/djhi])
6+
* Split Admin and Resource docs for better readability ((fzaninotto)[https://github.com/fzaninotto])
7+
* Fix flaky end-to-end tests ((dervos)[https://github.com/dervos])
8+
* Fix `<DisabledInput>` not showing default value ((wesley6j)[https://github.com/wesley6j])
9+
* Fix `<SelectArrayInput>` prop types ((floo51)[https://github.com/floo51])
10+
* Fix `<DateInput>` for some locales ((wesley6j)[https://github.com/wesley6j])
11+
* Fix support for null and false value in `<SelectInput>` options ((wesley6j)[https://github.com/wesley6j])
12+
* Fix missing `<FileInput>` mention in documentation reference ((djhi)[https://github.com/djhi])
13+
* Fix duplicate documentation in Ecosystem ((djhi)[https://github.com/djhi])
14+
* Fix typos on Theming documentation ((martjanz)[https://github.com/martjanz])
15+
316
## v1.1.0
417

518
* Add `<ReferenceArrayInput>` and `<SelectArrayInput>` ([kimkha](https://github.com/kimkha) and [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.1.0",
3+
"version": "1.1.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)