File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments