Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ungoldman committed May 8, 2022
1 parent 6af631d commit 7bd3a06
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,30 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [2.0.0-0](https://github.com/ungoldman/style.css/releases/v2.0.0-0) - 2022-05-07

**ALPHA RELEASE**

This release is currently only available on the `next` dist-tag.

Install like this:

```
npm install style.css@next
```

Or try it out via CDN:

```
https://unpkg.com/style.css@next
```

### Breaking Changes

- Now includes dark mode. Switches between light & dark themes automatically based on user's system settings.
- Reworked colors, fonts, header sizes.
- Many miscellaneous tweaks. Will document when release is stable.

## [1.0.3](https://github.com/ungoldman/style.css/releases/v1.0.3) - 2022-03-16

### Fixes
Expand Down

0 comments on commit 7bd3a06

Please sign in to comment.