Skip to content
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

chore: bump version to beta.4 and update changelog #4511

Merged
merged 1 commit into from
May 12, 2017
Merged

Conversation

kara
Copy link
Contributor

@kara kara commented May 12, 2017

Updates for beta.4

@googlebot googlebot added the cla: yes PR author has agreed to Google's Contributor License Agreement label May 12, 2017
@kara kara requested a review from jelbourn May 12, 2017 18:46
@kara kara changed the title chore: bump version to beta.3 and update changelog chore: bump version to beta.4 and update changelog May 12, 2017
CHANGELOG.md Outdated
### Breaking Changes

* The `MdIconModule` no longer exports `HttpModule`, so you'll need to import it if you're using it elsewhere in your app.
* The `forRoot` method on our modules has been removed. You should import our modules directly without this method.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

* `MdIconModule` no longer imports `HttpModule`. If your application depended on `Http` being provided through `MdIconModule`, you should now directly import `HttpModule` into your application.
* The `forRoot` method on all Angular Material modules has been removed. It was previously deprecated and a no-op. Importing the modules directly will have the same effect.

CHANGELOG.md Outdated
* **compatibility:** error in theme check with angular universal ([#3872](https://github.com/angular/material2/issues/3872)) ([a65d2f4](https://github.com/angular/material2/commit/a65d2f4)), closes [#3870](https://github.com/angular/material2/issues/3870)
* **compatibility:** throw better error when wrong prefix is used ([#3871](https://github.com/angular/material2/issues/3871)) ([2d50044](https://github.com/angular/material2/commit/2d50044))
* **connected-overlay:** better handling of dynamic content ([#4250](https://github.com/angular/material2/issues/4250)) ([525ce1e](https://github.com/angular/material2/commit/525ce1e)), closes [#4155](https://github.com/angular/material2/issues/4155)
* **core:** allow users to disable the sanity checks ([#4178](https://github.com/angular/material2/issues/4178)) ([16bba72](https://github.com/angular/material2/commit/16bba72)), closes [#4125](https://github.com/angular/material2/issues/4125)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd re categorize this one as a feature

CHANGELOG.md Outdated
### Features

* **card:** allow md-card-title and subtitle to be used as attributes ([#4122](https://github.com/angular/material2/issues/4122)) ([a200024](https://github.com/angular/material2/commit/a200024))
* **datepicker:** merge datepicker branch into master ([#4404](https://github.com/angular/material2/issues/4404)) ([123d7ec](https://github.com/angular/material2/commit/123d7ec))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make this the first item and change the message to "add initial datepicker"

CHANGELOG.md Outdated
* **observe-content:** add debounce option and other improvements ([#2404](https://github.com/angular/material2/issues/2404)) ([244aece](https://github.com/angular/material2/commit/244aece))
* **overlay:** add scroll handling strategies ([#4293](https://github.com/angular/material2/issues/4293)) ([c8ec981](https://github.com/angular/material2/commit/c8ec981))
* **overlay:** expose interface for custom positions ([#4374](https://github.com/angular/material2/issues/4374)) ([ea8241a](https://github.com/angular/material2/commit/ea8241a))
* **pixacto:** use TypeScript for tooling and refactor into tools/ ([#3732](https://github.com/angular/material2/issues/3732)) ([25a6881](https://github.com/angular/material2/commit/25a6881))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this one (not user-facing)

CHANGELOG.md Outdated
* **overlay:** expose interface for custom positions ([#4374](https://github.com/angular/material2/issues/4374)) ([ea8241a](https://github.com/angular/material2/commit/ea8241a))
* **pixacto:** use TypeScript for tooling and refactor into tools/ ([#3732](https://github.com/angular/material2/issues/3732)) ([25a6881](https://github.com/angular/material2/commit/25a6881))
* **progress-spinner:** add support for custom stroke-width ([#4113](https://github.com/angular/material2/issues/4113)) ([b846a27](https://github.com/angular/material2/commit/b846a27)), closes [#3934](https://github.com/angular/material2/issues/3934)
* **screenshot:** add control panel for pixacto ([#4055](https://github.com/angular/material2/issues/4055)) ([b2ca0f5](https://github.com/angular/material2/commit/b2ca0f5))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this one

CHANGELOG.md Outdated
* The `MdIconModule` no longer exports `HttpModule`, so you'll need to import it if you're using it elsewhere in your app.
* The `forRoot` method on our modules has been removed. You should import our modules directly without this method.

### Bug Fixes
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should add a section above bug fixes that's "Highlights" which mentions the datepicker, ability to turn off sanity checks, and anything else you think is noteworthy.

@kara kara force-pushed the release branch 3 times, most recently from a30dbe1 to c91ccff Compare May 12, 2017 19:15
@kara
Copy link
Contributor Author

kara commented May 12, 2017

Verbal LGTM from @jelbourn

@kara kara added pr: lgtm action: merge The PR is ready for merge by the caretaker and removed pr: needs review labels May 12, 2017
@kara kara merged commit aaa09b5 into angular:master May 12, 2017
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge The PR is ready for merge by the caretaker cla: yes PR author has agreed to Google's Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants