File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Version 1.0.0-rc.0
2+ Released 2018-08-23
3+
4+ - Added ` Badge ` component
5+ - Added ` WithBadge ` component
6+ - Added ` SelectField ` component
7+ - Added ` ProgressBar ` component
8+ - Renamed ` TextInput ` to ` TextField `
9+ - Slimmed down ` SimpleLoadingSpinner `
10+ - Renamed ` tabKey ` prop on the ` Tab ` component to ` value `
11+
112# Version 0.3.0
213Released 2018-08-12
314
Original file line number Diff line number Diff line change 11{
22 "name" : " vx-components-react" ,
3- "version" : " 0.3 .0" ,
3+ "version" : " 1.0.0-rc .0" ,
44 "description" : " vx-components-react component library" ,
55 "main" : " lib/index.js" ,
66 "module" : " es/index.js" ,
1414 "build" : " mv -v .babelrc .temp_babelrc && nwb build-react-component && mv -v .temp_babelrc .babelrc" ,
1515 "clean" : " nwb clean-module && nwb clean-demo" ,
1616 "start" : " nwb serve-react-demo" ,
17- "test" : " nwb test-react" ,
18- "test:coverage" : " nwb test-react --coverage" ,
19- "test:watch" : " nwb test-react --server" ,
2017 "docs" : " styleguidist server" ,
2118 "docs:static" : " styleguidist build"
2219 },
You can’t perform that action at this time.
0 commit comments