X Tutup
Skip to content

feat(ViewEncapsulation): introduce the EmulatedLegacy value.#7014

Closed
vicb wants to merge 1 commit intoangular:masterfrom
vicb:0210-encaps
Closed

feat(ViewEncapsulation): introduce the EmulatedLegacy value.#7014
vicb wants to merge 1 commit intoangular:masterfrom
vicb:0210-encaps

Conversation

@vicb
Copy link
Copy Markdown
Contributor

@vicb vicb commented Feb 11, 2016

ref #5390

The Emulated mode will be updated to properly shim selectors after :host so that they don't cross child component shadow boundaries. This will be a breaking change.

The EmulatedLegacy mode has the same semantics has the current Emulated mode.

@vicb vicb added action: review The PR is still awaiting reviews from at least one requested reviewer comp: core/view/compiler labels Feb 11, 2016
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Just refer to Emulated and drop the lengthy explanation

@tbosch tbosch added pr_state: LGTM and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels Feb 11, 2016
@tbosch tbosch assigned vicb and unassigned tbosch Feb 11, 2016
ref angular#5390

The Emulated mode will be updated to properly shim selectors after :host so that they don't cross child component shadow boundaries. This will be a breaking change.

The EmulatedLegacy mode has the same semantics has the current Emulated mode.
@vicb
Copy link
Copy Markdown
Contributor Author

vicb commented Feb 16, 2016

/cc @TedSander

@naomiblack
Copy link
Copy Markdown
Contributor

@vicb could you rebase this one? It looks like that's all this still needs?

@vicb
Copy link
Copy Markdown
Contributor Author

vicb commented Mar 23, 2016

no more needed after #7563

@vicb vicb closed this Mar 23, 2016
@vicb vicb deleted the 0210-encaps branch March 23, 2016 23:52
@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 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

X Tutup