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

Universal Rendering Support #2007

Merged
merged 1 commit into from
Nov 1, 2015
Merged

Universal Rendering Support #2007

merged 1 commit into from
Nov 1, 2015

Commits on Nov 1, 2015

  1. Implemented inline-style-prefixer

    User agent based prefixing for client and server side rendering. When
    rendering server-side define `navigator.userAgent` after receiving
    request headers but before rendering styles. A warning will be shown
    when attempting to use server-side rendering without defining a user
    agent. Client side rendering should automatically work as all modern
    browsers provide user agent via the navigator property.
    Daviejoe100 authored and TheUltDev committed Nov 1, 2015
    5 Configuration menu
    Copy the full SHA
    b12bcdd View commit details
    Browse the repository at this point in the history