Skip to content

v1.22.0

Compare
Choose a tag to compare
@marbemac marbemac released this 11 Dec 09:49
· 311 commits to master since this release
d149b95

1.22.0 (2018-12-11)

Bug Fixes

  • box: as is optional (4931c5b)
  • checkbox: allow overriding of theme props through attributes (92fac6f)
  • merge: oops (d18e53a)
  • provider: update react hook (f95265e)
  • sigils: prefix theme props with @ where appropriate (35c6ec2)
  • specificity: re-order rules to run in proper css order (1c2534d)
  • storybook: move storybook back under src (1e6336f)
  • table: add table to theme (27ac0d9)
  • typings: fixes box typings (a189b62)
  • typings: remove Valueof in favor of more explicit (5d4f6ec)
  • as usage (251ed22)
  • change type in CodeEditor (ae67629)
  • deprecation warning SFC -> FunctionComponent (5d8ce7f)
  • forward refs properly (ee736c0)
  • remove ThemeConsumer from Portal (bd5b3c4)
  • use emotion's jsx in favor of createElement (052f3d2)

Features

  • rule: update style rule to check mutliple theme path (2fbe926)
  • convert Heading (47a2a11)
  • sigil: SL-677 add support for sigil (e565940)
  • convert BlockQuote, List and Table (36fd697)
  • convert Break (f62d082)
  • convert Checkbox and Toggle + adjustments (4ac4e9c)
  • convert CodeEditor (e5c0705)
  • convert ContextMenu (3946a83)
  • convert Icon + adjust Box (d921190)
  • convert Image (fd2660d)
  • convert Input (47e7cf2)
  • convert Link (5b22c64)
  • convert Link (4ef4323)
  • convert Menu (25998ca)
  • convert Popup + Mark (1b47fee)
  • convert ScrollBox (9d14c9f)
  • themeprovider: resolve the theme in the theme provider (fc48cb7)
  • convert ScrollList + Select + use Omit from types package (e642259)
  • convert Text (a417df2)
  • convert Textarea (bd9614b)
  • demonstrate integrating styled-system (a396f7e)
  • re-add Portal + index.ts (f61b1b5)
  • reorganize stories + adjust typings (75cc361)