Skip to content

fix(zone.js): Closes #31659, move property patch to legacy#31660

Closed
JiaLiPassion wants to merge 1 commit intoangular:masterfrom
JiaLiPassion:property-patch
Closed

fix(zone.js): Closes #31659, move property patch to legacy#31660
JiaLiPassion wants to merge 1 commit intoangular:masterfrom
JiaLiPassion:property-patch

Conversation

@JiaLiPassion
Copy link
Copy Markdown
Contributor

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • angular.io application / infrastructure changes
  • Other... Please describe:

What is the current behavior?

Issue Number: #31659

In some browser, monkey-patch Object.defineProperty will cause some errors. This patch suppose to resolve some very old browsers (android 4?) issues, so it should be moved to legacy.

What is the new behavior?

move property patch(Object.defineProperty ) to legacy

Does this PR introduce a breaking change?

  • Yes
  • No

@JiaLiPassion JiaLiPassion requested a review from a team July 19, 2019 15:03
@mhevery mhevery added action: merge The PR is ready for merge by the caretaker target: patch This PR is targeted for the next patch release labels Jul 22, 2019
@mhevery mhevery closed this in 716af10 Jul 24, 2019
mhevery pushed a commit that referenced this pull request Jul 24, 2019
JiaLiPassion added a commit to JiaLiPassion/angular that referenced this pull request Aug 16, 2019
Bundle size changed in both zone.js(legacy) and zone-evergreen.js

- zone.js(legacy) package increased a little because the following feature and fixes.
1. angular#31699, handle MSPointer events PR
2. angular/zone.js#1219 to add __zone_symbol__ customization support

- zone-evergreen.js package decreased because
1. the MSPointer PR only for legacy
2. the Object.defineProperty patch is moved to legacy angular#31660
AndrewKushnir pushed a commit that referenced this pull request Aug 16, 2019
Bundle size changed in both zone.js(legacy) and zone-evergreen.js

- zone.js(legacy) package increased a little because the following feature and fixes.
1. #31699, handle MSPointer events PR
2. angular/zone.js#1219 to add __zone_symbol__ customization support

- zone-evergreen.js package decreased because
1. the MSPointer PR only for legacy
2. the Object.defineProperty patch is moved to legacy #31660

PR Close #31975
sabeersulaiman pushed a commit to sabeersulaiman/angular that referenced this pull request Sep 6, 2019
sabeersulaiman pushed a commit to sabeersulaiman/angular that referenced this pull request Sep 6, 2019
Bundle size changed in both zone.js(legacy) and zone-evergreen.js

- zone.js(legacy) package increased a little because the following feature and fixes.
1. angular#31699, handle MSPointer events PR
2. angular/zone.js#1219 to add __zone_symbol__ customization support

- zone-evergreen.js package decreased because
1. the MSPointer PR only for legacy
2. the Object.defineProperty patch is moved to legacy angular#31660

PR Close angular#31975
@angular-automatic-lock-bot
Copy link
Copy Markdown

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 15, 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 target: patch This PR is targeted for the next patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants