From 610ef4cb82f4a276336684a91510cd3fa532e1be Mon Sep 17 00:00:00 2001 From: Lyza Danger Gardner Date: Thu, 12 Aug 2021 07:55:57 -0400 Subject: [PATCH] v3.7.0 --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adda346b..7d210e98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,33 @@ 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.7.0] - 2021-08-12 + +Updates the visual style of `Spinner`. Adds `Scrollbox` container component. + +### Added + +- Add Scrollbox container component [#170](https://github.com/hypothesis/frontend-shared/pull/170) +- Introduce a `table` pattern [#168](https://github.com/hypothesis/frontend-shared/pull/168) +- Add "scrollbox" pattern [#166](https://github.com/hypothesis/frontend-shared/pull/166) + +### Changed + +- Extract some reusable sample components and refactor Dialog examples [#169](https://github.com/hypothesis/frontend-shared/pull/169) +- Convert remaining patterns pages to newer Library components [#164](https://github.com/hypothesis/frontend-shared/pull/164) +- Add a very simple introductory page to the pattern library [#167](https://github.com/hypothesis/frontend-shared/pull/167) +- Update color foundations page to newer components [#160](https://github.com/hypothesis/frontend-shared/pull/160) +- Convert container-patterns page to newer Library components [#161](https://github.com/hypothesis/frontend-shared/pull/161) +- Update developer documentation: `yalc`, development workflow [#147](https://github.com/hypothesis/frontend-shared/pull/147) +- Only mock local components [#156](https://github.com/hypothesis/frontend-shared/pull/156) +- Remove remaining prop-types usage [#155](https://github.com/hypothesis/frontend-shared/pull/155) +- Make spinner visual treatment work better in various sizes [#154](https://github.com/hypothesis/frontend-shared/pull/154) + +### Fixed + +- Fix icon naming for Spinner component [#150](https://github.com/hypothesis/frontend-shared/pull/150) +- Do not hard-code `localhost` in web template asset paths [#165](https://github.com/hypothesis/frontend-shared/pull/165) + ## [v3.6.0] - 2021-07-19 Adds ability to opt out of `Dialog`, `Modal` focus handling and fixes focus diff --git a/package.json b/package.json index a5d421d6..76089ffa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hypothesis/frontend-shared", - "version": "3.6.0", + "version": "3.7.0", "description": "Shared components, styles and utilities for Hypothesis projects", "license": "BSD-2-Clause", "repository": "hypothesis/frontend-shared",