Skip to content

Commit 1c7563d

Browse files
author
Kyle Keating
committed
v1.12.0
Update changelog
1 parent a3f42bc commit 1c7563d

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ 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+
## [v1.12.0] - 2021-04-27
9+
10+
### Added:
11+
12+
- Add "cancel" icon SVG [#27](https://github.com/hypothesis/frontend-shared/pull/27)
13+
- Add shared base element styling [#33](https://github.com/hypothesis/frontend-shared/pull/33)
14+
- Add reset styles and mixins [#32](https://github.com/hypothesis/frontend-shared/pull/32)
15+
16+
### Changed:
17+
18+
- Add `buttonRef` prop to buttons [#28](https://github.com/hypothesis/frontend-shared/pull/28)
19+
20+
### Fixed:
21+
22+
- More accurately define the onClick event type [#29](https://github.com/hypothesis/frontend-shared/pull/29)
23+
- Simplification and type improvement in button component [#23](https://github.com/hypothesis/frontend-shared/pull/23)
24+
825
## [v1.11.0] - 2021-04-15
926

1027
### 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.11.0",
3+
"version": "1.12.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)