Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: motorcyclejs/dom
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.2.0
Choose a base ref
...
head repository: motorcyclejs/dom
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.3.0
Choose a head ref
  • 4 commits
  • 46 files changed
  • 1 contributor

Commits on Dec 14, 2016

  1. Configuration menu
    Copy the full SHA
    d80baaa View commit details
    Browse the repository at this point in the history
  2. Add support for CSS variables in virtual-dom style module (#113)

    feat(style): add support for css variables
    
    User browserify and karma to run browser test in Chrome and Firefox.
    TylorS authored and Frederik Krautwald committed Dec 14, 2016
    Configuration menu
    Copy the full SHA
    538917d View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2016

  1. feat(hasCssSelector): implement hasCssSelector function

    Given a CSS selector **without** spaces, this function does not search children, it
    will return `true` if the given CSS selector matches that of the VNode and `false`
    if it does not. If a CSS selector **with** spaces is given it will throw an error.
    
    This also implements a robuster `parseSelector`.
    TylorS committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    05cc55f View commit details
    Browse the repository at this point in the history
  2. chore(package): v6.3.0

    TylorS committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    6d7f6be View commit details
    Browse the repository at this point in the history
Loading