Skip to content

Commit 38e3022

Browse files
committed
Prepare 1.2.2 release
1 parent 98ba07b commit 38e3022

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

3+
## v1.2.2
4+
5+
* Add yarn support ([dervos](https://github.com/dervos))
6+
* Fix login form lock and loader ([teldosas](https://github.com/teldosas))
7+
* Fix custom headers documentation ([fzaninotto](https://github.com/fzaninotto))
8+
* Add support for numeric value in NumberInput step prop ([fzaninotto](https://github.com/fzaninotto))
9+
* Add documentation for admin history prop ([fzaninotto](https://github.com/fzaninotto))
10+
* Fix doc for ISO date input ([leesei](https://github.com/leesei))
11+
* Fix wrong use of the 'Edition' word across the documentation ([cornhundred](https://github.com/cornhundred))
12+
* Fix typo in tutorial ([cornhundred](https://github.com/cornhundred))
13+
* Fix typo in RestClients documentation ([arlair](https://github.com/arlair))
14+
* Add farsi translation package ([hamidfzm](https://github.com/hamidfzm))
15+
* Fix translation warning on `TabbedShowLayout`'s tab names ([freeznet](https://github.com/freeznet))
16+
* Fix typo in Authentication documentation ([RWOverdijk](https://github.com/RWOverdijk))
17+
* Fix typo in CreateEdit documentation ([RWOverdijk](https://github.com/RWOverdijk))
18+
* Add Turkish translation package ([ismailbaskin](https://github.com/ismailbaskin))
19+
320
## v1.2.1
421

522
* Fix multi select in `FileInput` ([doananh234](https://github.com/doananh234))

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