Yanzhen Yu
35c6f20164
update console recipes
2026-04-01 12:00:00 +08:00
Justin Halsall
b75140dc62
Allow password to be maskable instead of ignorable ( #65 )
...
* Add password to maskInputOptions on types
* Add password on maskInputOptions to types definition
2026-04-01 12:00:00 +08:00
Yanzhen Yu
e3c93f261d
Release 0.6.2
2026-04-01 12:00:00 +08:00
Yanzhen Yu
789533382b
update roadmap and remove v1.0 warning
2026-04-01 12:00:00 +08:00
Eoghan Murray
f2c5ab096e
Improve parsing of srcset according to whatwg spec ( #74 )
...
* Improve parsing of srcset according to whatwg spec; e.g. srcset="http://example.com/size400,300/img.jpg 640w"
* Trim/normalise the output in order to conform to prior version; solely to keep tests happy
* Add test case for embedded commas in a srcset url as well as support for future possible parenthesis in descriptor string
* Drop 'future proof' test as it causes an error message in test output
2026-04-01 12:00:00 +08:00
Yanzhen Yu
6ffdf28ebe
export speed as props
2026-04-01 12:00:00 +08:00
Yanzhen Yu
00c568ea30
update slack channel link and core team members
2026-04-01 12:00:00 +08:00
Yanzhen Yu
628fee9292
Release 1.1.2
2026-04-01 12:00:00 +08:00
Yanzhen Yu
25432a1ef1
by pass all options to rrweb
2026-04-01 12:00:00 +08:00
Omair Nabiel
ac1b7caa2c
Update pagination.md ( #610 )
...
fix: typo lool to loop
2026-04-01 12:00:00 +08:00
re-fort
89cdf67234
Enable to mask texts ( #73 )
...
* chore: reorder options
* feat: enable to mask texts
* feat: add the default mask function
* refactor: rename options to identify the difference between mask text and mask input
* test: add tests about masking
2026-04-01 12:00:00 +08:00
Yanzhen Yu
fa31bb6139
Release 0.6.1
2026-04-01 12:00:00 +08:00
Yanzhen Yu
de16040917
Release 1.0.0-beta.2
2026-04-01 12:00:00 +08:00
Justin Halsall
74706eeac6
Speed up addHoverClass on large stylesheets ( #72 )
...
* speed up addHoverClass on large style sheets
* longer strings first to prevent accidental partial matches
* can add hover class when there is a multi selector with the same prefix
* tweak performance
2026-04-01 12:00:00 +08:00
Yanzhen Yu
3089b1ae8c
expose trigger resize method
2026-04-01 12:00:00 +08:00
Yanzhen Yu
ed46394562
rename console replay plugin
2026-04-01 12:00:00 +08:00
Yanzhen Yu
19038fe593
Release 1.1.1
2026-04-01 12:00:00 +08:00
Yanzhen Yu
760f76ec16
Release 0.6.0
2026-04-01 12:00:00 +08:00
Yanzhen Yu
bd89778315
do not bundle es module multiple times
2026-04-01 12:00:00 +08:00
Yanzhen Yu
e92d92b0b6
add isShadow flag if a node is under shadow root
2026-04-01 12:00:00 +08:00
Yanzhen Yu
f0a6ee518b
update rrweb version
2026-04-01 12:00:00 +08:00
Yanzhen Yu
8f57ba9808
Release 1.0.0-beta.1
2026-04-01 12:00:00 +08:00
Yanzhen Yu
d79922f6b6
update typings
2026-04-01 12:00:00 +08:00
jackycoder
8ee5ce8298
fix iframe border issue ( #41 )
2026-04-01 12:00:00 +08:00
Justin Halsall
4dcd674e34
Mask value attribute changes for elements in maskInputOptions ( #602 )
...
* mask value attribute changes for elements in maskInputOptions
* refactor initInputObserver to use maskInputValue
* add todo
* Fix typo
* upgrade rrweb-snapshot to 1.1.6
* move maskInputValue to rrweb-snapshot
2026-04-01 12:00:00 +08:00
Yanzhen Yu
697be5acf7
Release 1.1.0
2026-04-01 12:00:00 +08:00
Yanzhen Yu
78edf266d5
Release 0.5.6
2026-04-01 12:00:00 +08:00
Eoghan Murray
38a9e36b8f
Fix an incorrected finish which halted playback prematurely. The scenario was that there were events being rapidly added to the recording. ( #606 )
2026-04-01 12:00:00 +08:00
Yanzhen Yu
105268f472
snapshot and rebuild shadow DOM
...
https://github.com/rrweb-io/rrweb/issues/38
2026-04-01 12:00:00 +08:00
Yanzhen Yu
4d393174d5
close #33 upgrade rrweb
2026-04-01 12:00:00 +08:00
Yanzhen Yu
880cc3ab9e
update yarn.lock
2026-04-01 12:00:00 +08:00
Yanzhen Yu
af000d4a7a
add typings script to prepack
2026-04-01 12:00:00 +08:00
DiaNiki
577c00962c
Add UNSAFE_replayCanvas. ( #36 )
2026-04-01 12:00:00 +08:00
bachmanity1
059d492bea
add keepIframeSrcFn option ( #592 )
...
* rename allowIframe to keepIframeSrcFn
* update rrweb-snapshot to 1.1.5
2026-04-01 12:00:00 +08:00
Eoghan Murray
be2648054c
Found an example in the wild of the deprecated pre-css way of adding a background image to table cells ( #69 )
2026-04-01 12:00:00 +08:00
Yanzhen Yu
fa185e9a87
impl apis: play, pause, goto
2026-04-01 12:00:00 +08:00
Yanzhen Yu
35a5a4ff34
improve https://github.com/rrweb-io/rrweb-player/issues/12
2026-04-01 12:00:00 +08:00
Yanzhen Yu
7cb4a25597
using for loop instead of forEach in element classlists
...
pick #64 and close #68
2026-04-01 12:00:00 +08:00
Yanzhen Yu
f3e96622de
Release 0.5.5
2026-04-01 12:00:00 +08:00
Justin Halsall
669446b480
Docs: update link to list of input values ( #604 )
...
* Update url to list of types
* Docs: Update list of inputs (zh_CN)
2026-04-01 12:00:00 +08:00
Province Innovation
c09ee435d8
Valid tag names can include any digit [0-9] ( #66 )
2026-04-01 12:00:00 +08:00
Yanzhen Yu
eafa09c692
upgrade to rrweb 0.9.2
2026-04-01 12:00:00 +08:00
Justin Halsall
ae8ddcaa3a
Fixes dist/plugins/console-record.min.js needed for tests #601 ( #603 )
2026-04-01 12:00:00 +08:00
Justin Halsall
17b1821a15
Adding prepare & prepack npm statement ( #67 )
...
* Add prepare & prepack
* Create .npmignore
* remove node_modules, they might be needed
2026-04-01 12:00:00 +08:00
Yanzhen Yu
f5e4887090
Release 0.5.4
2026-04-01 12:00:00 +08:00
dependabot[bot]
f5119c9b5d
Bump color-string from 1.5.4 to 1.5.5 ( #599 )
...
Bumps [color-string](https://github.com/Qix-/color-string ) from 1.5.4 to 1.5.5.
- [Release notes](https://github.com/Qix-/color-string/releases )
- [Changelog](https://github.com/Qix-/color-string/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Qix-/color-string/compare/1.5.4...1.5.5 )
---
updated-dependencies:
- dependency-name: color-string
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-01 12:00:00 +08:00
Yanzhen Yu
3d463d219c
Release 1.0.7
2026-04-01 12:00:00 +08:00
Yanzhen Yu
beac8ddd6b
export more public APIs to customize UI
2026-04-01 12:00:00 +08:00
yz-yu
c550a4b088
plugin API ( #598 )
...
* temp: plugin API
* fix a bug in the replay handler and rename some type names.
* update integration test
* improve plugin types and handle legacy log data
* use different naming in record and replay bundles
* delete unreferenced types
Co-authored-by: Lucky Feng <294889365@qq.com >
2026-04-01 12:00:00 +08:00
Yanzhen Yu
d449a1263d
safe access iframe document
2026-04-01 12:00:00 +08:00