Skip to content

Commit 44b9253

Browse files
committed
Prepare v1.1.2
1 parent 0413bd4 commit 44b9253

File tree

2 files changed

+22
-11
lines changed

2 files changed

+22
-11
lines changed

CHANGELOG.md

+21-10
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,28 @@
11
# Changelog
22

3+
## v1.1.2
4+
5+
* Fix a typo in tutorial ([calebhaye](https://github.com/calebhaye))
6+
* Add Polish translation ([KamilDzierbicki](https://github.com/KamilDzierbicki))
7+
* Fix a typo in tutorial ([ferhatelmas](https://github.com/ferhatelmas))
8+
* Fix `<SelectArrayInput>` default value for filters ([djhi](https://github.com/djhi))
9+
* Add Thai translation ([liverbool](https://github.com/liverbool))
10+
* Fix duplicate `resource` propType in `<FilterButton>` ([thiagoterleski](https://github.com/thiagoterleski))
11+
* Fix `<SelectArrayInput>` example usage in tags for post ([wesley6j](https://github.com/wesley6j))
12+
* Fix `<List>` layout on mobile ([sebastien-cleany](https://github.com/sebastien-cleany))
13+
314
## v1.1.1
415

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])
16+
* Add Show view documentation ([djhi](https://github.com/djhi))
17+
* Split Admin and Resource docs for better readability ([fzaninotto](https://github.com/fzaninotto))
18+
* Fix flaky end-to-end tests ([dervos](https://github.com/dervos))
19+
* Fix `<DisabledInput>` not showing default value ([wesley6j](https://github.com/wesley6j))
20+
* Fix `<SelectArrayInput>` prop types ([floo51](https://github.com/floo51))
21+
* Fix `<DateInput>` for some locales ([wesley6j](https://github.com/wesley6j))
22+
* Fix support for null and false value in `<SelectInput>` options ([wesley6j](https://github.com/wesley6j))
23+
* Fix missing `<FileInput>` mention in documentation reference ([djhi](https://github.com/djhi))
24+
* Fix duplicate documentation in Ecosystem ([djhi](https://github.com/djhi))
25+
* Fix typos on Theming documentation ([martjanz](https://github.com/martjanz))
1526

1627
## v1.1.0
1728

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