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

update #1

Merged
merged 71 commits into from
Mar 13, 2018
Merged

update #1

merged 71 commits into from
Mar 13, 2018

Conversation

privatenumber
Copy link
Owner

What kind of change does this PR introduce? (check at least one)

  • Bugfix
  • Feature
  • Code style update
  • Refactor
  • Build-related changes
  • Other, please describe:

Does this PR introduce a breaking change? (check one)

  • Yes
  • No

If yes, please describe the impact and migration path for existing applications:

The PR fulfills these requirements:

If adding a new feature, the PR's description includes:

  • A convincing reason for adding this feature (to avoid wasting your time, it's best to open a suggestion issue first and wait for approval before working on it)

Other information:

william-pan and others added 30 commits January 28, 2018 15:51
* edit docs for grammar and consistency

* remove changes to pull request template
prevents missing elements when :ref value is "0"

fix #7669
…7530)

No longer manage style sheets and class list in vue and weex-js-runtime.

Refer to Hanks10100/weex-native-directive#14
+ Support v-once
+ Generate @templateid on the root element of each component
+ Add binding-expression attribute on recycle-list
+ Fix the compile result of v-else-if and v-else
* README: add rel noopener and noreferrer

Add to all  "_blank" links rel noopener and noreferrer to prevent vulnerability

* Update README.md
Previously the installation was skipped on Android because
it was not needed for Chinese IME - however some IMEs such
as Japanese exhibits the same behavior as on other browers.

So it is safer to always enable the check. Closes #7367
fix #7284

* fix(Injection with Symbol polyfill): hasOwn instead of 'in'

Symbol polyfill adds a setter on the Object prototype so the 'in' check evaluated to true on every
object

* test(Injected properties): Ensures prototype properties aren't injected

Prototype properties were being injected, so injecting 'constructor' would have hit the first
provide-layer and not yield expected results.
HerringtonDarkholme and others added 29 commits March 8, 2018 13:55
…getter (#7596)

This fixes the parent being updated more than necessary due to collecting child props
as dependencies during its own update computation.

fix #7573
Named slots should be respecred when passing raw children down multiple
layers of functional components.

fix #7710
@privatenumber privatenumber merged commit bc72e6c into privatenumber:dev Mar 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.