Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge rrweb, rrweb-snapshot, rrweb-player into a mono repository #595

Merged
merged 353 commits into from
Jul 23, 2021
Merged

Merge rrweb, rrweb-snapshot, rrweb-player into a mono repository #595

merged 353 commits into from
Jul 23, 2021
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jan 6, 2019

  1. Add Gitter badge (#9)

    gitter-badger authored and Yuyz0112 committed Jan 6, 2019
    Configuration menu
    Copy the full SHA
    b956533 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2019

  1. impl fullscreen mode

    Yuyz0112 committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    9099a8a View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2019

  1. handle empty url path

    Yuyz0112 committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    c4c1476 View commit details
    Browse the repository at this point in the history
  2. Release 0.7.3

    Yuyz0112 committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    5e07137 View commit details
    Browse the repository at this point in the history
  3. impl auto play

    Yuyz0112 committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    f3de701 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2019

  1. Configuration menu
    Copy the full SHA
    201eae7 View commit details
    Browse the repository at this point in the history
  2. Release 0.3.8

    Yuyz0112 committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    f142be7 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2019

  1. update rrweb

    Yuyz0112 committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    5121910 View commit details
    Browse the repository at this point in the history
  2. Release 0.3.9

    Yuyz0112 committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    6f422c1 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2019

  1. Configuration menu
    Copy the full SHA
    687c710 View commit details
    Browse the repository at this point in the history
  2. Release 0.7.4

    Yuyz0112 committed Feb 17, 2019
    Configuration menu
    Copy the full SHA
    110511c View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2019

  1. Make block css class optional & fix test (#6)

    * Make block class optional
    
    * Fix test by removing unexpected space space
    sammdec authored and Yuyz0112 committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    03c9fde View commit details
    Browse the repository at this point in the history
  2. add typings autogen command

    Yuyz0112 committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    f4ebd6b View commit details
    Browse the repository at this point in the history
  3. Release 0.7.5

    Yuyz0112 committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    2442f73 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3dacd94 View commit details
    Browse the repository at this point in the history
  5. Release 0.7.6

    Yuyz0112 committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    aa5b2d3 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2019

  1. Configuration menu
    Copy the full SHA
    7b02f13 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2019

  1. Configuration menu
    Copy the full SHA
    b200f6b View commit details
    Browse the repository at this point in the history
  2. Release 0.3.10

    Yuyz0112 committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    3ec07d7 View commit details
    Browse the repository at this point in the history
  3. Fix progress bar height

    Xavier committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    94e1fbb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3 from xavier-heysch/master

    Fix progress bar height
    Yuyz0112 authored Apr 9, 2019
    Configuration menu
    Copy the full SHA
    818649a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    11b3966 View commit details
    Browse the repository at this point in the history
  6. Release 0.3.11

    Yuyz0112 committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    7ca1e36 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2019

  1. Configuration menu
    Copy the full SHA
    171d7b3 View commit details
    Browse the repository at this point in the history
  2. Release 0.7.7

    Yuyz0112 committed Apr 14, 2019
    Configuration menu
    Copy the full SHA
    ea59841 View commit details
    Browse the repository at this point in the history
  3. update typings

    Yuyz0112 committed Apr 14, 2019
    Configuration menu
    Copy the full SHA
    6218745 View commit details
    Browse the repository at this point in the history
  4. Release 0.7.8

    Yuyz0112 committed Apr 14, 2019
    Configuration menu
    Copy the full SHA
    fe6627a View commit details
    Browse the repository at this point in the history

Commits on May 6, 2019

  1. Configuration menu
    Copy the full SHA
    78c8c11 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2019

  1. Configuration menu
    Copy the full SHA
    724b67f View commit details
    Browse the repository at this point in the history
  2. Release 0.7.9

    Yuyz0112 committed May 12, 2019
    Configuration menu
    Copy the full SHA
    543cad6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f30dc2 View commit details
    Browse the repository at this point in the history
  4. Release 0.7.10

    Yuyz0112 committed May 12, 2019
    Configuration menu
    Copy the full SHA
    bb1fdac View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

  1. reuse serialized nodes ids (#12)

    * reuse serialized nodes ids
    
    With this patch, each DOM node keeps its id during its existence. This
    allows to apply RRWeb events to previous snapshots if needed.
    
    `resetId` has been removed because it loses its meaning: calling it
    would not reset the existing nodes ids anymore, only the new ones.
    
    Since we don't reset the id anymore, we may exhaust the available ids
    quicker, but Number.MAX_SAFE_INTEGER (2 ** 53 - 1) is pretty large, so I
    doubt this'll cause any problem.
    
    * improv TS typing
    
    The `nAsINode` variable was not very elegant.  Simplify this by removing
    the cast, and make the INode interface compatible with Node.
    
    * update typings
    BenoitZugmeyer authored and Yuyz0112 committed May 21, 2019
    Configuration menu
    Copy the full SHA
    5697c68 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2019

  1. Allow rendering image tags inside svgs during replay (#13)

    Razvan Sandu authored and Yuyz0112 committed May 23, 2019
    Configuration menu
    Copy the full SHA
    9b0c92f View commit details
    Browse the repository at this point in the history

Commits on May 26, 2019

  1. format code

    Yuyz0112 committed May 26, 2019
    Configuration menu
    Copy the full SHA
    40da9ff View commit details
    Browse the repository at this point in the history
  2. Release 0.7.11

    Yuyz0112 committed May 26, 2019
    Configuration menu
    Copy the full SHA
    df137a8 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2019

  1. Configuration menu
    Copy the full SHA
    63cb0d9 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2019

  1. Configuration menu
    Copy the full SHA
    77c7053 View commit details
    Browse the repository at this point in the history
  2. Release 0.7.12

    Yuyz0112 committed Jun 15, 2019
    Configuration menu
    Copy the full SHA
    0865c82 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2019

  1. update dependency

    Yuyz0112 committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    005bd6f View commit details
    Browse the repository at this point in the history
  2. Release 0.3.12

    Yuyz0112 committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    f887b1e View commit details
    Browse the repository at this point in the history
  3. Release 0.3.13

    Yuyz0112 committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    a8ee7ea View commit details
    Browse the repository at this point in the history
  4. Release 0.3.12

    Yuyz0112 committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    a528fb2 View commit details
    Browse the repository at this point in the history
  5. fix version number

    Yuyz0112 committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    682ac0e View commit details
    Browse the repository at this point in the history
  6. Release 0.3.12

    Yuyz0112 committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    d172b70 View commit details
    Browse the repository at this point in the history
  7. Release 0.3.14

    Yuyz0112 committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    df146ee View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2019

  1. Use css parser to add hover class name to selectors.

    Previously we use a regexp to match all the CSS selectors and add
    our hover class name to it, which has been proved not solid and
    may be very slow in some situation.
    Using a production ready css parser can handle this better and also
    provide ability's to do more accurate things to the recorded
    stylesheets.
    Yuyz0112 committed Aug 4, 2019
    Configuration menu
    Copy the full SHA
    61a99c6 View commit details
    Browse the repository at this point in the history
  2. fix #14 fix innerText cap issue

    Yuyz0112 committed Aug 4, 2019
    Configuration menu
    Copy the full SHA
    b22ccd6 View commit details
    Browse the repository at this point in the history
  3. Release 0.7.13

    Yuyz0112 committed Aug 4, 2019
    Configuration menu
    Copy the full SHA
    34170b2 View commit details
    Browse the repository at this point in the history
  4. update typings

    Yuyz0112 committed Aug 4, 2019
    Configuration menu
    Copy the full SHA
    e48d50a View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

  1. update rrweb

    Yuyz0112 committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    1f052c1 View commit details
    Browse the repository at this point in the history
  2. Release 0.3.15

    Yuyz0112 committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    9262014 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2019

  1. Configuration menu
    Copy the full SHA
    ada77fe View commit details
    Browse the repository at this point in the history
  2. Release 0.7.14

    Yuyz0112 committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    950c94d View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2019

  1. Ignore broken CSS (#15)

    Broken CSS inside a page will throw an error on our behalf. This should
    be ignored because we are not in control of the CSS on the page we are
    recording.
    dphuang2 authored and Yuyz0112 committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    4248b3d View commit details
    Browse the repository at this point in the history
  2. Release 0.7.15

    Yuyz0112 committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    4a11591 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2019

  1. Configuration menu
    Copy the full SHA
    13a2985 View commit details
    Browse the repository at this point in the history
  2. Release 0.7.16

    Yuyz0112 committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    f6b93ee View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

  1. Configuration menu
    Copy the full SHA
    215aeeb View commit details
    Browse the repository at this point in the history
  2. Release 0.7.17

    Yuyz0112 committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    32f14b3 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2019

  1. Release 0.3.16

    Yuyz0112 committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    31ea2db View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2019

  1. fix data url regexp

    Yuyz0112 committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    a69791b View commit details
    Browse the repository at this point in the history
  2. Release 0.7.18

    Yuyz0112 committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    44bdf69 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2019

  1. Configuration menu
    Copy the full SHA
    7ab5456 View commit details
    Browse the repository at this point in the history
  2. Release 0.7.19

    Yuyz0112 committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    7203517 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. Added srcset support (#18)

    * added src set as a parsed attribute
    
    * added tests
    
    * changed to /a
    
    * added multiple attribute handling
    
    * added better comment
    
    * made snapshot ignore invalid input as if it is invalid input in the original DOM, it should stay invalid in the recreated DOM
    
    * added extra absolute test case
    
    * code style
    
    * addressed comments
    IMFIL authored and Yuyz0112 committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    30bbd9e View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2019

  1. Release 0.7.20

    Yuyz0112 committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    a58a118 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2019

  1. add picture tag test

    Yuyz0112 committed Oct 12, 2019
    Configuration menu
    Copy the full SHA
    cd9de42 View commit details
    Browse the repository at this point in the history
  2. Add canvas image content support (#20)

    * Add canvas image content support
    
    * use rr_dataURL as the key so we know its a rrweb-added attribute.
    
    * fix canvas rr_dataURL rebuild
    wuzekang authored and Yuyz0112 committed Oct 12, 2019
    Configuration menu
    Copy the full SHA
    358d5e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

  1. add skipInactive parameter (#9)

    mpstv authored and Yuyz0112 committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    998f7a6 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

  1. update rrweb

    Yuyz0112 committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    fa0243b View commit details
    Browse the repository at this point in the history
  2. Release 0.3.17

    Yuyz0112 committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    169bc4b View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2019

  1. format code

    Yuyz0112 committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    0b3b630 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2af6e7a View commit details
    Browse the repository at this point in the history
  3. Release 0.7.21

    Yuyz0112 committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    a0dc948 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2019

  1. Release 0.4.0

    Yuyz0112 committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    15f0c5c View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. replacing invalid tag names by div (#22)

    IMFIL authored and Yuyz0112 committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    acb53f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. added cssText check (#23)

    * added cssText check
    
    * added testing
    IMFIL authored and Yuyz0112 committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    f1cae2f View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2019

  1. Release 0.7.22

    Yuyz0112 committed Nov 30, 2019
    Configuration menu
    Copy the full SHA
    a739c0f View commit details
    Browse the repository at this point in the history
  2. update release it config

    Yuyz0112 committed Nov 30, 2019
    Configuration menu
    Copy the full SHA
    cdf7495 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98fc939 View commit details
    Browse the repository at this point in the history
  4. Release 0.7.23

    Yuyz0112 committed Nov 30, 2019
    Configuration menu
    Copy the full SHA
    388ec6c View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2020

  1. add media state check

    Yuyz0112 committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    a7a3a76 View commit details
    Browse the repository at this point in the history
  2. Release 0.7.24

    Yuyz0112 committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    7c01ec3 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2020

  1. close #24 css text can be null

    Yuyz0112 committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    b5e9b40 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. fix null issue. (#27)

    fizerkhan authored Feb 25, 2020
    Configuration menu
    Copy the full SHA
    7da67ec View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. Release 0.7.25

    Yuyz0112 committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    4118d32 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. Configuration menu
    Copy the full SHA
    4e7b038 View commit details
    Browse the repository at this point in the history
  2. Release 0.4.1

    Yuyz0112 committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    a4e49ba View commit details
    Browse the repository at this point in the history
  3. fix logic operator

    Yuyz0112 committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    fd9095f View commit details
    Browse the repository at this point in the history
  4. Release 0.4.2

    Yuyz0112 committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    1b834b6 View commit details
    Browse the repository at this point in the history
  5. add rrweb options

    Yuyz0112 committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    6e4a7c3 View commit details
    Browse the repository at this point in the history
  6. Release 0.4.3

    Yuyz0112 committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    10f192d View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. H tags (#28)

    * Failing test
    
    * Allow numbers in el name tests
    
    * Allow numbers in el names
    jwbrew authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    86cf788 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2020

  1. close #29 add MIT license

    Yuyz0112 committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    89445f3 View commit details
    Browse the repository at this point in the history
  2. Release 0.7.26

    Yuyz0112 committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    6245bee View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. Avoid more common causes of 'blocked script execution' console.error …

    …messages in Chrome which are not exceptions (but look like them): (#30)
    
    'Blocked script execution in '<page>' because the document's frame is sandboxed and the 'allow-scripts' permission is not set'
    eoghanmurray authored Mar 26, 2020
    Configuration menu
    Copy the full SHA
    c14242e View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2020

  1. update rrweb

    Yuyz0112 committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    b1723e1 View commit details
    Browse the repository at this point in the history
  2. allow scale over 1

    Yuyz0112 committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    08d21b4 View commit details
    Browse the repository at this point in the history
  3. Release 0.4.4

    Yuyz0112 committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    18063be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6933a3b View commit details
    Browse the repository at this point in the history
  5. Release 0.4.5

    Yuyz0112 committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    b0451fc View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2020

  1. Configuration menu
    Copy the full SHA
    c435c5f View commit details
    Browse the repository at this point in the history
  2. Release 0.4.6

    Yuyz0112 committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    675a854 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. Added tags support in the player timeline (#17)

    * implemented custom-event handler from replayer
    
    * Added tags support in the player timeline
    
    * updated event type check with EventType enum from rrweb
    rifaideen authored May 28, 2020
    Configuration menu
    Copy the full SHA
    a60cf99 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2020

  1. Configuration menu
    Copy the full SHA
    341b185 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. Release 0.7.27

    Yuyz0112 committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    647e314 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2020

  1. Don't obscure text of form buttons under maskAllInputs (more modern…

    … style would be a `<button>`) (#35)
    eoghanmurray authored Jul 17, 2020
    Configuration menu
    Copy the full SHA
    63c3bd7 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2020

  1. Configuration menu
    Copy the full SHA
    e4593ff View commit details
    Browse the repository at this point in the history
  2. Release 0.7.28

    Yuyz0112 committed Jul 18, 2020
    Configuration menu
    Copy the full SHA
    c206e10 View commit details
    Browse the repository at this point in the history
  3. fix mask textarea

    Yuyz0112 committed Jul 18, 2020
    Configuration menu
    Copy the full SHA
    3ebdcbd View commit details
    Browse the repository at this point in the history
  4. Release 0.7.29

    Yuyz0112 committed Jul 18, 2020
    Configuration menu
    Copy the full SHA
    f6781fd View commit details
    Browse the repository at this point in the history
  5. support mask select fields

    Yuyz0112 committed Jul 18, 2020
    Configuration menu
    Copy the full SHA
    9ea5345 View commit details
    Browse the repository at this point in the history
  6. Release 0.8.0

    Yuyz0112 committed Jul 18, 2020
    Configuration menu
    Copy the full SHA
    4199e55 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    785ff39 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2020

  1. Configuration menu
    Copy the full SHA
    f7d43f5 View commit details
    Browse the repository at this point in the history
  2. :feat add tips (#23)

    Co-authored-by: jinwentao <jinwentao@huya.com>
    tobyjwt and jinwentao authored Jul 25, 2020
    Configuration menu
    Copy the full SHA
    d92bc73 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

  1. Fixes missing space when converting srcset to use absolute URLs (#40)

    * Fixes missing space when converting srcset to use absolute URLs
    
    * Fix integration snapshot
    jasonbarry authored Aug 5, 2020
    Configuration menu
    Copy the full SHA
    db28bc4 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2020

  1. Refactoring rrweb-player (#26)

    * enable drag and drop in controller
    
    * setup svelte v3 workflow and entry point
    
    * add ts eslint config and do compatibility fallbacks in API
    
    * rewrite replayer in svelte v3
    
    * fix css import
    
    * fix fullscreen API
    Yuyz0112 authored Aug 9, 2020
    Configuration menu
    Copy the full SHA
    7aa760e View commit details
    Browse the repository at this point in the history
  2. Release 0.5.0

    Yuyz0112 committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    0ad53b2 View commit details
    Browse the repository at this point in the history
  3. close #20 add types

    Yuyz0112 committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    3b8ea6d View commit details
    Browse the repository at this point in the history
  4. Release 0.5.1

    Yuyz0112 committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    c84bfc8 View commit details
    Browse the repository at this point in the history
  5. fix types

    Yuyz0112 committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    7525b3b View commit details
    Browse the repository at this point in the history
  6. Release 0.5.2

    Yuyz0112 committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    b3c3947 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

  1. expose APIs as public API

    Yuyz0112 committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    e905467 View commit details
    Browse the repository at this point in the history
  2. Release 0.5.3

    Yuyz0112 committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    a24e376 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2020

  1. dispatch ui events

    Yuyz0112 committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    6c9a489 View commit details
    Browse the repository at this point in the history
  2. Expand what is considered to be a valid tag name to include underscor…

    …es: (#41)
    
    - was making this change for <wix-image> on Wix websites, but discovered after that this has already been done in e4593ff
     - have tested document.createElement('wix-image') and document.createElement('foo_bar'), but can't find a canonical source for what is allowed in tag names.
     - this restriction was originally introduced in #150 to prevent document.createElement('alt=""') i.e. a very malformed tag name
    eoghanmurray authored Aug 21, 2020
    Configuration menu
    Copy the full SHA
    ae476d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74cb44c View commit details
    Browse the repository at this point in the history
  4. Release 0.5.4

    Yuyz0112 committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    01b138c View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2020

  1. Configuration menu
    Copy the full SHA
    e54218b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bf1ced View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c406bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94ea611 View commit details
    Browse the repository at this point in the history
  5. Release 0.8.1

    Yuyz0112 committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    9d58205 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2020

  1. Configuration menu
    Copy the full SHA
    8565b0d View commit details
    Browse the repository at this point in the history
  2. Release 0.8.2

    Yuyz0112 committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    fd285ed View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. upgrade to rrweb 0.9.2

    Yuyz0112 committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    1f16bd7 View commit details
    Browse the repository at this point in the history
  2. Release 0.5.5

    Yuyz0112 committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    4c0cbfa View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. Configuration menu
    Copy the full SHA
    5a1d8b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Configuration menu
    Copy the full SHA
    29ff1e9 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2020

  1. close #33 upgrade rrweb

    Yuyz0112 committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    22e6b67 View commit details
    Browse the repository at this point in the history
  2. Release 0.5.6

    Yuyz0112 committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    e1b02d1 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2020

  1. Add a slimDOM option to strip out unnecessary parts of the DOM (#36)

    * Add a `slimDOM` option to strip out unnecessary parts of the DOM in terms of replay
    
     - <script> tags in the <head> take up unnecessary storage space and are often injected semi randomly to become a source of unnecessary variation between recordings of the same thing
     - comment tags can be stripped out without affecting display
     - future: this option could also turn on more aggressive stripping, e.g. elements that are hidden by CSS (assuming we can handle them becoming visible after mutation events)
    
    * Mark nodes ignored due to slimDOM option, so that they can also be ignored by the mutation observer in rrweb
    
    * Introducing the `ignored` attribute violates the `serializedNodeWithId` type
    
    * slimDOM: Strip out whitespace nodes from <head> element as they have no effect but take up space
    
     - these would otherwise have to be merged after <script> elements are removed; for statcounter usecase, removing
       <script> elements is no good if there is still a trace of their presence due to the white space (and hence a variant <head> node is still produced)
     - I explored a more radical stripping of all white space nodes, but there is a problem if parent node is <pre> or otherwise rendered with `white-space: pre` and similar.
       detecting applied styles with getComputedStyle would be very expensive (I haven't measured it though)
    
    * Export IGNORED_NODE as a constant instead of relying on the hard-to-grok `-2`
    
    * Remove <link rel=preload as=script> which are similarly as useless as <script> tags
    
    * Make slimDOM configurable with the expecations that `slimDOMOptions: true` will only enable non-destructive options (so not all options may be turned on)
    
    * Expand slimDOM to add options to remove more elements from the <head> that should not be necessary in the replayer context
    eoghanmurray authored Sep 20, 2020
    Configuration menu
    Copy the full SHA
    6728d12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e63b554 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. update rrweb version

    Yuyz0112 committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    4d45d16 View commit details
    Browse the repository at this point in the history
  2. Release 0.6.0

    Yuyz0112 committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    183daf3 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. expose trigger resize method

    Yuyz0112 committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    325ca4c View commit details
    Browse the repository at this point in the history
  2. Release 0.6.1

    Yuyz0112 committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    9bdf969 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2020

  1. Configuration menu
    Copy the full SHA
    1277dbd View commit details
    Browse the repository at this point in the history
  2. export speed as props

    Yuyz0112 committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    459f824 View commit details
    Browse the repository at this point in the history
  3. Release 0.6.2

    Yuyz0112 committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    4cff422 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2020

  1. Preserve url quotes (#47)

    * Preserve original quotes when rewriting CSS url() paths - important for inline SVG files which often have spaces
    
    * Found an example in the wild with the 'charset=' part left off. This is supported by https://css-tricks.com/lodge/svg/09-svg-data-uris/ ... not sure why we aren't just testing for the 'data:' prefix here?
    
    * Not sure why this is now coming back with a double quote after recent changes here; it's supposed to preserve the single quote from style.css??
    eoghanmurray authored Oct 4, 2020
    Configuration menu
    Copy the full SHA
    8b0bc7c View commit details
    Browse the repository at this point in the history
  2. update typings

    Yuyz0112 committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    57a124f View commit details
    Browse the repository at this point in the history
  3. Release 0.8.3

    Yuyz0112 committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    1251091 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2020

  1. Update rrwebPlayer types (#46)

    Without this change, the following fails to compile in typescript:
    
    ```js
    new rrwebPlayer({
                    target: document.body,
                    props: {
                        width: 900,
                        events,
                        autoPlay: true,
                    },
                })
    ```
    macobo authored Oct 10, 2020
    Configuration menu
    Copy the full SHA
    ea0ac76 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Prefer a map and a join as feel it's easier to understand, and I foun…

    …d a case in the wild where `Array.prototype.reduce` was overwritten (which admittedly is also a danger with `map`) (#52)
    eoghanmurray authored Oct 15, 2020
    Configuration menu
    Copy the full SHA
    b3e7d5a View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2020

  1. Configuration menu
    Copy the full SHA
    14bdd67 View commit details
    Browse the repository at this point in the history
  2. Allow blocking elements by selector (#50)

    * Extract method (isElementBlocked) and add tests
    
    * Add blockSelector argument to snapshot
    
    If blockSelector is passed, it will be matched against the element.
    
    Reasoning: Mutating class names can get messy, so providing another hook
    helps keep code clean by using data-attributes instead.
    macobo authored Oct 24, 2020
    Configuration menu
    Copy the full SHA
    036d3df View commit details
    Browse the repository at this point in the history
  3. Release 0.8.4

    Yuyz0112 committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    c489e06 View commit details
    Browse the repository at this point in the history
  4. upgrade rrweb

    Yuyz0112 committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    e192497 View commit details
    Browse the repository at this point in the history
  5. Release 0.6.3

    Yuyz0112 committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    fe36b17 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. upgrade rrweb

    Yuyz0112 committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    e8dc87a View commit details
    Browse the repository at this point in the history
  2. Release 0.6.4

    Yuyz0112 committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    9434db4 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2020

  1. limit max scale to 1

    Yuyz0112 committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    79a8198 View commit details
    Browse the repository at this point in the history
  2. Release 0.6.5

    Yuyz0112 committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    918153c View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2020

  1. fix lint

    Yuyz0112 committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    da182f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    555398d View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2020

  1. refactoring public API

    Yuyz0112 committed Nov 29, 2020
    Configuration menu
    Copy the full SHA
    8526326 View commit details
    Browse the repository at this point in the history
  2. Release 1.0.0

    Yuyz0112 committed Nov 29, 2020
    Configuration menu
    Copy the full SHA
    924d2d9 View commit details
    Browse the repository at this point in the history
  3. fix #395

    Yuyz0112 committed Nov 29, 2020
    Configuration menu
    Copy the full SHA
    6c2d850 View commit details
    Browse the repository at this point in the history
  4. Release 1.0.1

    Yuyz0112 committed Nov 29, 2020
    Configuration menu
    Copy the full SHA
    b6ca577 View commit details
    Browse the repository at this point in the history
  5. upgrade rrweb

    Yuyz0112 committed Nov 29, 2020
    Configuration menu
    Copy the full SHA
    563d866 View commit details
    Browse the repository at this point in the history
  6. Release 0.6.6

    Yuyz0112 committed Nov 29, 2020
    Configuration menu
    Copy the full SHA
    c420c6b View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. 2 commits for optimizing chore (#53)

    * fix: chore bug. Update rollup-plugin-svelte
    
    * chore: move @tsconfig/svelte from devDependencies to dependencies, convenience for building components in other framework and typescrpit
    
    Co-authored-by: lihanzhou <lihanzhou@tencent.com>
    Joeoeoe and lihanzhou authored Dec 2, 2020
    Configuration menu
    Copy the full SHA
    451bde0 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2020

  1. fix rrweb-io/rrweb-snapshot#56

    safe access tagName of form element
    Yuyz0112 committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    1cc7164 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2021

  1. Release 1.0.2

    Yuyz0112 committed Jan 2, 2021
    Configuration menu
    Copy the full SHA
    7cd09da View commit details
    Browse the repository at this point in the history
  2. upgrade rrweb

    Yuyz0112 committed Jan 2, 2021
    Configuration menu
    Copy the full SHA
    4db18d5 View commit details
    Browse the repository at this point in the history
  3. Release 0.7.0

    Yuyz0112 committed Jan 2, 2021
    Configuration menu
    Copy the full SHA
    2982a55 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2021

  1. svg xlink:href 路径问题 (#55)

    * feat: 修改在svg , xlink:href 相对路径改为绝对路径
    
    * feat: 修改在svg , xlink:href 路径
    
    * feat: 修改在svg, 图片路径问题
    
    * feat: 修改在svg, 图片路径问题
    
    * feat: 修改在svg , xlink:href 路径
    
    Co-authored-by: caogf <caogf@guahao.com>
    cgaof and caogf authored Jan 16, 2021
    Configuration menu
    Copy the full SHA
    e1c90aa View commit details
    Browse the repository at this point in the history
  2. bugfix: svg url中id name被误转为绝对路径 (#59)

    Co-authored-by: wanglei002 <wanglei002@sensorsdata.cn>
    leossw and wanglei002 authored Jan 16, 2021
    Configuration menu
    Copy the full SHA
    98cc4ee View commit details
    Browse the repository at this point in the history
  3. Release 1.0.3

    Yuyz0112 committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    c1c687a View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. fix href value

    Yuyz0112 committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    c7f4c36 View commit details
    Browse the repository at this point in the history
  2. Release 1.0.4

    Yuyz0112 committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    a3ff5e5 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2021

  1. nested record iframe (#63)

    * pick nested branch
    
    * iframe snapshot
    
    * temp: add bundle file to git
    
    * revert ignore file
    
    * refactor iframe impl
    1. do callback one iframe is loaded, let rrweb handle the rest
    2. handle iframe as normal element in rebuild
    
    * rename hook function
    Yuyz0112 authored Feb 7, 2021
    3 Configuration menu
    Copy the full SHA
    98aa732 View commit details
    Browse the repository at this point in the history
  2. Release 1.0.5

    Yuyz0112 committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    1dbe2c1 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. add iframe load timeout

    Yuyz0112 committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    d7668ef View commit details
    Browse the repository at this point in the history
  2. Release 1.0.6

    Yuyz0112 committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    1ad1e52 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. safe access iframe document

    Yuyz0112 committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    a591a53 View commit details
    Browse the repository at this point in the history
  2. Release 1.0.7

    Yuyz0112 committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    2a9057d View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

  1. Adding prepare & prepack npm statement (#67)

    * Add prepare & prepack
    
    * Create .npmignore
    
    * remove node_modules, they might be needed
    Juice10 authored Feb 19, 2021
    Configuration menu
    Copy the full SHA
    2ad7be6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aee3c16 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. Configuration menu
    Copy the full SHA
    dbdf58a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8307c87 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2021

  1. Found an example in the wild of the deprecated pre-css way of adding …

    …a background image to table cells (#69)
    eoghanmurray authored Feb 27, 2021
    Configuration menu
    Copy the full SHA
    4bf3073 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf5c345 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. Configuration menu
    Copy the full SHA
    6272f0f View commit details
    Browse the repository at this point in the history
  2. upgrade rrweb

    Yuyz0112 committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    ddc164e View commit details
    Browse the repository at this point in the history
  3. Release 0.7.1

    Yuyz0112 committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    34588c4 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2021

  1. snapshot and rebuild shadow DOM

    Yuyz0112 committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    88f348a View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2021

  1. Release 1.1.0

    Yuyz0112 committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    1192735 View commit details
    Browse the repository at this point in the history
  2. update typings

    Yuyz0112 committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    5f96f77 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2021

  1. Configuration menu
    Copy the full SHA
    9d6696b View commit details
    Browse the repository at this point in the history
  2. Release 1.1.1

    Yuyz0112 committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    9dfbd52 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. 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
    Juice10 authored Apr 22, 2021
    Configuration menu
    Copy the full SHA
    3c2d7c1 View commit details
    Browse the repository at this point in the history
  2. 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
    re-fort authored Apr 22, 2021
    Configuration menu
    Copy the full SHA
    a0d8258 View commit details
    Browse the repository at this point in the history
  3. Release 1.1.2

    Yuyz0112 committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    7850a75 View commit details
    Browse the repository at this point in the history
  4. remove duplicate files

    Juice10 committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    4c9c3e9 View commit details
    Browse the repository at this point in the history
  5. update rollup

    Juice10 committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    922919d View commit details
    Browse the repository at this point in the history
  6. enable sourcemaps everywhere

    Juice10 committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    30fe993 View commit details
    Browse the repository at this point in the history
  7. fix validation warning

    Juice10 committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    6f0dde5 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. 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
    eoghanmurray authored May 4, 2021
    Configuration menu
    Copy the full SHA
    362359e View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. Bump lodash from 4.17.19 to 4.17.21

    Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21.
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](lodash/lodash@4.17.19...4.17.21)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 11, 2021
    Configuration menu
    Copy the full SHA
    2169af1 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Allow password to be maskable instead of ignorable (#65)

    * Add password to maskInputOptions on types
    
    * Add password on maskInputOptions to types definition
    Juice10 authored May 12, 2021
    Configuration menu
    Copy the full SHA
    0bb95f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d1dbdd View commit details
    Browse the repository at this point in the history
  3. Release 1.1.3

    Yuyz0112 committed May 12, 2021
    Configuration menu
    Copy the full SHA
    4059b2a View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. Updates regex used to validate tagnames to allow for tagnames that in…

    …clude namespace information (esp: svg tags) (#77)
    
    Co-authored-by: Mitch Goshorn <mitch.goshorn@calmid.com>
    mgoshorn and Mitch Goshorn authored May 27, 2021
    Configuration menu
    Copy the full SHA
    9fbd7e1 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2021

  1. Bump ws from 6.2.1 to 6.2.2 (#72)

    Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2.
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](https://github.com/websockets/ws/commits)
    
    ---
    updated-dependencies:
    - dependency-name: ws
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 6, 2021
    Configuration menu
    Copy the full SHA
    04b3d8b View commit details
    Browse the repository at this point in the history
  2. Fixes #567 (#78)

    Juice10 authored Jun 6, 2021
    Configuration menu
    Copy the full SHA
    6710e2c View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. Configuration menu
    Copy the full SHA
    079ecd4 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. Release 1.1.4

    Yuyz0112 committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    d9d3e54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e17845c View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2021

  1. Bump glob-parent from 5.1.1 to 5.1.2 (#74)

    Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2.
    - [Release notes](https://github.com/gulpjs/glob-parent/releases)
    - [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
    - [Commits](gulpjs/glob-parent@v5.1.1...v5.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: glob-parent
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 12, 2021
    Configuration menu
    Copy the full SHA
    1c59ead View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. rrweb 1.0 use new getMirror api (#70)

    * Fixes #69
    
    * update rrweb to 1.0.0-beta.0
    Juice10 authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    52cbbda View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. Configuration menu
    Copy the full SHA
    f5509d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cf4ddd View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2021

  1. add keepIframeSrcFn option (#81)

    * add allowIframe option to snapshot
    
    * rename allowIframe to keepIframeSrcFn
    bachmanity1 authored Jun 29, 2021
    Configuration menu
    Copy the full SHA
    b1a8b69 View commit details
    Browse the repository at this point in the history
  2. format code

    Yuyz0112 committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    778b22d View commit details
    Browse the repository at this point in the history
  3. Release 1.1.5

    Yuyz0112 committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    5175b08 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. Configuration menu
    Copy the full SHA
    7752910 View commit details
    Browse the repository at this point in the history
  2. Release 1.1.6

    Yuyz0112 committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    583db22 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

  1. upgrade rrweb

    Yuyz0112 committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    6f17eb3 View commit details
    Browse the repository at this point in the history
  2. Release 0.7.2

    Yuyz0112 committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    71baf5e View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. upgrade rrweb

    Yuyz0112 committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    1f164e3 View commit details
    Browse the repository at this point in the history
  2. Release 0.7.3

    Yuyz0112 committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    8e65459 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2021

  1. Handle quoted strings in data url (#84)

    * handle quoted strings in data url
    
    * unrefactor
    
    * update package json
    
    * Revert "update package json"
    
    This reverts commit 9446109b0f94d9e569a961642f1e57b1a67793ee.
    
    * change background-image to border-image
    AssafKr authored Jul 11, 2021
    Configuration menu
    Copy the full SHA
    10eead6 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. ignore prefetch and preload script links

    related to:
    1. #52
    2. #297
    3. #597
    Yuyz0112 committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    47b555a View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2021

  1. Release 1.1.7

    Yuyz0112 committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    69cb5de View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. Configuration menu
    Copy the full SHA
    534a4c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. Merge pull request #63 from Juice10/sourcemaps

    Enables Source maps for the library
    Juice10 authored Jul 21, 2021
    Configuration menu
    Copy the full SHA
    fc7d804 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #59 from Juice10/goto-play

    Allow goto to specify if it should play or pause
    Juice10 authored Jul 21, 2021
    Configuration menu
    Copy the full SHA
    4e04bb6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #64 from rrweb-io/dependabot/npm_and_yarn/lodash-4…

    ….17.21
    
    Bump lodash from 4.17.19 to 4.17.21
    Juice10 authored Jul 21, 2021
    Configuration menu
    Copy the full SHA
    c6249c3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #73 from fatihsolhan/patch-1

    Add Vue.js version link to readme file
    Juice10 authored Jul 21, 2021
    Configuration menu
    Copy the full SHA
    7f78109 View commit details
    Browse the repository at this point in the history
  5. Release 0.7.4

    Yuyz0112 committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    66e90f5 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. Configuration menu
    Copy the full SHA
    bc319d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    407c09e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3383dd7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    734f705 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6c34ffa View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. Configuration menu
    Copy the full SHA
    4f0d21a View commit details
    Browse the repository at this point in the history