Skip to content

Commit eb07de7

Browse files
committed
v3.14.0
1 parent 6849edf commit eb07de7

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ 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.14.0] - 2021-10-26
9+
10+
### Added
11+
12+
- Add all icons and add new Icon component [#221](https://github.com/hypothesis/frontend-shared/pull/221), revise icon registration API [#217](https://github.com/hypothesis/frontend-shared/pull/217)
13+
- Add `link` pattern and `Link` component [#211](https://github.com/hypothesis/frontend-shared/pull/211)
14+
- Bring accessibility- and focus-related mixins and utils into package [#220](https://github.com/hypothesis/frontend-shared/pull/220)
15+
16+
### Changed
17+
18+
- Convert bundling to use Rollup [#213](https://github.com/hypothesis/frontend-shared/pull/213)
19+
- Split pattern library SASS and remove remaining resets and element styles [#212](https://github.com/hypothesis/frontend-shared/pull/212), update CSS normalization [#209](https://github.com/hypothesis/frontend-shared/pull/209)
20+
- Adjust selectors and classname for headers in Panels/Dialogs [#210](https://github.com/hypothesis/frontend-shared/pull/210)
21+
22+
### Deprecated
23+
24+
- `registerIcons` deprecated in favor of `registerIcon` in [#217](https://github.com/hypothesis/frontend-shared/pull/217)
25+
826
## [v3.13.0] - 2021-10-05
927

1028
- Update margins on spacing patterns [#205](https://github.com/hypothesis/frontend-shared/pull/205)

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": "3.13.0",
3+
"version": "3.14.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)