Releases: hypothesis/frontend-shared
Releases · hypothesis/frontend-shared
v10.1.0
What's Changed
- Migrate pattern library site and tests to Tailwind v4 by @robertknight in #2084
Full Changelog: v10.0.0...v10.1.0
v10.0.0
What's Changed
Native browser support for :focus-visible
is now required as this library no longer supports the polyfill. This change makes migration to Tailwind v4 easier.
- Replace focus-ring-visible usage with Tailwind's built-in equivalent by @robertknight in #2083
Full Changelog: v9.9.3...v10.0.0
v9.9.3
What's Changed
- Render lazy-loaded components synchronously if already loaded by @robertknight in #2074
Full Changelog: v9.9.2...v9.9.3
v9.9.2
What's Changed
- Wrap Checkbox and RadioButton children in a span by @robertknight in #2068
Full Changelog: v9.9.1...v9.9.2
v9.9.1
What's Changed
- Prevent checkbox / radio button icon from being clipped when label is long by @robertknight in #2067
Full Changelog: v9.9.0...v9.9.1
v9.9.0
v9.8.0
What's Changed
- Support callback returning ES module in
lazy
utility by @robertknight in #2050
Full Changelog: v9.7.0...v9.8.0
v9.7.0
What's Changed
- Add
lazy
utility to create lazy-loading UI components by @robertknight in #2035
Full Changelog: v9.6.1...v9.7.0
v9.6.1
What's Changed
- Set
NODE_ENV=production
when building npm package by @robertknight in #2034
Full Changelog: v9.6.0...v9.6.1
v9.6.0
What's Changed
- Disable mangling of names when building minified bundles by @robertknight in #2027
- Support setting
transition-delay
in Slider by @robertknight in #2026
Full Changelog: v9.5.1...v9.6.0