Skip to content

Commit d07cb20

Browse files
committed
alpha 2
1 parent f117021 commit d07cb20

8 files changed

Lines changed: 73 additions & 12 deletions

File tree

dist/react-widgets.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6282,7 +6282,7 @@ return /******/ (function(modules) { // webpackBootstrap
62826282
var views = _utilConstants2['default'].calendarViews;
62836283
var popups = _utilConstants2['default'].datePopups;
62846284

6285-
var Calendar = _Calendar3['default'].BaseCalendar;
6285+
var Calendar = _Calendar3['default'].ControlledComponent;
62866286
var localizers = _utilConfiguration2['default'].locale;
62876287
var viewEnum = Object.keys(views).map(function (k) {
62886288
return views[k];

docs/public/docs.js

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/public/rw-widgets.eot

5.68 KB
Binary file not shown.

docs/public/rw-widgets.svg

Lines changed: 18 additions & 0 deletions
Loading

docs/public/rw-widgets.ttf

5.51 KB
Binary file not shown.

docs/public/vendor.bundle.js

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/DateTimePicker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ var _utilWidgetHelpers = require('./util/widgetHelpers');
7777
var views = _utilConstants2['default'].calendarViews;
7878
var popups = _utilConstants2['default'].datePopups;
7979

80-
var Calendar = _Calendar3['default'].BaseCalendar;
80+
var Calendar = _Calendar3['default'].ControlledComponent;
8181
var localizers = _utilConfiguration2['default'].locale;
8282
var viewEnum = Object.keys(views).map(function (k) {
8383
return views[k];

package.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-widgets",
3-
"version": "3.0.0-alpha1",
3+
"version": "3.0.0-alpha2",
44
"description": "An à la carte set of polished, extensible, and accessible inputs built for React",
55
"main": "lib/index.js",
66
"author": {
@@ -27,30 +27,22 @@
2727
],
2828
"scripts": {
2929
"test": "npm run lint && mocha -R spec ./test/server.js && node _test-versions.js",
30-
3130
"test:all": "mocha -R spec ./test/server.js && karma start karma.conf.js --single-run=true",
32-
3331
"tdd": "karma start",
3432
"less": "lessc -x src/less/react-widgets.less dist/css/react-widgets.css",
35-
3633
"assets:lib": "cpy src/img/* lib/img/ && cpy src/fonts/* lib/fonts/ && cpy src/less/* lib/less/",
3734
"assets:docs": "cpy node_modules/babel-core/browser.min.js docs/vendor",
3835
"assets:dist": "cpy src/img/* dist/img/ && cpy src/fonts/* dist/fonts/",
39-
4036
"clean:lib": "rimraf ./lib/*",
4137
"clean:dist": "rimraf ./dist/*",
4238
"clean:docs": "rimraf ./docs/public/*",
43-
4439
"compile:lib": "node build/babel src --out-dir lib",
4540
"compile:docs": "webpack --config build/docs.config.js --production",
4641
"compile:dist": "webpack --config build/browser.config.js",
47-
4842
"build:lib": "npm run clean:lib && npm run compile:lib && npm run assets:lib",
4943
"build:docs": "npm run clean:docs && npm run compile:docs && npm run assets:docs",
5044
"build:dist": "npm run clean:dist && npm run compile:dist && npm run less && npm run assets:dist",
51-
5245
"build": "build:lib && build:dist & build:docs",
53-
5446
"docs": "npm run clean:docs && webpack-dev-server --config ./build/docs.config.js --hot",
5547
"dev": "webpack-dev-server --config ./build/dev.config.js --hot"
5648
},
@@ -113,7 +105,7 @@
113105
"react-bootstrap": "0.24.5-react-pre.0",
114106
"react-dom": "^0.14.0-beta3",
115107
"react-router": "^1.0.0-beta3",
116-
"react-widgets-globalize-localizer": "file:../react-widgets-globalize-localizer",
108+
"react-widgets-globalize-localizer": "^1.0.0-alpha",
117109
"rimraf": "^2.4.2",
118110
"scriptjs": "^2.5.7",
119111
"style-loader": "^0.12.3",

0 commit comments

Comments
 (0)