Skip to content

Releases: hypothesis/client

v1.1523.0

04 Oct 07:45
Compare
Choose a tag to compare
v1.1523.0 Pre-release
Pre-release
Rename standalone formatDateTime to formatSortableDateTime

v1.1522.0

30 Sep 11:25
Compare
Choose a tag to compare
v1.1522.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.31.0 to 8.32.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.31.0...8.32.0)

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

---
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.1521.0

23 Sep 12:37
Compare
Choose a tag to compare
v1.1521.0 Pre-release
Pre-release
Bump fetch-mock from 11.1.3 to 11.1.4

Bumps [fetch-mock](https://github.com/wheresrhys/fetch-mock/tree/HEAD/packages/fetch-mock) from 11.1.3 to 11.1.4.
- [Release notes](https://github.com/wheresrhys/fetch-mock/releases)
- [Changelog](https://github.com/wheresrhys/fetch-mock/blob/main/packages/fetch-mock/CHANGELOG.md)
- [Commits](https://github.com/wheresrhys/fetch-mock/commits/fetch-mock-v11.1.4/packages/fetch-mock)

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

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

v1.1520.0

20 Sep 12:28
Compare
Choose a tag to compare
v1.1520.0 Pre-release
Pre-release
  • Only apply selector filters to threads, not replies
    #6562

v1.1519.0

16 Sep 12:20
Compare
Choose a tag to compare
v1.1519.0 Pre-release
Pre-release
Bump tailwindcss from 3.4.10 to 3.4.11

Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.10 to 3.4.11.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.11/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.10...v3.4.11)

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

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

v1.1518.0

12 Sep 13:56
Compare
Choose a tag to compare
v1.1518.0 Pre-release
Pre-release
Fix annotations highlights not rendered in Firefox 130

v1.1517.0

09 Sep 11:41
Compare
Choose a tag to compare
v1.1517.0 Pre-release
Pre-release
Prevent accidental miss-clicks outside multi-select checkboxes

v1.1516.0

09 Sep 11:25
Compare
Choose a tag to compare
v1.1516.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.28.0 to 8.29.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.28.0...8.29.0)

Updates `@sentry/cli` from 2.34.1 to 2.35.0
- [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.34.1...2.35.0)

---
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-minor
  dependency-group: sentry
...

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

v1.1515.0

04 Sep 14:19
Compare
Choose a tag to compare
v1.1515.0 Pre-release
Pre-release
Bump rollup from 4.21.0 to 4.21.2 in the rollup group

Bumps the rollup group with 1 update: [rollup](https://github.com/rollup/rollup).


Updates `rollup` from 4.21.0 to 4.21.2
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.21.0...v4.21.2)

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

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

v1.1514.0

28 Aug 08:42
Compare
Choose a tag to compare
v1.1514.0 Pre-release
Pre-release
Copy KaTeX fonts as binary rather than text files

Set the `encoding` option to `false` [1] when copying KaTeX fonts so they are
treated as binary rather than text. This fixes an issue where the fonts were
corrupted in the process.

[1] https://gulpjs.com/docs/en/api/src/#options

Fixes https://github.com/hypothesis/client/issues/6526