All Versions
117
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v0.13.0-beta.4 Changes
- ๐ bugfix: Fix
document is not defined
when rendering server side
- ๐ bugfix: Fix
-
v0.13.0-beta.3 Changes
- โก๏ธ update
.npmignore
to ignorestories
folder, yarn error log
- โก๏ธ update
-
v0.13.0-beta.2 Changes
- ๐ bugfix: Update
tsconfig.json
to ignorestories
folder. This caused the outputted files to not be in the root directory and breaking the imports.
- ๐ bugfix: Update
-
v0.13.0-beta.1 Changes
- ๐ bugfix: Properly assign important tag to
GridLoader
width prop.
- ๐ bugfix: Properly assign important tag to
-
v0.13.0-alpha.5 Changes
- ๐ bugfix: Update
GridLoader
height/width withimportant
tag to prevent overwrites from outside css.
- ๐ bugfix: Update
-
v0.13.0-alpha.4 Changes
- ๐ Feature: Add support for custom props in all loaders.
- ๐ Feature: Removed
@emotion/react
as a dependency. - ๐ Feature: Update
RiseLoader
rise amount of usesize
prop instead of hardcoded as 30px.
-
v0.13.0-alpha.3 Changes
- ๐ Feature: Add support for custom props in BarLoader
-
v0.13.0-alpha.2 Changes
- โ Added react testing library
- โ added basic tests for BarLoader
- ๐ bugfix: add
display: inherit
on barloader to fix issue where nothing shows up on page.
-
v0.13.0-alpha.1 Changes
- Rewrite BarLoader as functional component. Use vanilla javascript to inject keyframes, and removing emotion from the component.
-
v0.12.0 Changes
- ๐ Feature: output commonjs, es module, and umd file types.
- ๐ Feature: add support for react 18 #464