From e0bd9fe4a5f6c1bad0acf5fd4b08d79c0b8780f5 Mon Sep 17 00:00:00 2001 From: Jeremy Elbourn Date: Fri, 23 Dec 2016 10:57:09 -0800 Subject: [PATCH 1/2] chore: bump version to beta.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- src/lib/package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 001126657602..d3df50498e7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ + +# [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) + + # [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) diff --git a/package.json b/package.json index 9fb94a90e1bc..05043ccb122e 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/src/lib/package.json b/src/lib/package.json index 3ac7cafff50e..657cd2a95622 100644 --- a/src/lib/package.json +++ b/src/lib/package.json @@ -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", From a58afe0a761b95ca45fd460d3edb59287c54e8d0 Mon Sep 17 00:00:00 2001 From: Jeremy Elbourn Date: Fri, 23 Dec 2016 11:09:18 -0800 Subject: [PATCH 2/2] Update README for beta and January --- README.md | 34 +++++++++++++++------------------- 1 file changed, 15 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index a7e5afd8e37f..3a27827cfb12 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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: @@ -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] | @@ -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] | - | - |