Releases: hypothesis/frontend-shared
Releases · hypothesis/frontend-shared
v3.9.0
v3.8.1
v3.8.0
[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 -- olderPattern*
components are no longer available: useLibrary.*
components
Added
Changed
- Convert remaining pattern library pages to newer
Library
components #175
v3.7.0
[v3.7.0] - 2021-08-12
Updates the visual style of Spinner
. Adds Scrollbox
container component.
Added
Changed
- Extract some reusable sample components and refactor Dialog examples #169
- Convert remaining patterns pages to newer Library components #164
- Add a very simple introductory page to the pattern library #167
- Update color foundations page to newer components #160
- Convert container-patterns page to newer Library components #161
- Update developer documentation:
yalc
, development workflow #147 - Only mock local components #156
- Remove remaining prop-types usage #155
- Make spinner visual treatment work better in various sizes #154
v3.6.0
[v3.6.0] - 2021-07-19
Adds ability to opt out of Dialog
, Modal
focus handling and fixes focus
mixins to work without the https://github.com/WICG/focus-visible polyfill.
Changed
- Add ability to opt out of focus control for
Dialog
,Modal
#146 - Library layout components, simplified #144
Fixed
- Make
:focus-visible
rules work when polyfill not present #145
v3.5.0
v3.4.0
v3.3.0
[v3.3.0] - 2021-06-28
Updates Modal
to allow overflow/scrolling of content. Adds numerous simple
components for laying out and styling content.
Added
- Wrap
Frame
,Card
andActions
patterns with components #122 - Text input patterns and simple components #114
- Allow for overflow constraints on content within Modals #112
- Add additional utility mixins and classes #110
Changed
- Refine structure and naming of Pattern-library components and sections #113
- Adjust utils and patterns based on real-world use #111