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

[Snyk] Upgrade tw-elements from 1.0.0 to 1.1.0 #120

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

Conversation

DeFiTON
Copy link
Contributor

@DeFiTON DeFiTON commented May 1, 2024

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


Snyk has created this PR to upgrade tw-elements from 1.0.0 to 1.1.0.

As this is a private repository, Snyk-bot does not have access. Therefore, this PR has been created automatically, but appears to have been created by a real user.

✨ Snyk has automatically assigned this pull request, set who gets assigned.

ℹ️ 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 1 version ahead of your current version.
  • The recommended version was released 5 months ago, on 2023-12-04.
Release notes
Package name: tw-elements
  • 1.1.0 - 2023-12-04

    In this release, we are introducing new Autocomplete and Multi Range Slider components. We also updated integration tutorials and added new guides for SvelteKit and Bun. Our team has also addressed lots of issues and improved the overall customization options for our components.

    New features

    #1932: Added new shadow classes to the TW Elements plugin and updated the Shadows page - by @ juujisai
    #2040: Prepared environment for unit testing - by @ Trochonovitz
    #2064: Added Bun integration guide - by @ juujisai
    #2108: Added SvelteKit integration tutorial - by @ iprzybysz

    New components

    #2008: Added Autocomplete component - by @ juujisai
    #2152: Added Multi Range Slider component - by @ iprzybysz

    Docs

    #1641: Fixed issue where links from API tabs section won't change the tab to API - by @ juujisai
    #1937: Fixed Charts examples where options were not provided correctly - by @ iprzybysz
    #1948: Updated integration tutorials and added section with troubleshooting - by @ iprzybysz
    #1953: Fixed issue with search results from external domains not opening in a new tab - by @ juujisai
    #1960: Updated the optimization page information about the initTE method - by @ letzfets
    #1982: Updated Charts examples size on mobiles - by @ njolipatrick, @ juujisai
    #2010: Added Roboto import to tutorials - by @ juujisai
    #2027: Renamed zip package to twe-starter - by @ juujisai
    #2039: Updated toasts icons - by @ Trochonovitz
    #2045: Fixed Modal examples visibility on smaller screens - by @ Trochonovitz
    #2047: Removed outdated Tab color example - by @ Trochonovitz
    #2074: Fixed event name in Datetimepicker documentation - by @ juujisai
    #2083: Fixed mobile styling on the main page and Search page - by @ juujisai
    #2094: Updated search.json file - by @ juujisai
    #2105: Updated snippets on Getting Started page - by @ iprzybysz
    #2117: Fixed a typo inside flexbox tutorial - by @ Mike2020x
    #2138: Removed double inits from components snippets - by @ iprzybysz
    #2148: Fixed typo in Vertically Centered Modal snippet - by @ liamka

    Fixed & improved

    #1929: Updated dropdown animation for the Select component - by @ iprzybysz
    #1938: Fixed issue with setValue method not triggering events in Multiple Select - by @ Trochonovitz
    #1947: Fixed issues with datepicker and timepicker options in Datetimepicker - by @ juujisai
    #1986: Removed inheriting name attribute by Select input element - by @ Trochonovitz
    #1997: Added arrow customization to Select component - by @ Trochonovitz
    #2005: Added autoclose option to remove Alert from DOM after closing - by @ Trochonovitz
    #2006: Fixed errors that occured when disposing the Rating component - by @ Trochonovitz
    #2106: Fixed issue with Modals dispose method not removing event listeners - by @ Trochonovitz
    #2012: Improved reading of the main colors for the Ripple component - by @ juujisai
    #2036: Datatables - Fixed issue with not beeing able to scroll on the table on smaller screens - by @ Trochonovitz
    #2043: Fixed the interval option for Animations - by @ iprzybysz
    #2046: Fixed flashing outline border inside Chips - by @ Trochonovitz
    #2050: Fixed Input issues with label width when initialized via JS - by @ Trochonovitz
    #2051: Updated component intros - by @ juujisai
    #2055: Added option to customize animation duration inside Dropdowns - by @ juujisai
    #2062: Added listeners for Select value changes inside the Validation component - by @ juujisai
    #2075: Added current Datetimepicker value to the datetimeChange.te.datetimepicker event - by @ Trochonovitz
    #2080: Added possibility for backdrop customization in Modals - by @ juujisai
    #2098: Added possiblity to customize classes of the select all option inside the Select Multiple component - by @ juujisai
    #2112: Improved reading of delay time after which the Modals display change - by @ iprzybysz
    #2116: Improved reading of transition duration for the Select component - by @ iprzybysz
    #2119: Improved step change animation for the Stepper component - by @ juujisai
    #2121: Select - fixed cross-site scripting issue - by @ iprzybysz
    #2122: Fixed issues with Sidenav right not showing when horizontal scrollbar is visible - by @ iprzybysz
    #2127: Fixed issues with Timepicker not updating the modal after time was set by hand inside the input - by @ iprzybysz
    #2132: Fixed issues with Stepper events - added onChangeStep and onChangedStep events - by @ juujisai
    #2135: Fixed issues with doubleclicking the inline datepicker inside Datetimepicker component - by @ juujisai
    #2174: Fixed disabling completed steps in no-editable Stepper - by @ mako3577
    #2189: Fixed issues with timepicker dispose method causing dropdowns to stop working - by @ iprzybysz

  • 1.0.0 - 2023-09-11

    We are thrilled to announce the stable release of Tailwind Elements v1.0.0! In this release we fixed few issues and made sure that the components are working as expected. We hope you will enjoy the Tailwind Elements!

    Note: Checkout the Quick Start page to see how to add options to the initTE method.

    Docs

    #1906: Fixed modal examples that had input in them - by @ juujisai

    Fixed & improved

    #1913: Fixed issues with dismissing components - by @ juujisai
    #1902: Updated Tailwind Elements starter content - by @ juujisai
    #1893: The initTE method now allows users to specify additional options - by @ juujisai

