Skip to content

Releases: hypothesis/frontend-shared

v3.0.0

08 Jun 14:03
Compare
Choose a tag to compare

[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 of IconButton #79
  • Add Dialog Component #75
  • Add overlay and fixed-centered layout patterns #73

Changed:

  • Re-order (intended) CSS output and make SASS source directories reflect this #78
  • Simplify routing and pattern component names #76

v2.1.0

19 May 19:50
Compare
Choose a tag to compare

[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

13 May 14:27
Compare
Choose a tag to compare

Breaking changes:

  • Set default type property of buttons to "button" #62

Added:

  • Add Checkbox component and patterns #43
  • Add Panel component and adjust icon registration #60

v1.13.0

28 Apr 17:34
Compare
Choose a tag to compare

[v1.13.0] - 2021-04-28

Added:

  • Add pattern library and support to build and serve pattern library in a local webserver: #39, #38, #37

v1.12.0

27 Apr 20:46
Compare
Choose a tag to compare

Added:

  • Add "cancel" icon SVG #27
  • Add shared base element styling #33
  • Add reset styles and mixins #32

Changed:

  • Add buttonRef prop to buttons #28

Fixed:

  • More accurately define the onClick event type #29
  • Simplification and type improvement in button component #23

v1.11.0

15 Apr 16:11
Compare
Choose a tag to compare

Added

  • Add button components and styles #22
  • Add Makefile and update project configuration #21

v1.10.0

10 Mar 17:16
Compare
Choose a tag to compare

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 and normalizeKeyName into frontend-shared package #22ede8c
  • Move SvgIcon to frontend-shared package #0b02df5
  • Add SASS entry file #0751cdb
  • Add outline-on-keyboard-focus mixin #65dac43