Skip to content

Commit 33b152d

Browse files
authored
chore: bump version to beta.1 and update README (#2381)
* chore: bump version to beta.1 * Update README for beta and January
1 parent 0598f28 commit 33b152d

File tree

4 files changed

+25
-21
lines changed

4 files changed

+25
-21
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
<a name="2.0.0-beta.1"></a>
2+
# [2.0.0-beta.1 rebar-teacup](https://github.com/angular/material2/compare/2.0.0-beta.0...2.0.0-beta.1) (2016-12-23)
3+
4+
### Bug Fixes
5+
* Remove `MdAutocompleteModule` that was accidentally included in beta.0
6+
* Correct path to umd bundle in package.json ([#2368](https://github.com/angular/material2/issues/2368)) ([d286e6d](https://github.com/angular/material2/commit/d286e6d6472910ab41b8437d405cd3e902c9c848)), closes [#2366](https://github.com/angular/material2/issues/2366)
7+
8+
19
<a name="2.0.0-beta.0"></a>
210
# [2.0.0-beta.0 velvet-pizza](https://github.com/angular/material2/compare/2.0.0-alpha.9...2.0.0-beta.0) (2016-12-22)
311

README.md

+15-19
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ See our [Getting Started Guide][getting-started]
2626
if you're building your first project with Angular Material 2.
2727

2828
### Project status
29-
Angular Material 2 is currently in alpha and under active development.
30-
During alpha, breaking API and behavior changes will be occurring regularly.
29+
Angular Material 2 is currently in beta and under active development.
30+
During beta, new features will be added regularly and APIs will evolve based on user feedback.
3131

3232
Check out our [directory of design documents](https://github.com/angular/material2/wiki/Design-doc-directory)
3333
for more insight into our process.
@@ -38,17 +38,14 @@ and which pieces are blocked) and make a comment.
3838
Also see our [`Good for community contribution`](https://github.com/angular/material2/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+for+community+contribution%22)
3939
label.
4040

41-
High level items planned for December 2016:
42-
* Continued work on initial versions of md-autocomplete and md-chips
43-
* Continued bug bashing
44-
* Continued work on https://material.angular.io site
45-
* Finish major refactoring for md-input (hit a few issues last month)
41+
High level items planned for January 2017:
42+
* Initial version of md-autocomplete
43+
* Prototyping for data-table
44+
* Improvements to https://material.angular.io
4645
* Continued expanding e2e test coverage
47-
* Paginated tabs.
48-
* Scroll / resize handling for overlays
49-
* Production build
50-
* AoT compile e2e app
51-
* Release beta.0
46+
* More work on scroll / resize handling for overlays
47+
* Screenshot tests
48+
* Better development automation
5249

5350

5451
#### Feature status:
@@ -72,16 +69,15 @@ High level items planned for December 2016:
7269
| button-toggle | Available | [README][15] | - |
7370
| slider | Available | [README][16] | - |
7471
| menu | Available | [README][17] | [#119][0119] |
75-
| tooltip | Initial version, needs enhancements | [README][18] | - |
72+
| tooltip | Available | [README][18] | - |
7673
| ripples | Available | [README][19] | [#108][0108] |
7774
| dialog | Available | [README][22] | [#114][0114] |
7875
| snackbar / toast | Available | [README][21] | [#115][0115] |
79-
| select | Will be released in alpha.11 | - | [#118][0118] |
80-
| textarea | Initial version, needs enhancements | - | - |
81-
| autocomplete | Design started | - | [#117][0117] |
82-
| chips | Started | - | [#120][0120] |
76+
| select | Available | - | [#118][0118] |
77+
| textarea | Available | - | - |
78+
| autocomplete | In-progress | - | [#117][0117] |
79+
| chips | Initial version, features evolving | - | [#120][0120] |
8380
| theming | Available, need guidance overlays | [Guide][20] | - |
84-
| prod build | Not started | - | - |
8581
| docs site | UX design and tooling in progress | - | - |
8682
| typography | Not started | - | [#205][0205] |
8783
| fab speed-dial | Not started | - | [#860][0860] |
@@ -90,7 +86,7 @@ High level items planned for December 2016:
9086
| bottom-nav | Not started | - | [#408][0408] |
9187
| virtual-repeat | Not started | - | [#823][0823] |
9288
| datepicker | Not started | - | [#675][0675] |
93-
| data-table | Not started | - | [#581][0581] |
89+
| data-table | Design in-progress | - | [#581][0581] |
9490
| stepper | Not started | - | [#508][0508] |
9591
| layout | see [angular/flex-layout][lay_rp] | - | - |
9692

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"docs": "gulp docs",
2020
"api": "gulp api"
2121
},
22-
"version": "2.0.0-beta.0",
22+
"version": "2.0.0-beta.1",
2323
"license": "MIT",
2424
"engines": {
2525
"node": ">= 5.4.1 < 7"

src/lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/material",
3-
"version": "2.0.0-beta.0",
3+
"version": "2.0.0-beta.1",
44
"description": "Angular 2 Material",
55
"main": "./bundles/material.umd.js",
66
"module": "./index.js",

0 commit comments

Comments
 (0)