You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
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
+
8
26
## [v3.13.0] - 2021-10-05
9
27
10
28
- Update margins on spacing patterns [#205](https://github.com/hypothesis/frontend-shared/pull/205)
0 commit comments