Skip to content

Releases: hypothesis/client

v1.1543.0

22 Nov 10:15
Compare
Choose a tag to compare
v1.1543.0 Pre-release
Pre-release
Do not allow leaving __world__ group

v1.1542.0

19 Nov 14:52
Compare
Choose a tag to compare
v1.1542.0 Pre-release
Pre-release
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

18 Nov 11:11
Compare
Choose a tag to compare
v1.1541.0 Pre-release
Pre-release
Update to frontend-shared 8.10.2

v1.1540.0

13 Nov 10:59
Compare
Choose a tag to compare
v1.1540.0 Pre-release
Pre-release
Add group type icons to groups menu

v1.1539.0

12 Nov 13:56
Compare
Choose a tag to compare
v1.1539.0 Pre-release
Pre-release
Adjust styles for new Lockicon

v1.1538.0

11 Nov 14:02
Compare
Choose a tag to compare
v1.1538.0 Pre-release
Pre-release
Make sure Selects are opening before querying options

v1.1537.0

06 Nov 17:00
Compare
Choose a tag to compare
v1.1537.0 Pre-release
Pre-release
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

06 Nov 14:21
Compare
Choose a tag to compare
v1.1536.0 Pre-release
Pre-release
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

06 Nov 09:48
Compare
Choose a tag to compare
v1.1535.0 Pre-release
Pre-release
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

05 Nov 09:33
Compare
Choose a tag to compare
v1.1534.0 Pre-release
Pre-release
Avoid export format descriptions cropping