Releases: hypothesis/frontend-shared
Releases · hypothesis/frontend-shared
v6.10.1
v6.10.0
Added
- Add preliminary support for rounded corners (
border-radius) by @jaredpdesigns and @acelaya in #1289 - Adjust coloring of checked Checkbox by @jaredpdesigns in #1341
Full Changelog: v6.9.1...v6.10.0
v6.9.1
v6.9.0
v6.8.2
v6.8.1
Fixed
- Export
ToastMessagescomponent and relevant types from main entry point by @acelaya in #1287 - Improve
SelectNextprops API by @acelaya in #1288 - Improve
SelectNextarrow key navigation by @acelaya in #1290 - Fix
SelectNextfocus inconsistencies when mixing mouse and keyboard interaction by @acelaya in #1292
Full Changelog: v6.8.0...v6.8.1
v6.8.0
Added
- Create
SelectNextcomponent replacing Select by @acelaya in #1247 - Allow
[type=number]and[type=password]onInputcomponent by @acelaya in #1248 - Add arrow key navigation
loopoption by @acelaya in #1268 - Make Dialog API more strict depending on
variantby @acelaya in #1256 - Add reusable
ToastMessagescomponent by @acelaya in #1272
Full Changelog: v6.7.0...v6.8.0
v6.7.0
v6.6.0
This release adds a new Textarea component, and the feedback prop to Input, Select and also Textarea, deprecating hasError prop.
Added
- Add feedback prop to input to support dynamic styling by @acelaya in #1196
- Add feedback prop to Select to get it up to speed with Input by @acelaya in #1205
- Add Textarea component by @acelaya in #1204
Deprecated
- Deprecate
hasErrorinSelectandInput. Get the same behavior by providingfeedback="error". By @acelaya
Full Changelog: v6.5.0...v6.6.0
v6.5.0
This release adds a new CloseButton component and extends Dialog to be able to accommodate custom layouts. It also changes uses of tailwind utility class rounded-sm to rounded for elements that should have a default border-radius. It adds a pattern-library prototype page for UI for the import/export project.
Changed
- (Potentially breaking) This package’s
tailwind.presetnow definestheme.extend.borderRadius.DEFAULTvalue that is equivalent to Tailwind’s defaultrounded-smand uses this when the styling intention is for a “default” border-radius size. Local presets have already been updated inclient,viaandlms, so no action should be necessary in those projects. by @lyzadanger in #1143 - Update
Dialogand allies for import/export UI needs by @lyzadanger in #1162
Added
- Add
tabvariant toTaband support styling API by @lyzadanger in #1155 - Establish import/export UI working area and prototype by @lyzadanger in #1156; Refine tabbed-dialog prototype and define component composition by @lyzadanger in #1160
Fixed
- Fix slider transition event by @acelaya in #1157
- Ensure
CloseButtonalways rendered 16px square in panel/dialog headers by @lyzadanger in #1169
Full Changelog: v6.4.0...v6.5.0