Skip to content

Commit 939a5cd

Browse files
committed
v2.0.0
1 parent 3cfd3be commit 939a5cd

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [v2.0.0] - 2021-05-13
9+
10+
### Breaking changes:
11+
12+
- Set default `type` property of buttons to "button" [#62](https://github.com/hypothesis/frontend-shared/pull/62)
13+
14+
### Added:
15+
16+
- Add Checkbox component and patterns [#43](https://github.com/hypothesis/frontend-shared/pull/43)
17+
- Add `Panel` component and adjust icon registration [#60](https://github.com/hypothesis/frontend-shared/pull/60)
18+
819
## [v1.13.0] - 2021-04-28
920

1021
### Added:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hypothesis/frontend-shared",
3-
"version": "1.13.0",
3+
"version": "2.0.0",
44
"description": "Shared components, styles and utilities for Hypothesis projects",
55
"license": "BSD-2-Clause",
66
"repository": "hypothesis/frontend-shared",

0 commit comments

Comments
 (0)