Skip to content

Commit 1630276

Browse files
committed
Prepare v0.9.3
1 parent b278800 commit 1630276

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v0.9.3
4+
5+
* Fix list layout breaking when there are more than 3 filters
6+
* Fix documentation about API endpoint and aor URL mapping
7+
* Fix typos in Actions documentation ([leesei](https://github.com/leesei))
8+
* Fix hyperlink to JSON API route in Tutorial ([damiansimonpeter](https://github.com/damiansimonpeter))
9+
* Add a `dropAreaLabel` prop to `<ImageInput>` to let developers customize label of drop area ([DjLeChuck](https://github.com/DjLeChuck))
10+
311
## v0.9.2
412

513
* Fix IE11/Edge flexbox issue ([LoicMahieu](https://github.com/LoicMahieu))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "admin-on-rest",
3-
"version": "0.9.2",
3+
"version": "0.9.3",
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)