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

Update dependency react-typist to v2 #61

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 15, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-typist ^1.1.1 -> ^2.0.0 age adoption passing confidence

Release Notes

jstejada/react-typist (react-typist)

v2.0.5

Compare Source

  • Fixes:

    • Properly detect Backspace and Delay elements when using React Hot Loader (#​42)
  • Improvements:

    • Update how element keys are computed to make key collisions more unlikely (#​58)

v2.0.4: v.2.0.4

Compare Source

v2.0.3 (10/21/17)
  • Fixes:
    Actually fix detection of Backspace and Delay elements
    d122bd1 attempted to fix detection of Backspace and Delay elements
    by checking their type instead of their type.name

However, due to oversight, we were still performing the check with name inside
Typist.jsx.

v2.0.3: v.2.0.3

Compare Source

v2.0.3 (10/21/17)
  • Fixes:

v2.0.2

Compare Source

v2.0.2 (10/17/17)
  • Fixes:
    Keep typing scheduling invariant from version < 2
    Before version 2, characters would be typed in the following order:
  1. Update characters and lines state (i.e. render character in a line)
  2. After being rendered, call onCharacterTyped
  3. Generate a new delay for the given line and character that was just rendered
  4. Set a timeout with the generated delay

After the introduction of Backspace and Delay elements in v2, the order
in which characters were typed was changed, changing the invariant of
when the delayGenerator was called and how delays were scheduled.
This was due to conflation between the newly introduced delays and the
normal typing scheduling.

v2.0.1

Compare Source

v2.0.0

Compare Source

v2.0.0 (10/15/17)

This version should contain no breaking changes, but given that it contains a fairly large change I am bumping the major version so users manually upgrade if the want the new feature, just to be on the safer side.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/react-typist-2.x branch from 32336db to 83ebc40 Compare November 20, 2022 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants