Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: mdbootstrap/TW-Elements

v2.0.0

04 Mar 15:11
Compare
Choose a tag to compare
Loading

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 theMigration 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
  • AddedIcons Integration tutorial
  • UpdatedDjango Integration tutorial - added initializing via JS section
  • AddedQwik Integration tutorial
  • AddedASP.NET Integration tutorial
  • AddedClass customization tutorial
  • Extended shadows
  • Updated icons across all components
  • Alert andToast - added new functionalities and new examples:
    • position, container and offset options
  • Stepper - added new functionalities and new examples:
    • Validation functionalities inLinear 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 andPopover - 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 withMultiselect 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
Assets2
Loading
Trochonovitz, Konstantin-Dudersky, marveluck, and bobo52310 reacted with hooray emojiTrochonovitz, marveluck, and theo19aspa75 reacted with heart emojiTrochonovitz and marveluck reacted with rocket emojiTrochonovitz and marveluck reacted with eyes emoji
5 people reacted

v1.1.0

04 Dec 08:58
Compare
Choose a tag to compare
Loading

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

Loading
Trochonovitz reacted with hooray emojiTrochonovitz reacted with heart emojiTrochonovitz reacted with rocket emoji
1 person reacted

v1.0.0

11 Sep 06:01
3cff44b
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

We are thrilled to announce the stable release of Tailwind Elementsv1.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 theQuick Start page to see how to add options to theinitTE 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

Loading
houseme, aymanalhattami, baflow, Trochonovitz, todbapi, and bitsnaps reacted with thumbs up emojitodbapi reacted with hooray emojig0rbe and Trochonovitz reacted with heart emoji
7 people reacted

v1.0.0-rc.1

28 Aug 08:55
Compare
Choose a tag to compare
Loading
v1.0.0-rc.1Pre-release
Pre-release

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

Loading
houseme, smolenski-mikolaj, and viocassel reacted with thumbs up emojismolenski-mikolaj reacted with hooray emojismolenski-mikolaj and 2a5A1Ghu1 reacted with rocket emoji
4 people reacted

v1.0.0-beta3

31 Jul 06:23
Compare
Choose a tag to compare
Loading
v1.0.0-beta3Pre-release
Pre-release

In this release, we're introducing severalnew components and implementing numerous improvements andbug fixes. Notably, we've included a detailed guide on working withLegacy documentation and informative tutorials on effectively utilizingInternationalization (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

Fixed & improved

Read more
Loading
BrunoGGM reacted with hooray emoji
1 person reacted

v1.0.0-beta2

11 Apr 06:44
Compare
Choose a tag to compare
Loading
v1.0.0-beta2Pre-release
Pre-release

This release brings huge improvements to the optimization of JS files. We decided tomigrate from Webpack to Vite and addsupport for ES modules. This gives a significant weight reduction of the files built with our components, but requires their individual import and initialization. In addition, we implemented asystem option for the dark theme in docs, checked many reports regardingintegration with external tools and prepareddedicated guides.

New features

New components

Docs

Optimization & refactor

Fixed & improved

Dependencies

Dark mode integration

Contributors

  • @Martussky
  • @smolenski-mikolaj
  • @Trochonovitz
  • @juujisai
  • @iprzybysz
Martussky, smolenski-mikolaj, and 3 other contributors
Loading
Trochonovitz reacted with hooray emojianatolinicolae, filipkappa, Trochonovitz, and VisualSource reacted with heart emojiTrochonovitz reacted with rocket emoji
4 people reacted

v1.0.0-beta1

20 Feb 09:22
Compare
Choose a tag to compare
Loading
v1.0.0-beta1Pre-release
Pre-release

In this breakthrough version we focused our attention on removing all custom classes from the UI KIT in favor of aTailwind CSS system. Each component has been integrated with thedark theme. We added the option tocustomize classes in all components, even those with a complex structure. We migratedicons to SVG format, also giving full freedom to personalize them.

Our set has been extended with new complexSidenav andSelect components. Design system was improved to match theMaterial Minimal guidelines. Thewebsite got a new layout, as well as new functionalities such asAPI tab ormodes switcher.

New features

New components

Docs

Optimization & refactor

Fixed & improved

Dependencies

Dark mode integration

Read more

Contributors

  • @Martussky
  • @smolenski-mikolaj
  • @Shigure92
  • @Trochonovitz
  • @juujisai
  • @r-jacko
  • @iprzybysz
Martussky, smolenski-mikolaj, and 5 other contributors
Loading
jdnichollsc reacted with thumbs up emojijdnichollsc reacted with laugh emojiTrochonovitz, juujisai, bwsky-a, sneycampos, rushenn, catchmareck, and jdnichollsc reacted with hooray emoji1isten, Trochonovitz, filipkappa, juujisai, marveluck, rushenn, catchmareck, and jdnichollsc reacted with heart emojiTrochonovitz, filipkappa, juujisai, catchmareck, and jdnichollsc reacted with rocket emoji
10 people reacted

v1.0.0-alpha13

29 Nov 10:58
Compare
Choose a tag to compare
Loading
v1.0.0-alpha13Pre-release
Pre-release
Release 1.0.0-alpha13
Loading

[8]ページ先頭

©2009-2025 Movatter.jp