Releases: hypothesis/frontend-shared
Releases · hypothesis/frontend-shared
v4.5.0
[v4.5.0] - 2022-01-31
Significant updates to dependencies in this package. The pattern library now styles
itself with Tailwind.
Breaking
- Projects using the pattern-library SASS entrypoint at
styles/librarymust enable
tailwind layers (base,componentsandutilities) beforehand.
Changed
- Add text colors to tailwind preset #303
- Enable and use Tailwind in pattern library #293
- Extend tailwind preset with more goodies and support #258
- Enable tailwind for local pattern-library #257
- Upgrade tailwind and add touch-size minimum to preset #245
- Add dependabot configuration #244
- Update Foundations pages #6bc1659
- Remove external pattern-library CSS (unused) #6b735b0
v4.4.0
v4.3.0
v4.2.0
v4.1.0
v4.0.0
Breaking changes
This package is now published exclusively as an ES module package. The CommonJS
build has been removed. Downstream projects will need to use tools (eg. bundlers)
that understand ES modules and any references to the CommonJS build (
@hypothesis/frontend-shared/lib-cjs/...) will need to be updated to reference
the ES module files (@hypothesis/frontend-shared/lib/...).
Full Changelog: v3.14.0...v4.0.0
v3.14.0
[v3.14.0] - 2021-10-26
Added
- Add all icons and add new Icon component #221, revise icon registration API #217
- Add
linkpattern andLinkcomponent #211 - Bring accessibility- and focus-related mixins and utils into package #220
Changed
- Convert bundling to use Rollup #213
- Split pattern library SASS and remove remaining resets and element styles #212, update CSS normalization #209
- Adjust selectors and classname for headers in Panels/Dialogs #210
Deprecated
registerIconsdeprecated in favor ofregisterIconin #217