daisyui 1.16.0 → 1.16.1

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 CHANGED
@@ -2,6 +2,14 @@
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.1](https://github.com/saadeghi/daisyui/compare/v1.16.0...v1.16.1) (2021-11-01)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * [#261](https://github.com/saadeghi/daisyui/issues/261) - Added Right Padding for Collapse Arrow ([28a34d4](https://github.com/saadeghi/daisyui/commit/28a34d42d480509a364ebf3cffd6541b2cb4162e))
11
+ * [#279](https://github.com/saadeghi/daisyui/issues/279) - Vertical steps resize to content ([ed7fad6](https://github.com/saadeghi/daisyui/commit/ed7fad696f9bc1d1687c45da19972a8845f27e87))
12
+
5
13
  ## [1.16.0](https://github.com/saadeghi/daisyui/compare/v1.15.0...v1.16.0) (2021-10-23)
6
14
 
7
15
 
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.15.0/dist/full.css" rel="stylesheet" type="text/css" />
82
+ <link href="https://cdn.jsdelivr.net/npm/daisyui@1.16.0/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
 
@@ -206,11 +206,13 @@ Read the documents for more info:
206
206
  - [speckyboy](https://speckyboy.com/weekly-news-for-designers-594/)
207
207
  - [dailydev](https://app.daily.dev/posts/-4OPGw0te)
208
208
  - Youtube videos
209
+ - [DaisyUI : Worth a try or skip on by?](https://www.youtube.com/watch?v=hM9fENyAquM)
209
210
  - [Setup the Best Frontend JavaScript Stack - Svelte, Vite, TailwindCSS and DaisyUI](https://www.youtube.com/watch?v=mEBPN_9jTAE)
210
211
  - [SvelteKit Crash Course w/ Tailwind CSS and DaisyUI, GraphQL and dynamic routes](https://www.youtube.com/watch?v=zH2qG9YwN3s)
211
212
  - [How to use daisyUI in SvelteKit?](https://www.youtube.com/watch?v=haKnkk6ds20)
212
213
  - [DaisyUI Untuk Yang Mau Pindah ke TailwindCSS dari Bootstrap (Indonesian)](https://www.youtube.com/watch?v=Wm2g6FWec34)
213
214
  - Courses
215
+ - [Building with SvelteKit and GraphCMS](https://explorers.netlify.com/learn/building-with-sveltekit-and-graphcms)
214
216
  - [Svelte for Beginners by Mike Karan](https://www.udemy.com/course/svelte-for-beginners/)
215
217
 
216
218
  </details>