We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aa75b9 commit d4ad2baCopy full SHA for d4ad2ba
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 3.9.0 - 2019-12-05
4
+
5
+* Add `tabIndex` prop to `Button`
6
+* Start branch `version/3.x` to continue development for v3
7
8
## 0.14.0 - 2019-01-29
9
10
* Rewrite base props for all components to avoid some blocking issues
haxelib.json
@@ -1,8 +1,8 @@
{
"name": "material-ui",
"description": "Material UI - React components that implement Google's Material Design",
- "version": "0.14.7",
- "releasenote": "Allow children prop for Select (See CHANGELOG.md)",
+ "version": "3.9.0",
+ "releasenote": "Prepare for 4.0.0 (See CHANGELOG.md)",
"url": "https://gitlab.com/k-labz/haxe-oss/haxe-material-ui",
"license": "MIT",
"tags": [],
0 commit comments