Commit Graph

205 Commits

Author SHA1 Message Date
Yanzhen Yu
cac660ce61 Release 0.6.7 2018-11-27 14:39:22 +08:00
Yanzhen Yu
e198ea494e ignore iframe src attribute 2018-11-27 14:39:13 +08:00
Yanzhen Yu
4a228c3078 add release-it cli config 2018-11-27 13:42:02 +08:00
Yanzhen Yu
e13f9bb0aa add release-it config 2018-11-27 13:38:51 +08:00
Yanzhen Yu
b8bb590de3 Release 0.6.6 2018-11-26 17:43:07 +08:00
Yanzhen Yu
f73bad21e5 complately update relative path regexp 2018-11-26 17:42:52 +08:00
Yanzhen Yu
aca8207db9 Release 0.6.5 2018-11-23 23:36:30 +08:00
Yanzhen Yu
66e8d4318c fix absolute to doc 2018-11-23 23:36:19 +08:00
Yanzhen Yu
c856fb5ea9 Release 0.6.4 2018-11-23 23:12:37 +08:00
Yanzhen Yu
d1987f2c05 Release 0.6.3 2018-11-23 23:08:23 +08:00
Yanzhen Yu
124959a67d fix css url regexp 2018-11-23 23:02:35 +08:00
Yanzhen Yu
9de02491fb Release 0.6.2 2018-11-23 22:47:43 +08:00
Yanzhen Yu
49c1ba0a1f absolute relative path in inline stylesheet 2018-11-23 22:47:19 +08:00
Yanzhen Yu
d186a06edf update bundle format and add sourcemap 2018-11-23 22:46:42 +08:00
Yanzhen Yu
c617d2a49f Release 0.6.1 2018-11-13 19:11:39 +08:00
Yanzhen Yu
4287fb4810 update bundle config 2018-11-13 19:10:34 +08:00
Yanzhen Yu
275551befb bump 0.6.0 2018-11-13 16:13:42 +08:00
Yanzhen Yu
8157b38f99 check is svg when serialization 2018-11-13 16:09:57 +08:00
Yanzhen Yu
cb3c842a12 bump 0.5.6 2018-11-01 13:29:23 +08:00
Yanzhen Yu
216d03dae3 Fix the regexp performance issue
Also move the addHoverClass implementation into the rebuild stage.
So if there is still some corner case we have not handled, it will
only affect the replayer part of rrweb.
2018-11-01 11:36:25 +08:00
Yanzhen Yu
5904050cd2 departed 0.5.4 and bump 0.5.5 2018-10-31 19:07:27 +08:00
Yanzhen Yu
65236bf3d1 bump 0.5.4 2018-10-31 19:04:43 +08:00
Yanzhen Yu
7f806128ed add hover class to :hover related css rules 2018-10-31 19:02:26 +08:00
Yanzhen Yu
689c788669 bump 0.5.3 2018-10-22 23:05:21 +08:00
Yanzhen Yu
2a50fff366 allow skip child when serialize node and rebuild node 2018-10-22 23:03:10 +08:00
Yanzhen Yu
e5dba6a986 remove local test code 2018-10-22 10:50:57 +08:00
Yanzhen Yu
5934cc71f2 bump 0.5.2 2018-10-22 10:36:40 +08:00
Yanzhen Yu
508bbdfc26 refactor rebuild implementation which mount DOM onto the target document object 2018-10-22 10:34:23 +08:00
Yanzhen Yu
202a674636 use document object from params instead of the one in the current scope 2018-10-21 22:36:07 +08:00
Yanzhen Yu
416c1eec9a fix style content url normalizer and add some tests 2018-10-18 19:42:01 +08:00
Yanzhen Yu
43b2290f5f export reset id function 2018-10-18 16:13:59 +08:00
Yanzhen Yu
72beb51110 fix npm package files and bump version 2018-10-16 18:09:51 +08:00
Yanzhen Yu
fade2df5d4 bump 0.4.0 2018-10-16 18:04:54 +08:00
Yanzhen Yu
71932ee530 update README and add travis 2018-10-16 17:57:11 +08:00
Yanzhen Yu
e461136f71 impl the extra child data attribute to align id map 2018-10-16 15:18:07 +08:00
Yanzhen Yu
0eedab53eb bump 0.3.1 2018-10-16 12:12:31 +08:00
Yanzhen Yu
eef6a6e389 change relative path into absolute path 2018-10-16 12:11:00 +08:00
Yanzhen Yu
3e5c0adcdc use jest-snapshot to apply the snapshot testing 2018-10-15 19:25:52 +08:00
Yanzhen Yu
ffc2b01796 add data attribute to element when rebuild 2018-10-12 15:57:39 +08:00
Yanzhen Yu
1ddb0a3343 return id node map when rebuild 2018-10-12 12:43:16 +08:00
Yanzhen Yu
b3fdc44fc7 update the bundle config 2018-10-11 16:44:38 +08:00
Yanzhen Yu
d59ba817cb export serializeNodeWithId so rrweb could serialize newly added nodes 2018-10-09 10:51:30 +08:00
Yanzhen Yu
f143eee54a return id node map when snapshot 2018-10-08 15:35:03 +08:00
Yanzhen Yu
978e12b089 add strict null check and fix codes 2018-10-08 11:20:48 +08:00
Yanzhen Yu
4a1137748c bump 0.2.0 2018-10-08 10:29:29 +08:00
Yanzhen Yu
b536f12064 update declaration file 2018-10-06 22:27:49 +08:00
Yanzhen Yu
bfe431e99a add iframe tests and update urls in test file 2018-10-06 10:13:33 +08:00
Yanzhen Yu
8b82981b62 try to inline linked stylesheet when in same origin 2018-10-05 23:06:51 +08:00
Yanzhen Yu
c24e0c6a2f refactor the test infra: use puppeteer instead of jsdom to get rid of some hack implementations 2018-10-05 22:26:18 +08:00
Yanzhen Yu
bd325870e7 refactor test infra so most test cases could be implemented by pure HTML 2018-10-03 22:48:42 +08:00