Skip to content

Commit db8ddab

Browse files
committed
Release v1.0.0
1 parent 45a85ff commit db8ddab

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Spruce CSS Changelog
22

3+
## v1.0.0 (2022-08-13)
4+
5+
### New features
6+
- Add new form element stylings: `.form-file`, `.form-range`, `.form-switch`.
7+
- Add different input display options under `.form-group`.
8+
- Add a small set of [print styles](https://sprucecss.com/docs/getting-started/print).
9+
- Add an optional [cookie helper script](https://sprucecss.com/docs/getting-started/js).
10+
11+
### Improvements
12+
- Add `.quote` as a helper for cited blockquote.
13+
14+
### Bugfix
15+
- Fix color input.
16+
17+
And a lot more minor changes and fixes.
18+
319
## v0.10.0 (2022-07-08)
420

521
### New features

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sprucecss",
3-
"version": "0.10.0",
3+
"version": "1.0.0",
44
"description": "Spruce CSS - Another CSS Framework",
55
"keywords": [
66
"css",

0 commit comments

Comments
 (0)