Skip to content

Releases: magicsoup-io/magicsoup-stock

cursor: pointer for <Button /> and <Link />

09 Feb 13:33
Compare
Choose a tag to compare

No code changes

08 Feb 10:21
Compare
Choose a tag to compare
  • Moved jest to devDependencies
  • Moved styled-components to dependencies

<Container /> styles in theme.js

07 Feb 13:46
Compare
Choose a tag to compare

Setting an overall Container size in theme.js:

  Container: {
      maxWidth: 990,
  }

Add <Container />

06 Feb 17:55
Compare
Choose a tag to compare

A base <Container /> is used to wrap the content of your websites. It as per default a auto margin left/right, a max width and a small padding for smaller screens.

Bundlesize < 2.2kb

05 Feb 22:54
Compare
Choose a tag to compare
  • Fixing failing tests

Variant support for headlines

05 Feb 22:45
Compare
Choose a tag to compare

To avoid creating <H1 />, <H2 /> etc. for your websites you can define variants in the theme. Read https://github.com/magicsoup-io/magicsoup-stock/tree/master/src/components/Heading

Bundlesize < 1.7kb!

04 Feb 12:31
Compare
Choose a tag to compare

Switch to commonjs2 build

04 Feb 12:30
Compare
Choose a tag to compare
  • To support SSR, especially for gatsby we bundle the package with commonjs.

0.0.3

01 Feb 16:34
bc9ebda
Compare
Choose a tag to compare
  • Fix issue boxSizing: 'border-box'; -> box-sizing: border-box;
  • Optimize webpack to bundle file size < 1.8kb

Releasing first usable version

31 Jan 18:54
Compare
Choose a tag to compare

We made everything ready to publish the package to npm.