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

Removes default for static get styles #456

Merged
merged 4 commits into from
Jan 18, 2019
Merged

Commits on Jan 17, 2019

  1. Removes default for static get styles

    Fixes #452.
    
    In addition...
    * Fixes type settings so `Array.flat` works.
    * Optimization: ensures `this.styles` is accessed only once per definition. Since this getter generates CSSResults, it should not be run superfluously.
    Steven Orvell committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    906b080 View commit details
    Browse the repository at this point in the history
  2. Fix issues with extending styles and add tests

    Steven Orvell committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    3964f7a View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    Steven Orvell committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    cbca905 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2019

  1. FIx typo in changelog.

    Steven Orvell committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    04aeec8 View commit details
    Browse the repository at this point in the history