Releases: hypothesis/frontend-shared
Releases · hypothesis/frontend-shared
v3.0.0
[v3.0.0] - 2021-06-08
Dialog
, Modal
and ConfirmModal
components added.
All CSS classes generated are now prefixed with .hyp-
(utilities and
patterns: private to package) or .Hyp-
(component CSS classes, public).
Adds styling for a dark
variant of IconButton
.
Added:
- Add prefixes to all component class names to prevent collisions #90
Modal
,ConfirmModal
components and design patterns #88- Add styling for
dark
variant ofIconButton
#79 - Add Dialog Component #75
- Add
overlay
andfixed-centered
layout patterns #73
Changed:
v2.1.0
[v2.1.0] - 2021-05-19
Added:
- Establish basic color patterns #70
- Add colors page to pattern library #306d501
- Add
colors
utility classes with foreground, background classes #a756276 - Add columnar actions pattern (
.hyp-actions--column
) and examples #ad72271
Changed:
- Remove
justify-content
rule from buttons #f232224 - Add clarification on availability of mixins #69
- Refactor greyscale colors #237ef0a
Breaking changes:
- Prefix all utility and pattern classes with
.hyp-
and update docs #66
v2.0.0
v1.13.0
v1.12.0
v1.11.0
v1.10.0
Added
- Add
yarn push
to be able to link to the client for development #8 - Add commands for testing / lint / typecheck / format #1
- Move
useElementShouldClose
andnormalizeKeyName
into frontend-shared package #22ede8c - Move
SvgIcon
to frontend-shared package #0b02df5 - Add SASS entry file #0751cdb
- Add
outline-on-keyboard-focus
mixin #65dac43