daisyui 1.16.2 → 1.16.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/README.md +5 -2
- package/dist/full.css +1 -1
- package/dist/utilities.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [1.16.4](https://github.com/saadeghi/daisyui/compare/v1.16.2...v1.16.4) (2021-12-11)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* [#329](https://github.com/saadeghi/daisyui/issues/329) ([11cd125](https://github.com/saadeghi/daisyui/commit/11cd125a491f2927b89dd9197d6a09cd9d9709b2))
|
|
11
|
+
|
|
12
|
+
### [1.16.3](https://github.com/saadeghi/daisyui/compare/v1.16.2...v1.16.3) (2021-12-11)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* [#329](https://github.com/saadeghi/daisyui/issues/329) ([11cd125](https://github.com/saadeghi/daisyui/commit/11cd125a491f2927b89dd9197d6a09cd9d9709b2))
|
|
18
|
+
|
|
5
19
|
### [1.16.2](https://github.com/saadeghi/daisyui/compare/v1.16.1...v1.16.2) (2021-11-07)
|
|
6
20
|
|
|
7
21
|
|
package/README.md
CHANGED
|
@@ -79,7 +79,7 @@ Loading CSS files from CDN is not recommended for production. It's better to ins
|
|
|
79
79
|
|
|
80
80
|
|
|
81
81
|
```html
|
|
82
|
-
<link href="https://cdn.jsdelivr.net/npm/daisyui@1.16.
|
|
82
|
+
<link href="https://cdn.jsdelivr.net/npm/daisyui@1.16.2/dist/full.css" rel="stylesheet" type="text/css" />
|
|
83
83
|
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2/dist/tailwind.min.css" rel="stylesheet" type="text/css" />
|
|
84
84
|
```
|
|
85
85
|
|
|
@@ -205,12 +205,15 @@ Read the documents for more info:
|
|
|
205
205
|
- [Siecle Digital](https://siecledigital.fr/2021/05/29/daisyui-plugin-gratuit-avec-composants-tailwind-css-a/)
|
|
206
206
|
- [speckyboy](https://speckyboy.com/weekly-news-for-designers-594/)
|
|
207
207
|
- [dailydev](https://app.daily.dev/posts/-4OPGw0te)
|
|
208
|
+
- [Future Tech Blog (Japanese)](https://future-architect.github.io/articles/20211124a/)
|
|
208
209
|
- Youtube videos
|
|
209
|
-
- [DaisyUI : Worth a try or skip on by?](https://www.youtube.com/watch?v=hM9fENyAquM)
|
|
210
210
|
- [Setup the Best Frontend JavaScript Stack - Svelte, Vite, TailwindCSS and DaisyUI](https://www.youtube.com/watch?v=mEBPN_9jTAE)
|
|
211
|
+
- [Jamstack powered Image gallery with Cloudinary, Tailwind and DaisyUI](https://www.youtube.com/watch?v=Hpjq0D1vcpM)
|
|
211
212
|
- [SvelteKit Crash Course w/ Tailwind CSS and DaisyUI, GraphQL and dynamic routes](https://www.youtube.com/watch?v=zH2qG9YwN3s)
|
|
213
|
+
- [DaisyUI : Worth a try or skip on by?](https://www.youtube.com/watch?v=hM9fENyAquM)
|
|
212
214
|
- [How to use daisyUI in SvelteKit?](https://www.youtube.com/watch?v=haKnkk6ds20)
|
|
213
215
|
- [DaisyUI Untuk Yang Mau Pindah ke TailwindCSS dari Bootstrap (Indonesian)](https://www.youtube.com/watch?v=Wm2g6FWec34)
|
|
216
|
+
- [Next.js - Tailwind - DeisyUI Setup](https://www.youtube.com/watch?v=uXQgJbUj3PQ)
|
|
214
217
|
- Courses
|
|
215
218
|
- [Building with SvelteKit and GraphCMS](https://explorers.netlify.com/learn/building-with-sveltekit-and-graphcms)
|
|
216
219
|
- [Svelte for Beginners by Mike Karan](https://www.udemy.com/course/svelte-for-beginners/)
|