1. 21 9月, 2019 2 次提交
  2. 20 9月, 2019 3 次提交
  3. 19 9月, 2019 10 次提交
    • J
      v9.0.7-canary.3 · b3d1b776
      Joe Haddad 提交于
      b3d1b776
    • J
      Add Experimental CSS Before Anchor (#8803) · db7d7c7d
      Joe Haddad 提交于
      This simplifies the CSS insert function and fixes its edge cases around nextSibling by inserting before the anchor instead of after it.
      db7d7c7d
    • L
      Insert <style> tags after anchor element (#8795) · 9b0c641b
      Luc 提交于
      * insert css *after* noscript tag in dev mode
      
      * use arrow function
      9b0c641b
    • L
      Update broken links (#8793) · 0eda4d59
      Luis Alvarez D 提交于
      0eda4d59
    • J
      v9.0.7-canary.2 · 4466e8cc
      Joe Haddad 提交于
      4466e8cc
    • J
      Fix Experimental CSS Ordering (#8790) · ed84bee5
      Joe Haddad 提交于
      * Fix CSS Ordering
      This fixes CSS ordering between development and production.
      
      Before this change, globally imported CSS would come _after_ `<style jsx global>` in development, but _before_ in production.
      
      After this change, it'll always be applied before.
      
      * Move to correct element
      
      * Add tests
      
      * Fix obnoxious indents
      
      * Update test/integration/css/fixtures/with-styled-jsx/pages/index.js
      Co-Authored-By: NJJ Kasper <jj@jjsweb.site>
      ed84bee5
    • J
      v9.0.7-canary.1 · 1aec686c
      Joe Haddad 提交于
      1aec686c
    • J
      Simplify development hiding (#8789) · 3cd37b29
      Joe Haddad 提交于
      We were trying to be too tricky. `visibility: hidden` is great for layout speed, but it allows child elements to make themselves visible.
      
      Since styles are going to change anyway, this doesn't make sense. We should completely hide the body which prevents a reflow by avoiding any style computation until Global CSS is ready to go.
      3cd37b29
    • J
      v9.0.7-canary.0 · e920e579
      Joe Haddad 提交于
      e920e579
    • J
      Reduce Install Size (#8788) · b4d349e6
      Joe Haddad 提交于
      * Reduce Install Size
      This should shave a decent amount off our install size.
      
      * Fix CSS source map emitting
      
      * Fix generation
      
      * Enable source maps for testing purposes
      
      * Disable double comment
      
      * Fix test regex
      b4d349e6
  4. 18 9月, 2019 6 次提交
    • J
      Update webpack typings (#8783) · 2612b48e
      Joe Haddad 提交于
      This is in preparation of a new plugin.
      2612b48e
    • J
      Make favicon work (#8776) · 9b3d9f42
      Joshua Byrd 提交于
      9b3d9f42
    • J
      Global CSS Support (#8710) · 65358b7a
      Joe Haddad 提交于
      * Global CSS Support
      
      * Fix webpack configuration
      
      * oneOf rule isn't necessary yet
      
      * Adjust CSS chunk naming
      
      * Begin testing CSS behavior
      
      * Add another test TODO
      
      * Replace null-loader with ignore-loader
      
      * Turn on chunks for new CSS feature
      
      * Fix multi test suite
      
      * Test CSS import order
      
      * Test style HMR
      
      * Test CSS compilation
      
      * Test compilation and prefixing together
      
      * Verify CSS styling works for Development and Production
      
      * Add missing TODO
      
      * Remove unnecessary test
      
      * Adjust TODO message
      
      * Hide page until React hydrates
      
      * Revert "Hide page until React hydrates"
      
      This reverts commit 898d4e0ee547b003d5790e2b11476740d645b907.
      
      * Hide FOUC during development
      
      * Test CSS imports
      
      * Update tests TODO
      
      * Add fixture for url() test
      
      * Test `file-loader` support in CSS files
      
      * Use a simple variant of cssnano
      
      * Self-import
      
      * Undo bundling
      
      * Implement suggestion
      65358b7a
    • J
      v9.0.6 · 20aa1e4d
      Joe Haddad 提交于
      20aa1e4d
    • J
      v9.0.6-canary.7 · 85f84a04
      Joe Haddad 提交于
      85f84a04
    • J
      Show dots for non-TTY (#8771) · b2101339
      JJ Kasper 提交于
      b2101339
  5. 17 9月, 2019 5 次提交
  6. 16 9月, 2019 6 次提交
  7. 15 9月, 2019 5 次提交
  8. 14 9月, 2019 3 次提交