TW-Elements

𝙃𝙪𝙜𝙚 collection of Tailwind MIT licensed (free) components, sections and templates 😎

OTHER License

Downloads
120.2K
Stars
12.6K
Committers
145

Bot releases are visible (Hide)

TW-Elements - v2.0.0 Latest Release

Published by juujisai 8 months ago

TWE package went through a serious refactoring and unification process. We have changed a lot of things to make TWE more consistent and easier to use. Our team has also addressed lots of issues and improved the overall customization options for our components.

Breaking changes:

  • Changed name te to twe in data attributes, events, methods etc.
  • Unified event and method names, added new events, removed some methods
  • Changed package file structure
  • Charts became a separate file - removed dynamic import and built as a different module
  • Deleted most arbitrary classes across all components and replaced them with Tailwind CSS or custom TWE classes - extended plugin
  • Improved RTL support in our package
  • Added unit tests for all components in the package
  • To make the transition to TWE v2 easier we prepared a list of changes needed in existing projects, which you can find in the Migration guide.

Design updates:
Implemented a comprehensive theming system that extends across all components, allowing for greater customization and visual coherence throughout the package.

New features:

  • Updated paths in tailiwnd.config.js snippets - changes connected with package file structure
  • Added Icons Integration tutorial
  • Updated Django Integration tutorial - added initializing via JS section
  • Added Qwik Integration tutorial
  • Added ASP.NET Integration tutorial
  • Added Class customization tutorial
  • Extended shadows
  • Updated icons across all components
  • Alert and Toast - added new functionalities and new examples:
    • position, container and offset options
  • Stepper - added new functionalities and new examples:
    • Validation functionalities in Linear Stepper - default HTML validation and with Validation component
    • Mobile Stepper - stepperMobileBackBtn, stepperMobileBackBtnIcon, stepperMobileBarBreakpoint, stepperMobileNextBtn, stepperMobileNextBtnIcon, stepperMobileOfTxt and stepperMobileStepTxt options
    • Possibility to toggle to Vertical or Mobile Stepper on smaller screens - stepperMobileBreakpoint, stepperVerticalBreakpoint
    • data-twe-stepper-optional attribute which marks a step as optional
    • stepperHeadClick options which block the possibility of changing a step by clicking on another step
  • Scrollspy - added new functionalities and new examples:
    • collapsible and smooth scroll options
  • Search - added new examples
  • Spinner / Loader - added new examples

Fixed & improved:

Content & Styles:

Navigation:

  • Sidenav:
    • Fixed an issue with Ripple in the update method
    • Fixed wrong data attribute name for active sidenav state
    • Added a data-twe-sidenav-slim-active attribute that changes upon switching from full to slim sidenav

Components:

  • Carousel:
    • Fixed jQueryInterface and dispose methods
    • Fixed an issue with not triggering interval when the ride option is true and slides are manually changed (e.g. via the next method)
    • Fixed an issue with initialization via JS without data-twe-carousel-init which made the component not animate when changing slides
  • Chips - Fixed dispose method and add.twe.chips event
  • Popconfirm
    • Added FocusTrap
    • Fixed an issue with scrolling in Popconfirm modal - disabled scrolling when the modal is opened and restored it when the modal is closed
    • Fixed the way of adding event listeners, the cancel event and dispose method
  • Rating - Fixed dispose method
  • Tooltip and Popover - updated default component template

Forms:

  • Autocomplete:
    • Fixed an issue with clicking on No results found field
    • Added offset option which allows to customize the popper offset
    • Fixed issues with input focus after closing the dropdown on the ESC key
    • Fixed toggling aria-expanded value
  • Select:
    • Fixed toggling aria-expanded value
    • Fixed an issue with Multiselect with labels - after opening the dropdown the middle notch had a border top
    • Fixed an issue where after filtering options and closing the dropdown, the setValue method was not functioning and caused the select to malfunction upon reopening

Data:

  • Charts - made the config parameter optional within the update method
  • Datatables - fixed wrong element and method in PerfectScrollbar usage

Utils:

  • Backdrop - fix an issue with undefined class
TW-Elements - v1.1.0

Published by juujisai 11 months ago

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

TW-Elements - v1.0.0

Published by juujisai about 1 year ago

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

TW-Elements - v1.0.0-rc.1

Published by juujisai about 1 year ago

We're excited to introduce the Release Candidate version of Tailwind Elements, bringing us just a step away from the v1.0.0 release.

In this release, we were working on few new components and fixing some minor bugs. Let us know what you think about the new validation component and what we can further improve!

New features

#1569: Added Extended animations - by @iprzybysz
#1599: Added non-invasive modal and new modal examples - by @juujisai

New components

#1561: Clipboard - by @iprzybysz
#1562: Infinite scroll - by @iprzybysz
#1563: Lazy loading - by @iprzybysz
#1564: Loading management - by @iprzybysz
#1566: Smooth scroll - by @iprzybysz
#1567: Sticky - by @iprzybysz
#1568: Touch - by @iprzybysz
#1132: Validation - by @juujisai
#1558: Datetimepicker - by @juujisai

Docs

#1840: Added technology switcher to the main navbar - by @juujisai
#1867: Added border and border radius to videos on Quick Start page - by @juujisai
#1570: Added Privacy and GDPR Policy page - by @juujisai
#1852: Fixed init via JS snippet for Animations - by @iprzybysz
#1870: Fixed Select with CSS classes snippet - by @iprzybysz

Fixed & improved

#1573: Fixed Animations issues on smaller screens - by @iprzybysz
#1571: Improved styling for footer elements - by @iprzybysz
#1572: Fixed Placeholders issues on smaller screens - by @iprzybysz
#1844: Fixed colors of change time buttons in inline timepicker - by @iprzybysz
#1845: Fixed issues with changing time by arrows in inline timepicker - by @iprzybysz
#1877: Fixed issues with dropdowns inside navbar examples going off-viewport - by @iprzybysz
#1869: Fixed issues with css sourcemaps - by @juujisai

TW-Elements - v1.0.0-beta3

Published by juujisai about 1 year ago

In this release, we're introducing several new components and implementing numerous improvements and bug fixes. Notably, we've included a detailed guide on working with Legacy documentation and informative tutorials on effectively utilizing Internationalization (i18n) with Tailwind Elements. Additionally, we've also updated the look of some of our components and the layout of our documentation.

New features

New components

Docs

Optimization & refactor

  • #1345: Scroll to top button - code update, new preview - by @juujisai
  • #1506: Update the initialization of Carousel component and fix the autoplay issues - by @iprzybysz
  • #1538: Unify and change the Chips init - by @juujisai
  • #1543: Added possibility to change the input options and classes of the select component - by @iprzybysz
  • #1565: Added Scrollbar component to Sidenav - by @juujisai
  • #1623: Changed default line-height for paragraphs - by @iprzybysz
  • #1686: Removed h1 & code hardcoded styles from TE - by @juujisai

Fixed & improved

Dark mode integration

TW-Elements - v1.0.0-beta2

Published by smolenski-mikolaj over 1 year ago

TW-Elements - v1.0.0-beta1

Published by smolenski-mikolaj over 1 year ago

TW-Elements - v1.0.0-alpha13

Published by smolenski-mikolaj almost 2 years ago