Releases: hypothesis/client
Releases · hypothesis/client
v1.1543.0
Do not allow leaving __world__ group
v1.1542.0
Bump tailwindcss from 3.4.14 to 3.4.15 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.14 to 3.4.15. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.15/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.14...v3.4.15) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
v1.1541.0
Update to frontend-shared 8.10.2
v1.1540.0
Add group type icons to groups menu
v1.1539.0
Adjust styles for new Lockicon
v1.1538.0
Make sure Selects are opening before querying options
v1.1537.0
Fix sidebar container initialization when "clean" theme is used When the "clean" theme is used, the sidebar's toggle button is not created and constructing the `DragHandler` failed because it was passed a `null` target. Update the types in `ToolbarController.sidebarToggleButton` to reflect that the value can be null and handle this in `Sidebar` by not initializing `_dragResizeHandler` in this case.
v1.1536.0
Update browser baseline for boot script The client's boot script supports older browsers than the rest of the client so it can log a warning if it can't start in "somewhat" older browsers. Update the boot script's supported officially browsers from ~2013 (IE 11) to ~2017 (Safari 11), although the code will probably still run in older browsers. This allows dropping an async/await Babel plugin, although async is not actually used in the current boot script.
v1.1535.0
Replace hammer.js with local code Hammer.js is used to facilitate resizing the sidebar by dragging the sidebar button. For this use case, we can avoid a dependency which is not actively maintained, get more visibility into what the code is doing and make testing easier by using a small amount of our own code. In the process the tests for drag resizing in the sidebar were refactored to avoid referencing private fields of `Sidebar` and mocking `getComputedStyle`. The user-facing behavior should be unchanged.
v1.1534.0
Avoid export format descriptions cropping