Skip to content

Releases: pattern-lab/styleguidekit-assets-default

v4.0.0-alpha.3

16 Feb 19:53
Compare
Choose a tag to compare
v4.0.0-alpha.3 Pre-release
Pre-release
  • Copy paste support in code panels
  • Code Modal can now be resized

#110

Thanks @frostyweather for this stellar work!

Themes

24 Oct 02:29
Compare
Choose a tag to compare
Themes Pre-release
Pre-release

Closes ##91

Available via

Additional Configuration Options, defaults first.

{
  "theme" : {
    "color" : "dark" | "light",
    "density" : "compact" | "cozy" | "comfortable",
    "layout" : "horizontal" | "vertical"
  }
}

color: light

image

layout: vertical

image

density: cozy

image

density: comfortable

image

Combinations also supported

layout: vertical && color: white

image

Configurable ish Viewport Range

16 May 13:56
Compare
Choose a tag to compare
  • ADD: Configure ish viewport S, M, L range | #46 #54

Now users may specify an optional configuration entry within the configuration.

  • patternlab-config.json (Node)
  • config.yml (PHP)
  "ishViewportRange": {
    "s": [240, 500],
    "m": [768, 768],
    "l": [800, 2600]
  },

The first entry in ishViewportRange.s is the ishViewportMinimum, which can now be deleted from your config
The second entry in ishViewportRange.l is the ishViewportMaximum, which can now be deleted from your config

If this new configuration entry is not found, behavior reverts to the hard-coded values.

v3.4.0: Fix Fix Fix

22 Dec 15:56
Compare
Choose a tag to compare

v3.3.1: Ooomph

26 Aug 14:24
Compare
Choose a tag to compare

v3.3.0: Eevee

22 Jul 23:45
Compare
Choose a tag to compare
  • ADD: support for outputFileSuffixes per pattern-lab/the-spec#26
  • FIX: updating copy for missing description
  • FIX: removed unused file at dist/js/patternlab-viewer.min.js
  • FIX: double-check that viewall- is at position 0
  • FIX: removed unused auto-generated class names from nav lis

v3.2.0: Minor Fixes

13 Jul 05:27
Compare
Choose a tag to compare
  • FIX: tweak pattern category styles
  • FIX: tweak annotations styles
  • FIX: tweak pattern description styles
  • FIX: scrolling fix for panels
  • FIX: making sure entire description block shows if annotations exist for pattern
  • FIX: added capitalization casing to category and pattern heading via CSS
  • THX: @sghoweri for the PR related to scrolling

v3.1.1: Remove `bodyClick`

03 Jul 00:26
Compare
Choose a tag to compare
  • FIX: removing bodyClick because it was interfering with focus() on certain elements.

v3.1.0

03 Jul 00:24
Compare
Choose a tag to compare

failed to merge before tagging. go dave! >.<

v3.0.1: Annotations Highlight Fix

21 Jun 19:26
Compare
Choose a tag to compare

Even a release two years in the making will have bugs. Squished one where the annotation numbering didn't turn off when a pattern was toggled closed on a "view all" view.