Skip to content

Conversation

@CropWatchDevelopment
Copy link
Owner

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade typeit from 5.3.0 to 5.10.7.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 18 versions ahead of your current version.
  • The recommended version was released 6 years ago, on 2018-09-23.
Release notes
Package name: typeit
  • 5.10.7 - 2018-09-23

    This release addresses some cursor alignment issues that were occurring in Firefox when lines broke.

  • 5.10.6 - 2018-08-03
  • 5.10.5 - 2018-08-03

    Previously, when an instance lacked characters between typing strings, vertical alignment of the cursor was unpredictable and strange. This release addresses that issue, making it much more reliable and predictable.

  • 5.10.4 - 2018-08-03

    Previously, the vertical positioning of the cursor was set to bottom: 0, which was causing issues with varying line height values. To solve this, the positioning is now set to top: auto.

  • 5.10.3 - 2018-08-03

    This change makes aligns a cursor via position: absolute in order to resolve some displacement and line break issues that were occurring.

    As a result, each instance now includes a .ti-wrapper element, which houses the .ti-container and .ti-cursor elements.

  • 5.10.2 - 2018-07-20

    This release fixes some bugs causing unexpected behavior involving the autoInit option and companion functions. Additionally, code is more effectively organized to separate concerns.

  • 5.10.1 - 2018-05-11

    When an instance was reset, the autoInit argument was not being passed to the constructor, resulting in errors.

  • 5.10.0 - 2018-05-03

    This release addresses an issue where loopDelay was overriding nextStringDelay, causing unexpected timing effects. Now, if left undefined, it will inherit the values from nextStringDelay, and if it's set, users can pass an array instead of just a single value, exactly the same as how nextStringDelay behaves.

  • 5.9.0 - 2018-04-14

    This release introduces the autoInit argument, so that developers can create an inactive instance, and later initialize it using the .init() method.

    const instance = new TypeIt('#element', {...options}, false);

    // Instance will just sit there, until it's manually initialized.

    instance.init();

    Additionally, properties have been introduced for checking if an instance has started (instance.hasStarted) and is frozen (instance.isFrozen).

  • 5.8.0 - 2018-04-11

    This release introduces the reset() method that can be used to reset an instance back to its original state.

  • 5.7.0 - 2018-04-11

    Adds property that allows code to check if instance has been previously destroyed.

    var myInstance = new TypeIt('#element', {...});

    if(myInstance.hasBeenDestroyed) {
    //-- Do something.
    }




  • 5.6.1 - 2018-04-03


  • 5.6.0 - 2018-03-17


  • 5.5.2 - 2018-03-03


  • 5.5.1 - 2018-03-02


  • 5.5.0 - 2018-01-25


  • 5.4.1 - 2018-01-18


  • 5.4.0 - 2018-01-17


  • 5.3.0 - 2018-01-02


from typeit GitHub release notes

Commit messages
Package name: typeit
  • 917e63b Fix cursor alignment issues when lines break.
  • be7f4d1 Fix cursor alignment issue related to inline-block display.
  • 60f8b1c Fix further cursor alignment issues.
  • c4d17a2 Fix vertical alignment issues with cursor.
  • 2f6969b Fix cursor alignment issues.
  • 080c4b4 Fix jumbled text bug, improve code organization, update packages.
  • 72d3676 Improve reset() test, upgrade packages, bump version.
  • 552734c Pass autoInit arg to new Instance in instance reset method (#115)
  • d59e8e0 Fix loopDelay weirdness, allow same functionality as nextStringDelay.
  • dc6fc18 Update packages.
  • 363fc46 Introduce autoInit argument, add more properties for checking state.
  • 7915088 Update test for reset() method.
  • b1ee9a1 Add method to reset instance of TypeIt.
  • 29d5bc3 Add property to check if instance has been destroyed.
  • 7655aab Fix bug causing incorrect handling of HTML vs. plain text.
  • 60e076e Add link to CodePen showing rainbow effect using a callback method.
  • d5423f3 Add a bunch of callback options.
  • ccc296b Fix missing autoStart documentation. (#95)
  • 4e1b84a Modularize methods better, remove unnecessary browser fallbacks.
  • 0683e0c Make adjustments so that TypeIt works in IE.
  • 126e92f Remove remnants of previous instances when starting new one.
  • 57042b3 Remove method that's no longer used.
  • 4a85add Optimize rollup, commit /dist files to repository.
  • a4a149c Allow array of delay values to be passed for `nextStringDelay` option.

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@vercel
Copy link

vercel bot commented May 1, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
website ❌ Failed (Inspect) May 1, 2024 9:07pm

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.

3 participants