Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: wpengine/faustjs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: canary
Choose a base ref
...
head repository: wpengine/faustjs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: next
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 753 files changed
  • 3 contributors

Commits on Aug 5, 2025

  1. Initial repo changes

    moonmeister committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    ed6c65c View commit details
    Browse the repository at this point in the history
  2. more cleanup and org

    moonmeister committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    168d0e6 View commit details
    Browse the repository at this point in the history
  3. misc cleanup and config

    moonmeister committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    cf84c4c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f5ef4a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1d814f5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    087d3c9 View commit details
    Browse the repository at this point in the history
  7. refactor: getTemplate function to only care about IDs and leave path …

    …data to framework packages that need it
    moonmeister committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    616c2a7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    11e6de8 View commit details
    Browse the repository at this point in the history
  9. chore: update rules

    moonmeister committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    eea37b4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    37ebe3f View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2025

  1. Configuration menu
    Copy the full SHA
    a1f6568 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4508dcb View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2025

  1. Next template hierarchy Sveltekit example (#2153)

    * sveltekit template-hierarchy implementation
    
    * add page template
    ahuseyn authored Aug 11, 2025
    Configuration menu
    Copy the full SHA
    4056de6 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2025

  1. [next]: Add data fetching and preview (#2154)

    * init preview example
    
    * update gql client, add headers param
    
    * update template-hierarchy, add id and asPreview
    
    * add preview utility to @faustjs/nextjs package
    
    * initial
    
    * new templates
    
    * add homepage
    
    * style fixes
    
    * update uri expression
    
    * rename example name, add readme
    ahuseyn authored Aug 28, 2025
    Configuration menu
    Copy the full SHA
    c39b4ac View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2025

  1. [next]: Add Astro kitchen-sink example, which includes data fetching …

    …and preview (#2159)
    
    * init preview example
    
    * update gql client, add headers param
    
    * update template-hierarchy, add id and asPreview
    
    * add preview utility to @faustjs/nextjs package
    
    * initial
    
    * new templates
    
    * add homepage
    
    * style fixes
    
    * update uri expression
    
    * rename example name, add readme
    
    * init project
    
    * update templates, add data fetching
    
    * remove logs, add comments, minor fixes
    ahuseyn authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    58cb0a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2025

  1. [next]: Add Sveltekit kitchen-sink example, which includes data fetch…

    …ing and preview (#2160)
    
    * init preview example
    
    * update gql client, add headers param
    
    * update template-hierarchy, add id and asPreview
    
    * add preview utility to @faustjs/nextjs package
    
    * initial
    
    * new templates
    
    * add homepage
    
    * style fixes
    
    * update uri expression
    
    * rename example name, add readme
    
    * init project
    
    * update templates, add data fetching
    
    * remove logs, add comments, minor fixes
    
    * add kitchen-sink example
    
    * add seedNode to templateHierarchy
    
    * add preview
    
    * add preview to sveltekit templateHierarchy
    ahuseyn authored Sep 12, 2025
    Configuration menu
    Copy the full SHA
    a501a8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2729fd View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2025

  1. [next]: add existing Faust utilities as a separate package (#2180)

    * init
    
    * suggested fixes, remove isValidUrl and isValidEmail, add package version
    ahuseyn authored Oct 7, 2025
    Configuration menu
    Copy the full SHA
    9287c79 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2025

  1. [next]: Add Authentication POC (#2173)

    * init preview example
    
    * update gql client, add headers param
    
    * update template-hierarchy, add id and asPreview
    
    * add preview utility to @faustjs/nextjs package
    
    * initial
    
    * new templates
    
    * add homepage
    
    * style fixes
    
    * update uri expression
    
    * rename example name, add readme
    
    * init project
    
    * update templates, add data fetching
    
    * remove logs, add comments, minor fixes
    
    * add kitchen-sink example
    
    * add seedNode to templateHierarchy
    
    * add preview
    
    * add preview to sveltekit templateHierarchy
    
    * add auth package and example usage
    
    * add alternative preview with auth package, add login page, client updates
    
    * remove token handler
    
    * Update examples/nextjs/kitchen-sink/src/components/Header.js
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    
    * todo updates
    
    * Update packages/nextjs/package.json
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    
    * init: toolbar integration (#2202)
    
    ---------
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    ahuseyn and Copilot authored Oct 22, 2025
    Configuration menu
    Copy the full SHA
    d657619 View commit details
    Browse the repository at this point in the history
Loading