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

release/0.26.0 #956

Merged
merged 11 commits into from
Jul 27, 2022
Merged

release/0.26.0 #956

merged 11 commits into from
Jul 27, 2022

Commits on Jul 1, 2022

  1. Feature/issue 935 native custom element ssr (#943)

    * initial working local development example with wc-compiler for SSR native HTMLElement
    
    * restore getTemplate to original location in SSR route worker
    
    * bump latest version of wcc
    
    * ensure passing of URLs to wcc
    
    * upgrade WCC
    
    * add support for prerendering SSR routes with default renderer WCC in favor of puppeteer
    
    * document default export
    
    * clean up console logging
    
    * rollback premature static export feature
    
    * use WCC to bundle SSR page routes
     automatically
    
    * roll back native SSR auto hydration
    
    * LitElement as SSR page with default export
    
    * LitElement as a default export for pages
    
    * clarify README example
    
    * capture Lit exception for light DOM support
    thescientist13 authored Jul 1, 2022
    Configuration menu
    Copy the full SHA
    dec54f0 View commit details
    Browse the repository at this point in the history
  2. add DSD polyfill and refactor for options (#944)

    * add DSD polyfill and refactor for options
    
    * feature detect for DSD polyfill
    thescientist13 authored Jul 1, 2022
    Configuration menu
    Copy the full SHA
    01ada2b View commit details
    Browse the repository at this point in the history
  3. Feature/issue 879 static export ssr routes (#921)

    * working version of SSR static export
    
    * update comment
    
    * document static SSR export
    
    * refactor and TODOs
    
    * break pass by reference
    thescientist13 authored Jul 1, 2022
    Configuration menu
    Copy the full SHA
    ec7e1c9 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2022

  1. v0.26.0-alpha.0

    thescientist13 committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    02d8821 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2022

  1. Feature/issue 954 puppeteer plugin (#960)

    * puppeteer renderer plugin and migrate resource plugin
    
    * introduce custom function option for renderer plugins and moved puppeteer logic into plugin
    
    * made WCC default prerender
    
    * stabilize specs
    
    * upgrade latest version of puppeteer
    
    * add specs for puppeteer renderer plugin
    
    * clarify it block
    
    * stablize all CLI specs
    
    * fix spelling mistake
    
    * comments for init specs
    
    * restore graphql specs with dependency on puppeteer plugin when prerendering
    
    * restore all specs and adjust thresholds
    
    * misc PR cleanup
    
    * fix lint and clean up package jsons
    
    * fix lint and clean up package jsons
    
    * upgrade latest version of WCC
    
    * update docs to reflect prerendering with WCC and cross dependencies with Puppeteer
    
    * fix and restore puppeteer based inline javascript execution specs
    
    * fix typo in specs
    
    * cross platform puppeteer intercepting support
    
    * refactor preRenderCompilationWorker to be async Promise.all
    thescientist13 authored Jul 16, 2022
    Configuration menu
    Copy the full SHA
    aa4d2f4 View commit details
    Browse the repository at this point in the history
  2. Bug/issue 961 commonjs plugin named export spelled wrong (#962)

    * fixed import commonjs plugin named export
    
    * fix misc spelling mistakes in comments
    thescientist13 authored Jul 16, 2022
    Configuration menu
    Copy the full SHA
    8c28c8d View commit details
    Browse the repository at this point in the history
  3. v0.26.0-alpha.1

    thescientist13 committed Jul 16, 2022
    Configuration menu
    Copy the full SHA
    6a45ed8 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Configuration menu
    Copy the full SHA
    823b5af View commit details
    Browse the repository at this point in the history
  2. Docs/v0.26.0 updates and revisions (#965)

    * update getting started guide and about sections with introduction of WCC
    
    * move puppeteer specific caveats to puppeteer plugin README
    
    * remove errant character
    
    * misc grammar and editing
    thescientist13 authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    6845444 View commit details
    Browse the repository at this point in the history
  3. v0.26.0 release blog post (#963)

    * first draft of v0.26.0 blog post
    
    * quick grammar fix
    
    * remove extraneous character
    
    * misc edits and revisions
    thescientist13 authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    7b02b5c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e313b85 View commit details
    Browse the repository at this point in the history