Releases: magicsoup-io/magicsoup-stock
Releases · magicsoup-io/magicsoup-stock
cursor: pointer for <Button /> and <Link />
No code changes
- Moved
jest
to devDependencies - Moved
styled-components
to dependencies
<Container /> styles in theme.js
Setting an overall Container size in theme.js:
Container: {
maxWidth: 990,
}
Add <Container />
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
- Fixing failing tests
Variant support for headlines
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!
0.0.5
Switch to commonjs2 build
- To support SSR, especially for gatsby we bundle the package with commonjs.
0.0.3
- Fix issue
boxSizing: 'border-box';
->box-sizing: border-box;
- Optimize webpack to bundle file size < 1.8kb
Releasing first usable version
We made everything ready to publish the package to npm.