from tw-elements GitHub release notes
Commit messages
Package name: tw-elements
  • 026a359 Update package version
  • 02ea940 Merge branch 'docs' of https://github.com/mdbootstrap/Tailwind-Elements into v1.1.0
  • 997c656 Add bun instructions (#2175)
  • 51edc8a Fix sidenav issues
  • 1d3b547 Add v1.1.0 changelog (#2192)
  • 334cf76 Merge branch 'docs' of https://github.com/mdbootstrap/Tailwind-Elements into v1.1.0
  • 2eb4908 Update / add intro about TWE license inside repo files
  • 427921f Update License File
  • fc17056 turn off cyber week
  • fa36b76 Update files/readme
  • f7ada41 Multi Range Slider: corrections before release v1.1.0 (#2210)
  • f751a02 Fix autocomplete issue with opening on focus
  • a4f2611 Update twe version in footer-scripts
  • 95c4462 Merge branch 'docs' of https://github.com/mdbootstrap/Tailwind-Elements into v1.1.0
  • 029e847 Multi Range Slider component (#2194)
  • 1d0cffc Input: fix focus with init via JS (#2190)
  • cb9dfa0 Timepicker: fix dispose method (#2195)
  • 80baa5c PGusciora corrected names from TE to TWE (#2185)
  • 773f678 Chips: fix input focus after click on Chip (#2182)
  • 43a0ae5 Tabs: remove neutral-50 color example (#2180)
  • f0f3552 Modal - add backdrop class customization (#2181)
  • 206a0f2 Dropdown - add animationDuration option (#2184)
  • 37c8ddb Modal: fix displaying positions on smaller screens (#2186)
  • fb7c11a Modal: fix displaying positions on smaller screens (#2187)

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

👩‍💻 Set who automatically gets assigned

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

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.

None yet

3 participants