Skip to content

chore: bump version to beta.1 and update README #2381

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 23, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="2.0.0-beta.1"></a>
# [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)

### Bug Fixes
* Remove `MdAutocompleteModule` that was accidentally included in beta.0
* 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)


<a name="2.0.0-beta.0"></a>
# [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)

Expand Down
34 changes: 15 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ See our [Getting Started Guide][getting-started]
if you're building your first project with Angular Material 2.

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

Check out our [directory of design documents](https://github.com/angular/material2/wiki/Design-doc-directory)
for more insight into our process.
Expand All @@ -38,17 +38,14 @@ and which pieces are blocked) and make a comment.
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)
label.

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


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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"docs": "gulp docs",
"api": "gulp api"
},
"version": "2.0.0-beta.0",
"version": "2.0.0-beta.1",
"license": "MIT",
"engines": {
"node": ">= 5.4.1 < 7"
Expand Down
2 changes: 1 addition & 1 deletion src/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular/material",
"version": "2.0.0-beta.0",
"version": "2.0.0-beta.1",
"description": "Angular 2 Material",
"main": "./bundles/material.umd.js",
"module": "./index.js",
Expand Down