Skip to content
This repository was archived by the owner on May 13, 2026. It is now read-only.
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: v5.16.1
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: v5.16.2
Choose a head ref
  • 8 commits
  • 34 files changed
  • 3 contributors

Commits on Jan 31, 2022

  1. chore: adding missing fonts directory (#1418)

    to fix the handlebars demo pl:build
    mfranzke authored Jan 31, 2022
    Configuration menu
    Copy the full SHA
    05016cd View commit details
    Browse the repository at this point in the history
  2. refactor: fixed scrolling to annotations (#1417)

    * refactor: fixed scrolling behaviour and replaced plugin by native functionality
    
    we've been using a JS plugin previously most likely to enable or polyfill the smooth scrolling behaviour.
    
    * refactor: removed the plugin / dependency
    
    * chore: test for that method first of all
    
    * chore: code reformatting
    
    * Revert "chore: code reformatting"
    
    This reverts commit 0f7f4f3.
    
    * Revert "chore: test for that method first of all"
    
    This reverts commit 795546f.
    
    * Revert "refactor: removed the plugin / dependency"
    
    This reverts commit a3522d1.
    
    * Revert "refactor: fixed scrolling behaviour and replaced plugin by native functionality"
    
    This reverts commit cb2102c.
    
    * fix: removed the incorrect attribute
    mfranzke authored Jan 31, 2022
    Configuration menu
    Copy the full SHA
    228969f View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Configuration menu
    Copy the full SHA
    12e32b8 View commit details
    Browse the repository at this point in the history
  2. refactor: toggling visibility (#1421)

    * refactor: toggling visibility by modern hidden attribute
    
    * refactor: toggling visibility by modern hidden attribute
    mfranzke authored Feb 2, 2022
    Configuration menu
    Copy the full SHA
    f2d7de9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4335660 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. fix: transformed asset types is ignored (#1426)

    * fix: transformedAssetTypes is ignored #1339
    
    * chore: we could still use const here
    
    * chore: reduced unnecessary slash in the URL
    
    * refactor: simplified regex
    
    * refactor: simplified regex
    
    * refactor: corrected the regex
    
    as it was as well targeting .scss in configuring 'css' before
    mfranzke authored Feb 7, 2022
    Configuration menu
    Copy the full SHA
    8cbe189 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5307331 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef8fb7d View commit details
    Browse the repository at this point in the history
Loading