Skip to content

Commit

Permalink
Prepare changelog for v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Jun 9, 2017
1 parent 1cc44d9 commit 7091b6c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## v1.1.1

* Add Show view documentation ((djhi)[https://github.com/djhi])
* Split Admin and Resource docs for better readability ((fzaninotto)[https://github.com/fzaninotto])
* Fix flaky end-to-end tests ((dervos)[https://github.com/dervos])
* Fix `<DisabledInput>` not showing default value ((wesley6j)[https://github.com/wesley6j])
* Fix `<SelectArrayInput>` prop types ((floo51)[https://github.com/floo51])
* Fix `<DateInput>` for some locales ((wesley6j)[https://github.com/wesley6j])
* Fix support for null and false value in `<SelectInput>` options ((wesley6j)[https://github.com/wesley6j])
* Fix missing `<FileInput>` mention in documentation reference ((djhi)[https://github.com/djhi])
* Fix duplicate documentation in Ecosystem ((djhi)[https://github.com/djhi])
* Fix typos on Theming documentation ((martjanz)[https://github.com/martjanz])

## v1.1.0

* Add `<ReferenceArrayInput>` and `<SelectArrayInput>` ([kimkha](https://github.com/kimkha) and [fzaninotto](https://github.com/fzaninotto))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "admin-on-rest",
"version": "1.1.0",
"version": "1.1.1",
"description": "A frontend Framework for building admin applications on top of REST services, using ES6, React and Material UI",
"files": [
"*.md",
Expand Down

0 comments on commit 7091b6c

Please sign in to comment.