File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,28 @@ 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+ ## [ v3.0.0] - 2021-06-08
9+
10+ ` Dialog ` , ` Modal ` and ` ConfirmModal ` components added.
11+
12+ All CSS classes generated are now prefixed with ` .hyp- ` (utilities and
13+ patterns: private to package) or ` .Hyp- ` (component CSS classes, public).
14+
15+ Adds styling for a ` dark ` variant of ` IconButton ` .
16+
17+ ### Added:
18+
19+ - Add prefixes to all component class names to prevent collisions [ #90 ] ( https://github.com/hypothesis/frontend-shared/pull/90 )
20+ - ` Modal ` , ` ConfirmModal ` components and design patterns [ #88 ] ( https://github.com/hypothesis/frontend-shared/pull/88 )
21+ - Add styling for ` dark ` variant of ` IconButton ` [ #79 ] ( https://github.com/hypothesis/frontend-shared/pull/79 )
22+ - Add Dialog Component [ #75 ] ( https://github.com/hypothesis/frontend-shared/pull/75 )
23+ - Add ` overlay ` and ` fixed-centered ` layout patterns [ #73 ] ( https://github.com/hypothesis/frontend-shared/pull/73 )
24+
25+ ### Changed:
26+
27+ - Re-order (intended) CSS output and make SASS source directories reflect this [ #78 ] ( https://github.com/hypothesis/frontend-shared/pull/78 )
28+ - Simplify routing and pattern component names [ #76 ] ( https://github.com/hypothesis/frontend-shared/pull/76 )
29+
830## [ v2.1.0] - 2021-05-19
931
1032### Added:
Original file line number Diff line number Diff line change 11{
22 "name" : " @hypothesis/frontend-shared" ,
3- "version" : " 2.1 .0" ,
3+ "version" : " 3.0 .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