This release primarily contains a bugfix for a Node.js-specific regression in the previous release; see #19145 and #19149 for context. Moreover, improvements for the annotation editor are included.
Changes since v4.9.124
- Bump the stable version in
pdfjs.config
by @timvandermeij in #19139 - Fix the clickable area for rotated ink annotations by @calixteman in #19142
- [Editor] Don't focus a newly added drawing if it isn't visible on screen by @calixteman in #19144
- [Editor] Make ink annotation editable by @calixteman in #19151
- Add test cases for redirected responses by @Rob--W in #19074
- Annotation deletion popup (bug 1899731) by @ryzokuken in #18900
- [Editor] Corrrectly get the words from the alt-text when reporting the telemetry (bug 1929311) by @calixteman in #19155
- Fix unused css variables (follow-up of #18900) by @calixteman in #19160
- Introduce
Promise.try()
usage in the code-base by @Snuffleupagus in #19161 - Correctly wait for the editor mode when double clicking on an annotation in integration tests by @calixteman in #19163
- Ensure that the
.toggleButton
, as used in the findbar, always have visible hover/focus state (issue 19165) by @Snuffleupagus in #19172 - [Editor] Correctly update the current drawing when zooming by @calixteman in #19174
- Avoid to display an alert or a confirm dialog if the message is empty by @calixteman in #19177
- Prevent Webpack from resolving
import.meta.url
statements during building (issue 19145) by @Snuffleupagus in #19149