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: pattern-lab/patternlab-node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.0
Choose a base ref
...
head repository: pattern-lab/patternlab-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
  • 13 commits
  • 103 files changed
  • 5 contributors

Commits on Feb 1, 2023

  1. fix(twig engine): startup and running problems (#1478)

    * fix: missing schema entry for twig engine
    
    * fix: twig php engine loading
    
    * fix: error message if partial could not be found
    
    ---------
    
    Co-authored-by: Josef Bredreck <[email protected]>
    mfranzke and JosefBredereck authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    e5a1904 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ea1aac View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Updated deadlinks (#1482)

    * removed dead links
    * added hTWOo Link and Demo
    StfBauer authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    6dd472f View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. docs: corrected that entry in the specs (#1489)

    aligned extensions to be fileExtensions
    mfranzke authored Feb 25, 2023
    Configuration menu
    Copy the full SHA
    fd5db84 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. Configuration menu
    Copy the full SHA
    1c878df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd8895d View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

  1. Configuration menu
    Copy the full SHA
    e65f294 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e59625 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. refactor: migrate from node 14 to node 16 new lts support (#1447)

    * refactor: increased supported Node version to 16.19.0
    
    * refactor: being able to update our actions/* to new major versions as well
    
    * chore: downgraded this again due to CI/CD dependency restriction
    
    * refactor: hardening that declaration
    
    * chore: updated node version again
    
    * refactor: updated to the newest node version
    
    ---------
    
    Co-authored-by: Josef Bredreck <[email protected]>
    mfranzke and JosefBredereck authored May 29, 2023
    Configuration menu
    Copy the full SHA
    a4d9332 View commit details
    Browse the repository at this point in the history
  2. refactor: remove parameter hunter (#1467)

    * refactor: remove parameter hunter
    
    * refactor: remove parameter hunter
    
    * fix: issue in mustache runable
    
    * docs: adapted documentation
    
    ---------
    
    Co-authored-by: Josef Bredreck <[email protected]>
    Co-authored-by: Josef Bredreck <[email protected]>
    3 people authored May 29, 2023
    Configuration menu
    Copy the full SHA
    4ff84d0 View commit details
    Browse the repository at this point in the history
  3. refactor(VisuallyHidden): removed dependency (#1494)

    * refactor(VisuallyHidden): removed import
    
    the related usage has been removed with 2ff8e1c
    
    * refactor: removed the need for @reach/visually-hidden dependency
    
    * refactor: removed dependency @reach/visually-hidden
    mfranzke authored May 29, 2023
    Configuration menu
    Copy the full SHA
    c5ef833 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. feat(engine-twig-php): update @basalt/twig-renderer to v3.0.1 using T…

    …wig v3.7.1 (#1499)
    
    * feat(engine-twig-php): update @basalt/twig-renderer to v3.0.1 using Twig v3.7.1
    
    Closes: #1496
    
    * feat(edition-twig): alter-twig.php using Twig v3 namespaces
    
    Refs: #1496
    
    * fix(edition-twig): deprecation message "hiding by underscore prefix"
    hadl authored Dec 21, 2023
    Configuration menu
    Copy the full SHA
    2e5c9e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06fdb69 View commit details
    Browse the repository at this point in the history
Loading