Skip to content

Releases: priceline/design-system

pcln-icons v3.2.0

24 Aug 15:30
693baff
Compare
Choose a tag to compare
  • Add Kitchen icon
  • Remove ids from svgs

pcln-design-system v3.6.1

18 Aug 14:33
d848864
Compare
Choose a tag to compare

Bugfixes 🐛

  • Add fallback for boxShadow on theme (#903)

pcln-design-system v3.6.0

11 Aug 18:24
62513c3
Compare
Choose a tag to compare

Features

  • Add support for the following styled-system props to Box (#882)
    • display
    • height
    • maxHeight
    • maxWidth
    • minHeight
    • minWidth
    • size
  • Add additional styling props to <Text> (#898)
    • display
    • maxHeight
    • maxWidth
    • minHeight
    • minWidth
    • overflow
    • width

Bugfixes

  • Fix style bug in Checkbox after changes to Box (#892)
  • Styled Buttons that used the variation prop lost their styling in some cases (#890)
  • Change default color of Label to text.light instead of border.light (#894)
  • Fix style bug introduced by incorrect application of Hug props (#901)

pcln-popover v3.3.2

28 Jul 17:01
16d7221
Compare
Choose a tag to compare

Bugfixes

  • 'themeGet' not found in 'styled-system' (#880)
  • resolve lerna warnings by bumping packages to be consistent (#802)
  • fix Storybook configuration and sub-package stories (#810)
  • fix style bug on popover docs page by disabling stories slot (#824)
  • update prettier hook apply (#828)

Features

  • integrate ESLint into Design System (#832)

pcln-icons v3.1.1

14 Jul 20:53
bf95892
Compare
Choose a tag to compare

fixes issues with the provided SVGs in 3.1.0

pcln-design-system v3.5.3

13 Jul 15:56
1710e30
Compare
Choose a tag to compare

Bugfixes

  • Remove types field from package.json to fix broken TSC builds. We will reintroduce type declarations in an opt-in manner in a future release.

pcln-icons v3.1.0

13 Jul 23:22
3ecf2bb
Compare
Choose a tag to compare

Added 80+ new glyphs to pcln-icons

Added SVGs provided by @wesleymartin85. See the diff in packages/pcln-icons/src/index.js to see the new icons:

https://github.com/priceline/design-system/pull/876/files#diff-d51aeb380e4af32f5ee5f103b7c6d20c

pcln-design-system v3.5.2

24 Jun 15:11
1f6690a
Compare
Choose a tag to compare

Bugfixes

  • Replace internal NPM registry URLs with public registry (#854)

pcln-modal v3.4.1

24 Jun 15:12
1f6690a
Compare
Choose a tag to compare

Bugfixes

  • Replace internal NPM registry URLs with public registry (#854)

pcln-design-system v3.5.1

23 Jun 14:42
776d968
Compare
Choose a tag to compare

Bugfixes

  • Resolves issue with missing/incomplete type declaration for some components (#851)