Commit 6ed381e
committed
chore(release): 1.0.0
# [1.0.0](v0.4.1...v1.0.0) (2022-06-25)
### Bug Fixes
* force new version ([82cc051](82cc051))
* get rid of the riff raff ([5ad5ac9](5ad5ac9))
* make media queries obey order of breakpoints ([8887345](8887345))
* remove alpha peer deps ([3e59d3b](3e59d3b))
### Features
* add memoization and update types ([a132c8d](a132c8d))
* allow numbers as media query names ([fa04f47](fa04f47))
* release alpha ([8764b1c](8764b1c))
### Performance Improvements
* concat strings instead of interpolating ([8f1cfb0](8f1cfb0))
* remove memoization, just return the compiled string ([4123031](4123031))
### BREAKING CHANGES
* `styles` instances are now required as a first argument in the initializer1 parent 8764b1c commit 6ed381e
2 files changed
+25
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
1 | 25 | | |
2 | 26 | | |
3 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments