diff --git a/CHANGELOG.md b/CHANGELOG.md index f119dcfc9..f361ec30b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +v3.0.0-beta.0 - Thu, 08 Oct 2015 20:51:46 GMT +--------------------------------------------- + +- [5457935](../../commit/5457935) [added] localizers of different types +- [f865da1](../../commit/f865da1) [removed] IOS click hack, since react 0.14 handles this correctly +- [3be1c86](../../commit/3be1c86) [added] pass describedBy to datepicker +- [804db61](../../commit/804db61) [fixed] Calendar only refocuses itself when previously focused +- [3fc44c3](../../commit/3fc44c3) [fixed] properly compare TimeList labels +- [31c5479](../../commit/31c5479) [changed] globalize localizer now a function that takes a globalize instance +- [44818fd](../../commit/44818fd) [added] autoFocus support + + + v3.0.0-alpha.5 - Wed, 30 Sep 2015 14:33:16 GMT ---------------------------------------------- diff --git a/package.json b/package.json index dec03893c..fe7ebb74b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-widgets", - "version": "3.0.0-alpha.5", + "version": "3.0.0-beta.0", "description": "An à la carte set of polished, extensible, and accessible inputs built for React", "main": "lib/index.js", "author": { @@ -44,7 +44,6 @@ "build:lib": "npm run clean:lib && npm run compile:lib && npm run assets:lib", "build:docs": "npm run clean:docs && npm run compile:docs && npm run assets:docs", "build:dist": "npm run clean:dist && npm run compile:dist & npm run compile:locale && npm run less && npm run assets:dist", - "build": "npm run build:lib && npm run build:dist & npm run build:docs", "docs": "npm run clean:docs && webpack-dev-server --config ./build/docs.config.js --hot", "dev": "webpack-dev-server --config ./build/dev.config.js --hot",