Skip to content

Commit 580ca7f

Browse files
committed
v3.0.0
1 parent b99cb4e commit 580ca7f

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@ 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+
## [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:

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": "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",

0 commit comments

Comments
 (0)