Skip to content

Releases: showbie/backpack

@showbie/backpack-react@1.0.1

11 Aug 02:46
65907b4
Compare
Choose a tag to compare

🚚 Deprecated

  • Further versions of this package will be published to the GitHub Package registry #142

stickerbomb@0.3.0

01 Mar 22:36
e7fa840
Compare
Choose a tag to compare

🎁 Added

  • #106 Allow config from external file

    Uses cosmiconfig to search for common config filenames. Only used
    for providing a custom SVG template for React icons at the moment, but
    more configuration will be possible in future.

stickerbomb@0.2.3

02 Feb 16:05
fc81e55
Compare
Choose a tag to compare

🐛 Fixed

  • #102 Fix issues with export index not being written properly

    Now writes correctly on first run of a new project, and updates when
    icons are added or removed from source directory.

stickerbomb@0.2.2

26 Jan 04:25
47555ca
Compare
Choose a tag to compare

🐛 Fixed

  • ba23521 Fix build output when publishing

stickerbomb@0.2.1

25 Jan 21:40
1961291
Compare
Choose a tag to compare

🐛 Fixed

  • 666655d Ensure all files in dist dir are distributed

stickerbomb@0.2.0

22 Jan 18:32
78aa817
Compare
Choose a tag to compare

🎁 Added

  • #95 Allow subdirs in icon source directory

    Components are now generated into the same directory structure as
    the original source SVGs. An export index will be added for each
    sub-directory (in the case of React components).

@showbie/backpack-tokens@2.8.0

05 Jan 18:37
b3ab61e
Compare
Choose a tag to compare

🎁 Added

  • #93 Add new colours to Socrative palette
    Adds 300-level green, 300, 400 and 900-level amber shades, and
    400-level red.

stickerbomb@0.1.1

18 Dec 17:57
084d4cd
Compare
Choose a tag to compare

🎉 Initial release!

@showbie/backpack-react@1.0.0

28 Oct 16:59
a78d434
Compare
Choose a tag to compare

🎉 Initial release

  • Create shared React component library #26

    Starts with just a few basic layout components:

    1. Box — low-level container component, can render as any
      element via tagName prop
    2. Stack — stack elements vertically, with optional spacing
      and dividers
    3. Divider — used by Stack components, can also be used
      directly as needed
    4. Inline — maintain space between elements in a row,
      wrapping if necessary
    5. Text — apply common typography style patterns, as well
      as other text utilities such as truncating

@showbie/backpack-tokens@2.7.0

24 Sep 20:19
83279c1
Compare
Choose a tag to compare

🎁 Added

  • #64 Add new colours to Socrative palette
    Adds 300 and 900-level shades of red, 800-level orange, and
    700, 800, and 900-level shades of green. This also decouples
    the red values from the Showbie palette, making it standalone.