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.27.0 #979

Merged
merged 25 commits into from
Nov 23, 2022
Merged

release/0.27.0 #979

merged 25 commits into from
Nov 23, 2022

Commits on Nov 12, 2022

  1. Enhancement/issue 971 refactor bundling and optimizations (#974)

    * add cloud IDE caveat to puppeteer renderer plugin readme (#967)
    
    * init commit of refactoring for script tags with a src
    
    * initial CSS optimizing
    
    * sync optimized link tags in final output
    
    * refactored for shared reources
    
    * handle inline script bundling
    
    * support serving custom resources using Greenwood plugins in Rollup configuration without needing extra rollup plugin
    
    * non resource related Rollup plugins supported
    
    * custom resource plugins and rollup plugins working together
    
    * handle empty input for Rollup
    
    * updated lock file
    
    * handle inline style tag bundling and optimizing
    
    * default optimization spec passing
    
    * refactor merging app and page templates
    
    * clarifying corrections in spec files
    
    * inline optimization config working
    
    * none optimization support
    
    * none optimization support
    
    * none and static optimization overrides
    
    * refactor html rendering and optimizing
    
    * refactoring and more CLI specs passing
    
    * add missing variable
    
    * SSR specs and optimizing resource bundling
    
    * minor refactoring and logging
    
    * resolving some plugin specs
    
    * restore develop command related GraphQL specs
    
    * custom graphql query spec
    
    * all specs passing
    
    * drop rollup plugin deps from import typescript plugin
    
    * all Greenwood commands and specs passing
    
    * restore static router with custom prerender
    
    * restore postcss-import
    
    * refactor shared resources to a Map and handle dupes
    
    * restore local packages workaround for local Rollup bundling
    
    * better monorepo Rollup facade modules detection
    
    * switch console log
    
    * remove console logging
    
    * update plugin related docs
    
    * local solution for windows support
    
    * refactor errant object assign
    
    * full cross platform URL support
    
    * fix lint
    
    * fix extra bundles when custom prerendering
    
    * clean up stale or already tracked TODOs
    
    * add nested head tag smoke tests
    
    * check for app template validation for HUD display
    
    * misc refactoring and TODOs cleanup
    
    * restore static router (again)
    
    * standardize passing correct reference for prerender scripts
    
    * clean up data-gwd-opt markers from final HTML
    thescientist13 committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    3d0ae4b View commit details
    Browse the repository at this point in the history
  2. Enhancement/issue 925 auto spread arrays of plugins (#969)

    * auto spread arrays of plugins
    
    * flatten refactoring
    
    * update docs and website content
    thescientist13 committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    dc4b53b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48a7517 View commit details
    Browse the repository at this point in the history
  4. v0.27.0-alpha.0

    thescientist13 committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    bba98ef View commit details
    Browse the repository at this point in the history
  5. Bug/leading slash in CSS (<link>) paths break bundling (#981)

    * normalize leading / for CSS bundling paths
    
    * update test cases
    
    * remove console logs
    thescientist13 committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    6398b48 View commit details
    Browse the repository at this point in the history
  6. v0.27.0-alpha.1

    thescientist13 committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    819c946 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b5be2cc View commit details
    Browse the repository at this point in the history
  8. properly bundle all <script> tags (#995)

    * propery bundle all script tags
    
    * test file corrections
    thescientist13 committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    fd1a0b0 View commit details
    Browse the repository at this point in the history
  9. update rollup preserveEntrySignatures to neutral setting to silence w…

    …arning output (#990)
    
    * update rollup preserveEntrySignatures to neutral setting to silence warning output
    
    * comment config change
    thescientist13 committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    ad480ca View commit details
    Browse the repository at this point in the history
  10. upgrade to WCC 0.6.x (#993)

    * upgrade to WCC 0.6.x
    
    * upgrade WCC 0.6.1
    thescientist13 committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    bf356ff View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bf0fa1a View commit details
    Browse the repository at this point in the history
  12. v0.27.0-alpha.2

    thescientist13 committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    a77a8be View commit details
    Browse the repository at this point in the history
  13. Enhancement/issue 763 custom css minification and bundling (#980)

    * Enhancement/issue 971 refactor bundling and optimizations (#974)
    
    * add cloud IDE caveat to puppeteer renderer plugin readme (#967)
    
    * init commit of refactoring for script tags with a src
    
    * initial CSS optimizing
    
    * sync optimized link tags in final output
    
    * refactored for shared reources
    
    * handle inline script bundling
    
    * support serving custom resources using Greenwood plugins in Rollup configuration without needing extra rollup plugin
    
    * non resource related Rollup plugins supported
    
    * custom resource plugins and rollup plugins working together
    
    * handle empty input for Rollup
    
    * updated lock file
    
    * handle inline style tag bundling and optimizing
    
    * default optimization spec passing
    
    * refactor merging app and page templates
    
    * clarifying corrections in spec files
    
    * inline optimization config working
    
    * none optimization support
    
    * none optimization support
    
    * none and static optimization overrides
    
    * refactor html rendering and optimizing
    
    * refactoring and more CLI specs passing
    
    * add missing variable
    
    * SSR specs and optimizing resource bundling
    
    * minor refactoring and logging
    
    * resolving some plugin specs
    
    * restore develop command related GraphQL specs
    
    * custom graphql query spec
    
    * all specs passing
    
    * drop rollup plugin deps from import typescript plugin
    
    * all Greenwood commands and specs passing
    
    * restore static router with custom prerender
    
    * restore postcss-import
    
    * refactor shared resources to a Map and handle dupes
    
    * restore local packages workaround for local Rollup bundling
    
    * better monorepo Rollup facade modules detection
    
    * switch console log
    
    * remove console logging
    
    * update plugin related docs
    
    * local solution for windows support
    
    * refactor errant object assign
    
    * full cross platform URL support
    
    * fix lint
    
    * fix extra bundles when custom prerendering
    
    * clean up stale or already tracked TODOs
    
    * add nested head tag smoke tests
    
    * check for app template validation for HUD display
    
    * misc refactoring and TODOs cleanup
    
    * restore static router (again)
    
    * standardize passing correct reference for prerender scripts
    
    * clean up data-gwd-opt markers from final HTML
    
    * v0.27.0-alpha.0
    
    * (WIP) swap PostCSS in CLI with custom AST solution
    
    * refactor website CSS
    
    * basic implementation of minified CSS from AST
    
    * support relative @import statements
    
    * refactor AST parsing to recursive function
    
    * support deeply nested @import and CSS custom properties
    
    * fix  missing declaration semicolon
    
    * correctly close Rule brackets
    
    * general on leave refactoring
    
    * more selector support
    
    * all specs passing
    
    * support percentage
    
    * test for percentage
    
    * support url and @import url
    
    * add important support
    
    * custom implementation for handling matchers in attribute selectors
    
    * restore website prism styles
    
    * nth and lang selectors support
    
    * improve support for matching selector types
    
    * add error logging for CSS parsing
    thescientist13 committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    0eb3ebf View commit details
    Browse the repository at this point in the history
  14. v0.27.0-alpha.3

    thescientist13 committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    c781ddb View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Bug/issue 763 refine import rule handling (#999)

    * setting up test cases for additional import rule examples
    
    * support non relative @import url rule
    
    * support arbitrary @ rules
    
    * @supports and single declaration handling
    
    * test for more @ rules
    
    * update related specs
    thescientist13 authored Nov 18, 2022
    Configuration menu
    Copy the full SHA
    a0805ee View commit details
    Browse the repository at this point in the history
  2. Enhancement/issue 763 restore postcss import (#998)

    * restore postcss-import to postcss plugin default config
    
    * document postcss-import in default postcss-plugin config
    
    * update test case
    
    * update spec
    thescientist13 authored Nov 18, 2022
    Configuration menu
    Copy the full SHA
    992e180 View commit details
    Browse the repository at this point in the history
  3. v0.27.0-alpha.4

    thescientist13 committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    ce98d8d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e72407c View commit details
    Browse the repository at this point in the history
  5. v0.27.0-alpha.5

    thescientist13 committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    dfbd885 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2022

  1. Configuration menu
    Copy the full SHA
    dfa0f79 View commit details
    Browse the repository at this point in the history
  2. v0.27.0-alpha.6

    thescientist13 committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    4f627bc View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Feature/issue 878 ssr custom resources (#992)

    * Enhancement/issue 971 refactor bundling and optimizations (#974)
    
    * add cloud IDE caveat to puppeteer renderer plugin readme (#967)
    
    * init commit of refactoring for script tags with a src
    
    * initial CSS optimizing
    
    * sync optimized link tags in final output
    
    * refactored for shared reources
    
    * handle inline script bundling
    
    * support serving custom resources using Greenwood plugins in Rollup configuration without needing extra rollup plugin
    
    * non resource related Rollup plugins supported
    
    * custom resource plugins and rollup plugins working together
    
    * handle empty input for Rollup
    
    * updated lock file
    
    * handle inline style tag bundling and optimizing
    
    * default optimization spec passing
    
    * refactor merging app and page templates
    
    * clarifying corrections in spec files
    
    * inline optimization config working
    
    * none optimization support
    
    * none optimization support
    
    * none and static optimization overrides
    
    * refactor html rendering and optimizing
    
    * refactoring and more CLI specs passing
    
    * add missing variable
    
    * SSR specs and optimizing resource bundling
    
    * minor refactoring and logging
    
    * resolving some plugin specs
    
    * restore develop command related GraphQL specs
    
    * custom graphql query spec
    
    * all specs passing
    
    * drop rollup plugin deps from import typescript plugin
    
    * all Greenwood commands and specs passing
    
    * restore static router with custom prerender
    
    * restore postcss-import
    
    * refactor shared resources to a Map and handle dupes
    
    * restore local packages workaround for local Rollup bundling
    
    * better monorepo Rollup facade modules detection
    
    * switch console log
    
    * remove console logging
    
    * update plugin related docs
    
    * local solution for windows support
    
    * refactor errant object assign
    
    * full cross platform URL support
    
    * fix lint
    
    * fix extra bundles when custom prerendering
    
    * clean up stale or already tracked TODOs
    
    * add nested head tag smoke tests
    
    * check for app template validation for HUD display
    
    * misc refactoring and TODOs cleanup
    
    * restore static router (again)
    
    * standardize passing correct reference for prerender scripts
    
    * clean up data-gwd-opt markers from final HTML
    
    * v0.27.0-alpha.0
    
    * experimental loaders for SSR custom resources
    
    * set minimum nodejs v16.x requirement
    
    * latest WIP
    
    * custom SSR loaders for JSON
    
    * working test case testing for SSR prerender with import CSS plugin
    
    * experimental test task and github actions
    
    * remove demo code
    
    * add test cases for import JSON with prerendering
    
    * upgrade latest gallinago
    
    * enable experimental testing capabilities for CI
    
    * post rebase reconsilations
    
    * align versioning
    
    * experimental specs passing on windows
    
    * remove lint from experimental github actions
    
    * refine exp test tasks
    
    * minor refactor
    
    * fix windows exp github action workflow
    
    * increase mocha timeout for to accomodate exp test runs
    
    * formatting
    
    * updated import CSS and JSON plugin README docs
    
    * SSR usage for experimental loaders
    thescientist13 authored Nov 21, 2022
    Configuration menu
    Copy the full SHA
    04e25c4 View commit details
    Browse the repository at this point in the history
  2. v0.27.0-alpha.7

    thescientist13 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    8c4fc75 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Configuration menu
    Copy the full SHA
    9ce5d35 View commit details
    Browse the repository at this point in the history
  2. Content/release v0.27.0 blog post (#1009)

    * first draft of v0.27.0 release blog post
    
    * home page content refresh
    
    * final blog post draft
    
    * home page banner punctuation
    
    * blog post image
    
    * adjust docs heading for experimental callout
    thescientist13 authored Nov 23, 2022
    Configuration menu
    Copy the full SHA
    93295c0 View commit details
    Browse the repository at this point in the history