Releases: duckduckgo/content-scope-scripts
Releases · duckduckgo/content-scope-scripts
4.21.2
4.24.0
4.23.0
- Add changelog script to be externally callable (#626)
- Bump typescript from 5.1.3 to 5.1.6 (#623)
- Bump @fingerprintjs/fingerprintjs from 3.4.1 to 3.4.2 (#625)
- Bump @typescript-eslint/parser from 5.61.0 to 5.62.0 (#624)
- Fix the error class in sensor API override (#618)
- Add an ESLint rule to prevent private methods for now. (#620)
- Replace private method support with _ (#617)
- Bump @typescript-eslint/eslint-plugin from 5.60.1 to 5.61.0 (#616)
- Bump immutable-json-patch from 5.1.2 to 5.1.3 (#613)
- Bump puppeteer from 20.7.3 to 20.8.0 (#614)
- Bump esbuild from 0.17.19 to 0.18.11 (#615)
- Bump eslint from 8.42.0 to 8.44.0 (#605)
- Bump rollup from 3.24.0 to 3.26.2 (#612)
- Bump @types/chrome from 0.0.238 to 0.0.240 (#611)
- Bump @typescript-eslint/parser from 5.59.9 to 5.61.0 (#607)
- Set Facebook Click to Load breakage flags (#610)
4.22.4
4.22.3
Changes between 4.22.1 and 4.22.3
click-to-load
1014a0fe 2023-06-28 | Click to Load - Facebook login - mobile (#586) [Franciele Faccin]
- M src/features/click-to-load.js
- A src/features/click-to-load/assets/ctl-login-button.css
- M src/features/click-to-load/assets/ctl-placeholder-block.css
- A src/features/click-to-load/assets/shared.css
- D src/features/click-to-load/assets/variables.css
- A src/features/click-to-load/components/ctl-login-button.js
- M src/features/click-to-load/components/ctl-placeholder-blocked.js
- M src/features/click-to-load/ctl-assets.js
- M src/features/click-to-load/ctl-config.js
- M src/features/click-to-load/ctl-messaging-transport.js
duck-player
d7415b9f 2023-06-29 | fix(duckplayer): fix overlays on shorts (#603) (HEAD -> main, tag: 4.22.2, origin/main) [Shane Osbourne]
- M src/features/duck-player.js
- M src/features/duckplayer/overlays.js
4.22.1
Changes between 4.22.0 and 4.22.1
click-to-load
4750d59e 2023-06-23 | Update Click to Load copy and translations (#590) [Franciele Faccin]
- M src/features/click-to-load.js
- M src/features/click-to-load/ctl-config.js
duck-player
87b8d1e3 2023-06-26 | fix(duckplayer): prevent stale references to DOM nodes (#595) (HEAD -> main, origin/main) [Shane Osbourne]
- M src/features/duckplayer/video-overlay-manager.js
4f851789 2023-06-26 | fix(duckplayer): ensure overlay shows when DOM is added incrementally (#593) [Shane Osbourne]
- M src/features/duckplayer/video-overlay-manager.js
4.22.0
4.17.1 (hotfix)
- fix(duck-player): hotfix: capture the correct url before a click occurs Shane Osbourne 5433953
4.21.1
- fix(duck-player): capture the correct url before a click occurs (#579) Shane Osbourne ea5b5fc
- Add new Messaging format to Click to Load (#546) Franciele Faccin f41a73c
- Stop event propagation for CTL clicks, to avoid conflict with the page trying to handle the video instead of us on unblocking (#576) 86351d2
- Fix issue to get accurate iframe video src (#573) 4cda6ca