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.15.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: v5.15.1
Choose a head ref
  • 16 commits
  • 110 files changed
  • 3 contributors

Commits on Aug 7, 2021

  1. refactor: further optimizations (#1335)

    * refactor(accessibility): axe/language - added lang attribute
    
    <html> element must have a lang attribute: The <html> element does not have a lang attribute
    more information: https://dequeuniversity.com/rules/axe/4.2/html-has-lang
    
    * chore: replaced individual random function by the one provided as a utility
    
    * chore: prettier code formatting
    
    * chore: prettier code formatting
    
    * chore: eslint feedback
    
    * chore: reverted those previously incorrectly checked in files
    
    * docs: removed incorrect sentence out of #1313
    
    I've added that documentation entry with #1313, but sadly missed to remove that incorrect sentence that belongs to another section on that page.
    mfranzke authored Aug 7, 2021
    Configuration menu
    Copy the full SHA
    c74fd66 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. Configuration menu
    Copy the full SHA
    7377306 View commit details
    Browse the repository at this point in the history
  2. chore: adding start script #1343 (#1344)

    * chore: adding start script #1343
    
    which was missing in the handlebars edition in comparison to the twig edition
    
    * chore: added a documentation page for running Pattern Lab
    mfranzke authored Sep 16, 2021
    Configuration menu
    Copy the full SHA
    8cd7926 View commit details
    Browse the repository at this point in the history
  3. fix(initialize): updating no-emit-webpack-plugin dependency #1348 (#1…

    …349)
    
    The installation of the no-emit-webpack-plugin@1 dependency results in a freeze during installation.
    mfranzke authored Sep 16, 2021
    Configuration menu
    Copy the full SHA
    a884897 View commit details
    Browse the repository at this point in the history
  4. refactor: preventing problem on nested PL installations (#1351)

    linking to the same levels main document, to prevent problems on a nested patternlab installation
    mfranzke authored Sep 16, 2021
    Configuration menu
    Copy the full SHA
    c74e2d7 View commit details
    Browse the repository at this point in the history
  5. fix(node16): prevent warning on installation process (#1352)

    by updating recursive-copy dependency
    mfranzke authored Sep 16, 2021
    Configuration menu
    Copy the full SHA
    d58e4c6 View commit details
    Browse the repository at this point in the history
  6. fix(docs): use "UIKits" instead of "StyleguideKits" (#1345)

    Align the terminology of custom pattern lab UIs with what is used in the configuration currently.
    The documentation now uses "UIKits" to align with the "uikits" property of the pattern lab
    configuration.
    René Stalder authored Sep 16, 2021
    Configuration menu
    Copy the full SHA
    a2885ea View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. Configuration menu
    Copy the full SHA
    06ac534 View commit details
    Browse the repository at this point in the history
  2. refactor(docs): corrected some parts that needed rework as the digit …

    …ordering is deprecated (#1356)
    mfranzke authored Oct 5, 2021
    Configuration menu
    Copy the full SHA
    a4448e6 View commit details
    Browse the repository at this point in the history
  3. chore(docs): mentioning to delete the cache file (#1350)

    * chore(docs): mentioning to delete the cache file because of errors on the console
    
    * chore: restructured that content again
    
    * Update packages/docs/src/docs/editing-source-files.md
    
    Co-authored-by: Josef Bredreck <slime.games@outlook.de>
    
    Co-authored-by: Josef Bredreck <slime.games@outlook.de>
    mfranzke and JosefBredereck authored Oct 5, 2021
    Configuration menu
    Copy the full SHA
    64fd8f4 View commit details
    Browse the repository at this point in the history
  4. feat: added https description to the docs (#1355)

    * feat(https): added docs on how to setup https for localhost dev server
    
    * refactor(https): added differentiation on the terminals output regarding the correct, protocol related URL
    
    * chore: simplification
    
    * chore: using markdown instead of HTML
    
    * Update packages/docs/src/docs/running-patternlab.md
    
    Co-authored-by: Josef Bredreck <slime.games@outlook.de>
    
    * Update packages/docs/src/docs/running-patternlab.md
    
    Co-authored-by: Josef Bredreck <slime.games@outlook.de>
    
    * Update packages/docs/src/docs/running-patternlab.md
    
    Co-authored-by: Josef Bredreck <slime.games@outlook.de>
    
    * Update packages/docs/src/docs/running-patternlab.md
    
    Co-authored-by: Josef Bredreck <slime.games@outlook.de>
    
    * Update packages/docs/src/docs/running-patternlab.md
    
    Co-authored-by: Josef Bredreck <slime.games@outlook.de>
    
    * Update packages/docs/src/docs/running-patternlab.md
    
    Co-authored-by: Josef Bredreck <slime.games@outlook.de>
    
    * Update packages/docs/src/docs/running-patternlab.md
    
    Co-authored-by: Josef Bredreck <slime.games@outlook.de>
    
    * Update packages/docs/src/docs/running-patternlab.md
    
    Co-authored-by: Josef Bredreck <slime.games@outlook.de>
    
    * Update packages/docs/src/docs/running-patternlab.md
    
    Co-authored-by: Josef Bredreck <slime.games@outlook.de>
    
    * Update packages/docs/src/docs/running-patternlab.md
    
    Co-authored-by: Josef Bredreck <slime.games@outlook.de>
    
    Co-authored-by: Josef Bredreck <slime.games@outlook.de>
    mfranzke and JosefBredereck authored Oct 5, 2021
    Configuration menu
    Copy the full SHA
    4118f74 View commit details
    Browse the repository at this point in the history
  5. refactor: slightly increased the minimum node version (#1358)

    slightly increased minimum node version to satisfy packages like @babel/eslint-parser
    mfranzke authored Oct 5, 2021
    Configuration menu
    Copy the full SHA
    ad16f6f View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2021

  1. refactor: clearing floats in a modern way (#1362)

    As the previous solution with overflow(-x) leads to several problems
    mfranzke authored Oct 16, 2021
    Configuration menu
    Copy the full SHA
    c8ecb98 View commit details
    Browse the repository at this point in the history
  2. refactor: optimized engines directory retrieval (#1359)

    * refactor: replacing existing way to retrieve the actual node_directory
    
    especially for npm workspaces usage (aka npm 7 monorepos)
    
    * refactor: outputting the engines directory path as well for debugging
    mfranzke authored Oct 16, 2021
    Configuration menu
    Copy the full SHA
    37d19d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a275d36 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d01b062 View commit details
    Browse the repository at this point in the history
Loading