Skip to content

Commit

Permalink
v3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lyzadanger committed Sep 2, 2021
1 parent fe5ccb0 commit 3365559
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.0] - 2021-09-02

Adds `Table` component. Adds `containerRef` prop to all container components.
Removes old Pattern Library components.

### Breaking Changes

- Pattern Library: Remove unused `PatternPage` component module and its styles [#4856b90](https://github.com/hypothesis/frontend-shared/commit/4856b906f88e0dd3d874c71a9c735746422f2fcb) -- older `Pattern*` components are no longer available: use `Library.*` components

### Added

- Add `Table` component [#174](https://github.com/hypothesis/frontend-shared/pull/174)
- Make all container components take `containerRef`; consolidate tests [#172](https://github.com/hypothesis/frontend-shared/pull/172)

### Changed

- Convert remaining pattern library pages to newer `Library` components [#175](https://github.com/hypothesis/frontend-shared/pull/175)

## [v3.7.0] - 2021-08-12

Updates the visual style of `Spinner`. Adds `Scrollbox` container component.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hypothesis/frontend-shared",
"version": "3.7.0",
"version": "3.8.0",
"description": "Shared components, styles and utilities for Hypothesis projects",
"license": "BSD-2-Clause",
"repository": "hypothesis/frontend-shared",
Expand Down

0 comments on commit 3365559

Please sign in to comment.