Skip to content
This repository was archived by the owner on Sep 29, 2024. It is now read-only.

Commit f14c3db

Browse files
committed
0.1.0
1 parent 9fb7c2d commit f14c3db

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changes to CSS Typed Object Model
22

3-
### 1.0.0 (March 28, 2018)
3+
### 0.1.0 (April 2, 2018)
4+
5+
- Default export is now `polyfill`
6+
- Parsing existing CSS values is improved
7+
- Secondary underscore-prefixed values removed from `CSSUnitValue`
8+
9+
### 0.0.0 (March 28, 2018)
410

511
- Initial version

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "css-typed-om",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Use CSS Typed Object Model in the browser",
55
"author": "Jonathan Neal <[email protected]>",
66
"license": "CC0-1.0",

0 commit comments

Comments
 (0)