Skip to content

Commit 1d3b547

Browse files
authored
Add v1.1.0 changelog (#2192)
* Add v1.1.0 changelog * Changelog v1.1.0 - update link * Add new position to v1.1.0 changelog
1 parent 334cf76 commit 1d3b547

File tree

2 files changed

+346
-0
lines changed

2 files changed

+346
-0
lines changed

site/content/docs/standard/getting-started/changelog/index-ss.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
---
33

44
<li class="mb-1 pl-[9px] text-[0.85rem]" data-te-spy-active>
5+
<a href="#v1.1.0">v1.1.0</a>
6+
</li>
7+
<li class="mb-1 pl-[9px] text-[0.85rem]">
58
<a href="#v1.0.0">v1.0.0</a>
69
</li>
710
<li class="mb-1 pl-[9px] text-[0.85rem]">

site/content/docs/standard/getting-started/changelog/index.html

Lines changed: 343 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,349 @@ <h2 class="text-3xl font-semibold leading-tight">New release coming soon</h2>
218218
<hr class="mb-14 mt-10 dark:border-gray-600" />
219219

220220
<section id="changelog">
221+
<!-- Release data -->
222+
<section
223+
id="v1.1.0"
224+
class="mb-6 rounded-lg border border-gray-300 p-5 dark:border-gray-600">
225+
<a
226+
href="https://github.com/mdbootstrap/tailwind-elements/releases/tag/v1.1.0">
227+
<h2
228+
class="inline-block text-[32px] font-semibold hover:underline"
229+
data-te-spy-item>
230+
v1.1.0
231+
</h2>
232+
</a>
233+
<p class="-mt-2 mb-8 font-normal text-gray-500 dark:text-gray-400">
234+
released 04.12.2023
235+
</p>
236+
237+
<!-- Github common content -->
238+
<div class="markdown-body">
239+
<p>
240+
In this release, we are introducing new Autocomplete and Multi Range
241+
Slider components. We also updated integration tutorials and added new
242+
guides for SvelteKit and Bun. Our team has also addressed lots of issues
243+
and improved the overall customization options for our components.
244+
</p>
245+
246+
<h3>New features</h3>
247+
<ul>
248+
<li>
249+
<a href="https://github.com/mdbootstrap/TW-Elements/issues/1932"
250+
>#1932</a
251+
>: Added new shadow classes to the TW Elements plugin and updated the
252+
Shadows page - by @juujisai
253+
</li>
254+
<li>
255+
<a href="https://github.com/mdbootstrap/TW-Elements/issues/2040"
256+
>#2040</a
257+
>: Prepared environment for unit testing - by @Trochonovitz
258+
</li>
259+
<li>
260+
<a href="https://github.com/mdbootstrap/TW-Elements/issues/2064"
261+
>#2064</a
262+
>: Added Bun integration guide - by @juujisai
263+
</li>
264+
<li>
265+
<a href="https://github.com/mdbootstrap/TW-Elements/issues/2108"
266+
>#2108</a
267+
>: Added SvelteKit integration tutorial - by @iprzybysz
268+
</li>
269+
</ul>
270+
271+
<h3>New components</h3>
272+
<ul>
273+
<li>
274+
<a href="https://github.com/mdbootstrap/TW-Elements/issues/2008"
275+
>#2008</a
276+
>: Added Autocomplete component - by @juujisai
277+
</li>
278+
<li>
279+
<a href="https://github.com/mdbootstrap/TW-Elements/issues/2152"
280+
>#2152</a
281+
>: Added Multi Range Slider component - by @iprzybysz
282+
</li>
283+
</ul>
284+
285+
<h3>Docs</h3>
286+
<ul>
287+
<li>
288+
<a href="https://github.com/mdbootstrap/TW-Elements/issues/1641"
289+
>#1641</a
290+
>: Fixed issue where links from API tabs section won't change the tab
291+
to API - by @juujisai
292+
</li>
293+
<li>
294+
<a href="https://github.com/mdbootstrap/TW-Elements/issues/1937"
295+
>#1937</a
296+
>: Fixed Charts examples where options were not provided correctly -
297+
by @iprzybysz
298+
</li>
299+
<li>
300+
<a href="https://github.com/mdbootstrap/TW-Elements/issues/1948"
301+
>#1948</a
302+
>: Updated integration tutorials and added section with
303+
troubleshooting - by @iprzybysz
304+
</li>
305+
<li>
306+
<a href="https://github.com/mdbootstrap/TW-Elements/issues/1953"
307+
>#1953</a
308+
>: Fixed issue with search results from external domains not opening
309+
in a new tab - by @juujisai
310+
</li>
311+
<li>
312+
<a href="https://github.com/mdbootstrap/TW-Elements/pull/1960"
313+
>#1960</a
314+
>: Updated the optimization page information about the
315+
<code>initTE</code> method - by @letzfets
316+
</li>
317+
<li>
318+
<a href="https://github.com/mdbootstrap/TW-Elements/issues/1982"
319+
>#1982</a
320+
>: Updated Charts examples size on mobiles - by @njolipatrick,
321+
@juujisai
322+
</li>
323+
<li>
324+
<a href="https://github.com/mdbootstrap/TW-Elements/issues/2010"
325+
>#2010</a
326+
>: Added Roboto import to tutorials - by @juujisai
327+
</li>
328+
<li>
329+
<a href="https://github.com/mdbootstrap/TW-Elements/issues/2027"
330+
>#2027</a
331+
>: Renamed zip package to <code>twe-starter</code> - by @juujisai
332+
</li>
333+
<li>
334+
<a href="https://github.com/mdbootstrap/TW-Elements/issues/2039"
335+
>#2039</a
336+
>: Updated toasts icons - by @Trochonovitz
337+
</li>
338+
<li>
339+
<a href="https://github.com/mdbootstrap/TW-Elements/issues/2045"
340+
>#2045</a
341+
>: Fixed Modal examples visibility on smaller screens - by
342+
@Trochonovitz
343+
</li>
344+
<li>
345+
<a href="https://github.com/mdbootstrap/TW-Elements/issues/2047"
346+
>#2047</a
347+
>: Removed outdated Tab color example - by @Trochonovitz
348+
</li>
349+
<li>
350+
<a href="https://github.com/mdbootstrap/TW-Elements/issues/2074"
351+
>#2074</a
352+
>: Fixed event name in Datetimepicker documentation - by @juujisai
353+
</li>
354+
<li>
355+
<a href="https://github.com/mdbootstrap/TW-Elements/issues/2083"
356+
>#2083</a
357+
>: Fixed mobile styling on the main page and Search page - by
358+
@juujisai
359+
</li>
360+
<li>
361+
<a href="https://github.com/mdbootstrap/TW-Elements/issues/2094"
362+
>#2094</a
363+
>: Updated <code>search.json</code> file - by @juujisai
364+
</li>
365+
<li>
366+
<a href="https://github.com/mdbootstrap/TW-Elements/issues/2105"
367+
>#2105</a
368+
>: Updated snippets on Getting Started page - by @iprzybysz
369+
</li>
370+
<li>
371+
<a href="https://github.com/mdbootstrap/TW-Elements/pull/2117"
372+
>#2117</a
373+
>: Fixed a typo inside flexbox tutorial - by @Mike2020x
374+
</li>
375+
<li>
376+
<a href="https://github.com/mdbootstrap/TW-Elements/issues/2138"
377+
>#2138</a
378+
>: Removed double inits from components snippets - by @iprzybysz
379+
</li>
380+
<li>
381+
<a href="https://github.com/mdbootstrap/TW-Elements/pull/2148"
382+
>#2148</a
383+
>: Fixed typo in Vertically Centered Modal snippet - by @liamka
384+
</li>
385+
</ul>
386+
387+
<h3>Fixed & improved</h3>
388+
<ul>
389+
<li>
390+
<a href="https://github.com/mdbootstrap/TW-Elements/issues/1929"
391+
>#1929</a
392+
>: Updated dropdown animation for the Select component - by @iprzybysz
393+
</li>
394+
<li>
395+
<a href="https://github.com/mdbootstrap/TW-Elements/issues/1938"
396+
>#1938</a
397+
>: Fixed issue with <code>setValue</code> method not triggering events
398+
in Multiple Select - by @Trochonovitz
399+
</li>
400+
<li>
401+
<a href="https://github.com/mdbootstrap/TW-Elements/issues/1947"
402+
>#1947</a
403+
>: Fixed issues with datepicker and timepicker options in
404+
Datetimepicker - by @juujisai
405+
</li>
406+
<li>
407+
<a href="https://github.com/mdbootstrap/TW-Elements/issues/1986"
408+
>#1986</a
409+
>: Removed inheriting <code>name</code> attribute by Select input
410+
element - by @Trochonovitz
411+
</li>
412+
<li>
413+
<a href="https://github.com/mdbootstrap/TW-Elements/issues/1997"
414+
>#1997</a
415+
>: Added arrow customization to Select component - by @Trochonovitz
416+
</li>
417+
<li>
418+
<a href="https://github.com/mdbootstrap/TW-Elements/issues/2005"
419+
>#2005</a
420+
>: Added <code>autoclose</code> option to remove Alert from DOM after
421+
closing - by @Trochonovitz
422+
</li>
423+
<li>
424+
<a href="https://github.com/mdbootstrap/TW-Elements/issues/2006"
425+
>#2006</a
426+
>: Fixed errors that occured when disposing the Rating component - by
427+
@Trochonovitz
428+
</li>
429+
<li>
430+
<a href="https://github.com/mdbootstrap/TW-Elements/pull/2106"
431+
>#2106</a
432+
>: Fixed issue with Modals dispose method not removing event listeners
433+
- by @Trochonovitz
434+
</li>
435+
<li>
436+
<a href="https://github.com/mdbootstrap/TW-Elements/issues/2012"
437+
>#2012</a
438+
>: Improved reading of the main colors for the Ripple component - by
439+
@juujisai
440+
</li>
441+
<li>
442+
<a href="https://github.com/mdbootstrap/TW-Elements/issues/2036"
443+
>#2036</a
444+
>: Datatables - Fixed issue with not beeing able to scroll on the
445+
table on smaller screens - by @Trochonovitz
446+
</li>
447+
<li>
448+
<a href="https://github.com/mdbootstrap/TW-Elements/issues/2043"
449+
>#2043</a
450+
>: Fixed the interval option for Animations - by @iprzybysz
451+
</li>
452+
<li>
453+
<a href="https://github.com/mdbootstrap/TW-Elements/issues/2046"
454+
>#2046</a
455+
>: Fixed flashing outline border inside Chips - by @Trochonovitz
456+
</li>
457+
<li>
458+
<a href="https://github.com/mdbootstrap/TW-Elements/issues/2050"
459+
>#2050</a
460+
>: Fixed Input issues with label width when initialized via JS - by
461+
@Trochonovitz
462+
</li>
463+
<li>
464+
<a href="https://github.com/mdbootstrap/TW-Elements/issues/2051"
465+
>#2051</a
466+
>: Updated component intros - by @juujisai
467+
</li>
468+
<li>
469+
<a href="https://github.com/mdbootstrap/TW-Elements/issues/2055"
470+
>#2055</a
471+
>: Added option to customize animation duration inside Dropdowns - by
472+
@juujisai
473+
</li>
474+
<li>
475+
<a href="https://github.com/mdbootstrap/TW-Elements/issues/2062"
476+
>#2062</a
477+
>: Added listeners for Select value changes inside the Validation
478+
component - by @juujisai
479+
</li>
480+
<li>
481+
<a href="https://github.com/mdbootstrap/TW-Elements/issues/2075"
482+
>#2075</a
483+
>: Added current Datetimepicker value to the
484+
<code>datetimeChange.te.datetimepicker</code> event - by @Trochonovitz
485+
</li>
486+
<li>
487+
<a href="https://github.com/mdbootstrap/TW-Elements/issues/2080"
488+
>#2080</a
489+
>: Added possibility for backdrop customization in Modals - by
490+
@juujisai
491+
</li>
492+
<li>
493+
<a href="https://github.com/mdbootstrap/TW-Elements/issues/2098"
494+
>#2098</a
495+
>: Added possiblity to customize classes of the select all option
496+
inside the Select Multiple component - by @juujisai
497+
</li>
498+
<li>
499+
<a href="https://github.com/mdbootstrap/TW-Elements/issues/2112"
500+
>#2112</a
501+
>: Improved reading of delay time after which the Modals display
502+
change - by @iprzybysz
503+
</li>
504+
<li>
505+
<a href="https://github.com/mdbootstrap/TW-Elements/issues/2116"
506+
>#2116</a
507+
>: Improved reading of transition duration for the Select component -
508+
by @iprzybysz
509+
</li>
510+
<li>
511+
<a href="https://github.com/mdbootstrap/TW-Elements/issues/2119"
512+
>#2119</a
513+
>: Improved step change animation for the Stepper component - by
514+
@juujisai
515+
</li>
516+
<li>
517+
<a href="https://github.com/mdbootstrap/TW-Elements/issues/2121"
518+
>#2121</a
519+
>: Select - fixed cross-site scripting issue - by @iprzybysz
520+
</li>
521+
<li>
522+
<a href="https://github.com/mdbootstrap/TW-Elements/issues/2122"
523+
>#2122</a
524+
>: Fixed issues with Sidenav right not showing when horizontal
525+
scrollbar is visible - by @iprzybysz
526+
</li>
527+
<li>
528+
<a href="https://github.com/mdbootstrap/TW-Elements/issues/2127"
529+
>#2127</a
530+
>: Fixed issues with Timepicker not updating the modal after time was
531+
set by hand inside the input - by @iprzybysz
532+
</li>
533+
<li>
534+
<a href="https://github.com/mdbootstrap/TW-Elements/issues/2132"
535+
>#2132</a
536+
>: Fixed issues with Stepper events - added
537+
<code>onChangeStep</code> and <code>onChangedStep</code> events - by
538+
@juujisai
539+
</li>
540+
<li>
541+
<a href="https://github.com/mdbootstrap/TW-Elements/issues/2135"
542+
>#2135</a
543+
>: Fixed issues with doubleclicking the inline datepicker inside
544+
Datetimepicker component - by @juujisai
545+
</li>
546+
<li>
547+
<a href="https://github.com/mdbootstrap/TW-Elements/pull/2174"
548+
>#2174</a
549+
>: Fixed disabling completed steps in no-editable Stepper - by
550+
@mako3577
551+
</li>
552+
<li>
553+
<a href="https://github.com/mdbootstrap/TW-Elements/issues/2189"
554+
>#2189</a
555+
>: Fixed issues with timepicker dispose method causing dropdowns to
556+
stop working - by @iprzybysz
557+
</li>
558+
</ul>
559+
</div>
560+
<!-- Github common content -->
561+
</section>
562+
<!-- Release data -->
563+
221564
<!-- Release data -->
222565
<section
223566
id="v1.0.0"

0 commit comments

Comments
 (0)