You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+13-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,16 @@
1
-
## [1.0.0-beta] - [2024-09-23]
1
+
## [1.1.0] - [2024-10-09]
2
+
3
+
### Added
4
+
5
+
- Integrated the third-party [Wave](https://flyonui.com/docs/third-party-plugins/wave-effect/) plugin for a ripple effect, enhancing interactive elements.
6
+
7
+
### Updated
8
+
9
+
1. Corrected spelling errors for the stripped class in the table and progress sections.
10
+
2. Fixed class specificity in card.
11
+
3. Fixed a typo in the documentation: changed “sematic” to “semantic”. [#6](https://github.com/themeselection/flyonui/issues/6)
Created by [ThemeSelection](https://themeselection.com), with a commitment to empowering the open-source community.
25
+
15
26
---
16
27
17
-
## Table of Contents
28
+
## Table of Contents 📋
18
29
19
30
-[Table of Contents](#table-of-contents)
20
31
-[Overview](#overview)
@@ -32,21 +43,21 @@
32
43
33
44
---
34
45
35
-
## Overview
46
+
## Overview 🌏
36
47
37
48
FlyonUI is designed to combine the best of both worlds: the aesthetic appeal of semantic classes and the powerful functionality of JS plugins.
38
49
39
50
Under the hood, it uses the strengths of:
40
51
41
52
-[Tailwind CSS](https://tailwindcss.com/) A utility-first CSS framework that helps you build beautiful websites with ease.
42
-
-[DaisyUI](https://daisyui.com/) adds component sematic class names to Tailwind CSS so you can make beautiful websites faster, easier and Maintainable.
53
+
-[daisyUI](https://daisyui.com/) adds component semantic class names to Tailwind CSS so you can make beautiful websites faster, easier and Maintainable.
43
54
-[Preline](https://preline.co/plugins.html) JavaScript headless & fully unstyled Tailwind plugins for accessible, responsive UI. Enhance experiences with animations, transitions, and more.
44
55
45
-
## Why should I use FlyonUI?
56
+
## Why should I use FlyonUI? 💡
46
57
47
58
Using Tailwind CSS alone may lead to cluttered HTML with numerous utility classes, which can be a nightmare to maintain.
48
59
49
-
Apart from that Tailwind CSS or DaisyUI doesn’t provide any interactive headless JavaScript components like accordion, overlay, dropdowns, etc…
60
+
Apart from that Tailwind CSS or daisyUI doesn’t provide any interactive headless JavaScript components like accordion, overlay, dropdowns, etc…
FlyonUI can be easily integrated into any existing Tailwind CSS project.
76
102
@@ -126,7 +152,7 @@ To use FlyonUI, ensure that you have [Node.js](https://nodejs.org/en/) and [Tail
126
152
127
153
FlyonUI components offer native RTL support. Simply add the `dir="rtl"` attribute to your HTML element to enable this feature.
128
154
129
-
## Available Components
155
+
## Available Components 🧩
130
156
131
157
FlyonUI provides a robust library of UI components built with Tailwind CSS utility classes, enabling fast and efficient web development. Our library includes 78+ components, from basic elements like buttons and cards to more complex third-party integrations.
132
158
@@ -227,14 +253,21 @@ FlyonUI provides a robust library of UI components built with Tailwind CSS utili
227
253
228
254
[Explore all components](https://flyonui.com/docs/components/accordion/)
229
255
230
-
## Community
256
+
## Community 🤝
231
257
232
258
Join the FlyonUI community to discuss the library, ask questions, and share your experiences:
233
259
234
-
- 📢 [Follow us on Twitter](https://x.com/flyonui)
235
-
- ⌨️ [Discuss on GitHub](https://github.com/themeselection/flyonui/discussions)
260
+
- 🐦 [Follow us on Twitter](https://x.com/flyonui)
261
+
- 💬 [Discuss on GitHub](https://github.com/themeselection/flyonui/discussions)
262
+
- 🎮 [Join us on Discord](https://discord.com/invite/kBHkY7DekX)
236
263
237
-
## Credits
264
+
## Contributing 📝
265
+
266
+
Fix a bug, or add a new feature. You can make a pull request and see your code in the next version of FlyonUI.
267
+
268
+
Before adding a pull request, please see the **[contributing guidelines](https://github.com/themeselection/flyonui/blob/main/.github/CONTRIBUTING.md)**.
269
+
270
+
## Credits 🤘
238
271
239
272
We are grateful for the contributions of the open-source community, particularly:
240
273
@@ -244,9 +277,15 @@ We are grateful for the contributions of the open-source community, particularly
244
277
245
278
These projects form the backbone of FalyonUI, allowing us to build a powerful and user-friendly UI kit.
0 commit comments