Skip to content

Commit

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

Adds `emptyItemsMessage` to `Table`, reduces CSS specificity of `table` pattern
and fixes web root for the local pattern library.

### Added

- Add `emptyItemsMessage`, reduce CSS specificity for `Table` (`table` pattern) [#193](https://github.com/hypothesis/frontend-shared/pull/193)

### Changed

- Serve pattern library at web root [#192](https://github.com/hypothesis/frontend-shared/pull/192)

## [v3.9.0] - 2021-09-09

Add more options for `TextInput` `type`, and add `classes` prop support to all
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.9.0",
"version": "3.10.0",
"description": "Shared components, styles and utilities for Hypothesis projects",
"license": "BSD-2-Clause",
"repository": "hypothesis/frontend-shared",
Expand Down

0 comments on commit 7b75d79

Please sign in to comment.