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

Xstyle #1556

Merged
merged 25 commits into from
May 19, 2015
Merged

Xstyle #1556

merged 25 commits into from
May 19, 2015

Commits on May 11, 2015

  1. Support property use inside calc, simplify parsing and avoid re-parsi…

    …ng property info.
    Steven Orvell committed May 11, 2015
    Configuration menu
    Copy the full SHA
    9b6ca7b View commit details
    Browse the repository at this point in the history

Commits on May 12, 2015

  1. minor optimization

    Steven Orvell committed May 12, 2015
    Configuration menu
    Copy the full SHA
    7c0a8eb View commit details
    Browse the repository at this point in the history
  2. Add @extend feature (not used yet)

    Steven Orvell committed May 12, 2015
    Configuration menu
    Copy the full SHA
    5abe3b8 View commit details
    Browse the repository at this point in the history
  3. Merge branch '0.8-preview' into 0.8-xstyle

    Steven Orvell committed May 12, 2015
    Configuration menu
    Copy the full SHA
    a583554 View commit details
    Browse the repository at this point in the history
  4. add basic rule types to css-parser

    Steven Orvell committed May 12, 2015
    Configuration menu
    Copy the full SHA
    d8b0bae View commit details
    Browse the repository at this point in the history

Commits on May 14, 2015

  1. Add a host based cache for custom property styles and clean up cachin…

    …g mechanism; refactoring
    Steven Orvell committed May 14, 2015
    Configuration menu
    Copy the full SHA
    65f8521 View commit details
    Browse the repository at this point in the history
  2. Merge branch '0.8-preview' into 0.8-xstyle

    Steven Orvell committed May 14, 2015
    Configuration menu
    Copy the full SHA
    3c3663e View commit details
    Browse the repository at this point in the history
  3. minor refactoring

    Steven Orvell committed May 14, 2015
    Configuration menu
    Copy the full SHA
    80b7b20 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c98ce8 View commit details
    Browse the repository at this point in the history
  5. Integrate basic extends support.

    Steven Orvell committed May 14, 2015
    1 Configuration menu
    Copy the full SHA
    6095478 View commit details
    Browse the repository at this point in the history
  6. @extends: add support for nested style rules

    Steven Orvell committed May 14, 2015
    1 Configuration menu
    Copy the full SHA
    92ebf2f View commit details
    Browse the repository at this point in the history
  7. fix typos

    Steven Orvell committed May 14, 2015
    Configuration menu
    Copy the full SHA
    0e12417 View commit details
    Browse the repository at this point in the history
  8. fix test on IE.

    Steven Orvell committed May 14, 2015
    Configuration menu
    Copy the full SHA
    bc90680 View commit details
    Browse the repository at this point in the history
  9. custom-style: make property calculation more lazy and ensure any cach…

    …ed info is not used.
    Steven Orvell committed May 14, 2015
    Configuration menu
    Copy the full SHA
    ab6fefa View commit details
    Browse the repository at this point in the history
  10. updateStyles: always cascade update to root, even if element does not…

    … use properties.
    Steven Orvell committed May 14, 2015
    Configuration menu
    Copy the full SHA
    eadab33 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6bbbdb5 View commit details
    Browse the repository at this point in the history
  12. Merge branch '0.8-preview' into 0.8-xstyle

    Steven Orvell committed May 14, 2015
    Configuration menu
    Copy the full SHA
    e999a92 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2015

  1. style property optimizations: reify only used properties and cache st…

    …yles based only on the properties elements use;
    
    added `customStyle` object that can be used to provide imperative scope style property values.
    Steven Orvell committed May 16, 2015
    3 Configuration menu
    Copy the full SHA
    8bab868 View commit details
    Browse the repository at this point in the history
  2. minor fixes based on review.

    Steven Orvell committed May 16, 2015
    Configuration menu
    Copy the full SHA
    972a69f View commit details
    Browse the repository at this point in the history

Commits on May 18, 2015

  1. Fix for #1490: style scoping sag elements on IE.

    Steven Orvell committed May 18, 2015
    Configuration menu
    Copy the full SHA
    0f5bfa5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into xstyle

    Steven Orvell committed May 18, 2015
    Configuration menu
    Copy the full SHA
    8a56643 View commit details
    Browse the repository at this point in the history
  3. minor changes based on review.

    Steven Orvell committed May 18, 2015
    Configuration menu
    Copy the full SHA
    0973feb View commit details
    Browse the repository at this point in the history

Commits on May 19, 2015

  1. cache style info object rather than style itself.

    Steven Orvell committed May 19, 2015
    Configuration menu
    Copy the full SHA
    c563e08 View commit details
    Browse the repository at this point in the history
  2. add comment.

    Steven Orvell committed May 19, 2015
    Configuration menu
    Copy the full SHA
    6389759 View commit details
    Browse the repository at this point in the history
  3. remove unused code.

    Steven Orvell committed May 19, 2015
    Configuration menu
    Copy the full SHA
    f20fe20 View commit details
    Browse the repository at this point in the history