DEV Community

Cover image for TW Elements v1.1.0 Released!
Maciej
Maciej

Posted on

TW Elements v1.1.0 Released!

TW Elements v1.1.0 - 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.

The main goal of Bun is to reduce the startup times and memory usage of created apps. Vite works with Bun out of the box. TW Elements can be imported in Vite applications according to the following procedure.

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

Top comments (0)