From eb07de78939ceaaa3a5387af1e326463b5448633 Mon Sep 17 00:00:00 2001 From: Lyza Danger Gardner Date: Tue, 26 Oct 2021 13:04:49 -0400 Subject: [PATCH] v3.14.0 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dee991e1..5fdcb4ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v3.14.0] - 2021-10-26 + +### Added + +- 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) +- Add `link` pattern and `Link` component [#211](https://github.com/hypothesis/frontend-shared/pull/211) +- Bring accessibility- and focus-related mixins and utils into package [#220](https://github.com/hypothesis/frontend-shared/pull/220) + +### Changed + +- Convert bundling to use Rollup [#213](https://github.com/hypothesis/frontend-shared/pull/213) +- 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) +- Adjust selectors and classname for headers in Panels/Dialogs [#210](https://github.com/hypothesis/frontend-shared/pull/210) + +### Deprecated + +- `registerIcons` deprecated in favor of `registerIcon` in [#217](https://github.com/hypothesis/frontend-shared/pull/217) + ## [v3.13.0] - 2021-10-05 - Update margins on spacing patterns [#205](https://github.com/hypothesis/frontend-shared/pull/205) diff --git a/package.json b/package.json index 5be3c914..925d8317 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hypothesis/frontend-shared", - "version": "3.13.0", + "version": "3.14.0", "description": "Shared components, styles and utilities for Hypothesis projects", "license": "BSD-2-Clause", "repository": "hypothesis/frontend-shared",