Skip to content

Releases: hypothesis/client

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

v1.1533.0

04 Nov 14:20
Compare
Choose a tag to compare
v1.1533.0 Pre-release
Pre-release
Ignore "fake" window unload events in PortRPC

In VitalSource custom/synthetic "unload" events are dispatched at the book's
container frame when switching chapters. Make sure these don't trigger the code
in the `PortRPC` class that is meant to be called when the window is unloaded.

These synthetic events were triggered after every chapter navigation. In Safari
<= 15 the second and subsequent events would cause an error in the
`currentWindow.parent.postMessage` call because the port had already been
transferred after the first event was handled.

v1.1532.0

04 Nov 13:43
Compare
Choose a tag to compare
v1.1532.0 Pre-release
Pre-release
Bump the sentry group with 2 updates

Bumps the sentry group with 2 updates: [@sentry/browser](https://github.com/getsentry/sentry-javascript) and [@sentry/cli](https://github.com/getsentry/sentry-cli).


Updates `@sentry/browser` from 8.35.0 to 8.36.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-javascript/compare/8.35.0...8.36.0)

Updates `@sentry/cli` from 2.38.0 to 2.38.1
- [Release notes](https://github.com/getsentry/sentry-cli/releases)
- [Changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-cli/compare/2.38.0...2.38.1)

---
updated-dependencies:
- dependency-name: "@sentry/browser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: sentry
- dependency-name: "@sentry/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: sentry
...

Signed-off-by: dependabot[bot] <[email protected]>

v1.1531.0

30 Oct 14:50
Compare
Choose a tag to compare
v1.1531.0 Pre-release
Pre-release
Show "Leave group" option for open and restricted groups that user is…

v1.1530.0

28 Oct 14:09
Compare
Choose a tag to compare
v1.1530.0 Pre-release
Pre-release
Bump typescript-eslint from 8.10.0 to 8.11.0

Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.10.0 to 8.11.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.11.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

v1.1529.0

23 Oct 13:14
Compare
Choose a tag to compare
v1.1529.0 Pre-release
Pre-release
Remove Flipgrid embed support

Flipgrid no longer exists. URLs like https://flipgrid.com/s/030475b8ceff and the
embedded variant (`?embed=true`) take you to a PDF file [1] telling you about the
retirement of the service.

[1] https://cdn-dynmedia-1.microsoft.com/is/content/microsoftcorp/microsoft/final/en-us/microsoft-product-and-services/microsoft-education/downloadables/flip-ms-edu.pdf

v1.1528.0

21 Oct 14:49
Compare
Choose a tag to compare
v1.1528.0 Pre-release
Pre-release
Bump tailwindcss from 3.4.13 to 3.4.14

Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.13 to 3.4.14.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.14/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.13...v3.4.14)

---
updated-dependencies:
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

v1.1527.0

15 Oct 13:45
Compare
Choose a tag to compare
v1.1527.0 Pre-release
Pre-release
  • Initialize route state in store before fetching groups
    #6614