Skip to content

Commit

Permalink
Release v3.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense committed Oct 8, 2015
1 parent 5457935 commit 2fa924a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
----------------------------------------------

Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 2fa924a

Please sign in to comment.