Darkhorse-Fraternity / monad-stack

https://monad-stack-docs.vercel.app
MIT License
0 stars 0 forks source link

fix(deps): update dependency daisyui to v3 - autoclosed #81

Closed renovate[bot] closed 11 months ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
daisyui (source) ^2.51.3 -> ^3.0.0 age adoption passing confidence

Release Notes

saadeghi/daisyui (daisyui) ### [`v3.8.1`](https://togithub.com/saadeghi/daisyui/blob/HEAD/CHANGELOG.md#381-2023-09-27) [Compare Source](https://togithub.com/saadeghi/daisyui/compare/v3.8.0...v3.8.1) ### [`v3.8.0`](https://togithub.com/saadeghi/daisyui/blob/HEAD/CHANGELOG.md#380-2023-09-26) [Compare Source](https://togithub.com/saadeghi/daisyui/compare/v3.7.7...v3.8.0) ##### Features - `tooltip` color variants now can be extended using apply ([11fb1b1](https://togithub.com/saadeghi/daisyui/commit/11fb1b18ce572ea3cdadd5cf081447b4a66660a3)), closes [#​2371](https://togithub.com/saadeghi/daisyui/issues/2371) ##### 3.7.7 (2023-09-21) ##### 3.7.6 (2023-09-19) ##### Bug Fixes - [#​2333](https://togithub.com/saadeghi/daisyui/issues/2333) multidirection support for `join` ([#​2334](https://togithub.com/saadeghi/daisyui/issues/2334)) ([e8b3589](https://togithub.com/saadeghi/daisyui/commit/e8b3589a476bcca37d116780b599b5509d25d720)) ##### 3.7.5 (2023-09-17) ##### 3.7.4 (2023-09-13) ##### 3.7.3 (2023-09-06) ##### Bug Fixes - chat bubble arrow gap in iOS ([dbe5f83](https://togithub.com/saadeghi/daisyui/commit/dbe5f83c5f02f350cacec09e8d7f9fb1216a81a2)), closes [#​2199](https://togithub.com/saadeghi/daisyui/issues/2199) ##### 3.7.2 (2023-09-06) ##### Bug Fixes - dropdown button border radius inside join ([7e36bb0](https://togithub.com/saadeghi/daisyui/commit/7e36bb039485e3bbc82419085f732fa35e569a29)), closes [#​2115](https://togithub.com/saadeghi/daisyui/issues/2115) ##### 3.7.1 (2023-09-06) ### [`v3.7.7`](https://togithub.com/saadeghi/daisyui/blob/HEAD/CHANGELOG.md#377-2023-09-21) [Compare Source](https://togithub.com/saadeghi/daisyui/compare/v3.7.6...v3.7.7) ### [`v3.7.6`](https://togithub.com/saadeghi/daisyui/blob/HEAD/CHANGELOG.md#376-2023-09-19) [Compare Source](https://togithub.com/saadeghi/daisyui/compare/v3.7.5...v3.7.6) ### [`v3.7.5`](https://togithub.com/saadeghi/daisyui/blob/HEAD/CHANGELOG.md#375-2023-09-17) [Compare Source](https://togithub.com/saadeghi/daisyui/compare/v3.7.4...v3.7.5) ### [`v3.7.4`](https://togithub.com/saadeghi/daisyui/blob/HEAD/CHANGELOG.md#374-2023-09-13) [Compare Source](https://togithub.com/saadeghi/daisyui/compare/v3.7.3...v3.7.4) ### [`v3.7.3`](https://togithub.com/saadeghi/daisyui/blob/HEAD/CHANGELOG.md#373-2023-09-06) [Compare Source](https://togithub.com/saadeghi/daisyui/compare/v3.7.2...v3.7.3) ### [`v3.7.2`](https://togithub.com/saadeghi/daisyui/blob/HEAD/CHANGELOG.md#372-2023-09-06) [Compare Source](https://togithub.com/saadeghi/daisyui/compare/v3.7.1...v3.7.2) ### [`v3.7.1`](https://togithub.com/saadeghi/daisyui/blob/HEAD/CHANGELOG.md#371-2023-09-06) [Compare Source](https://togithub.com/saadeghi/daisyui/compare/v3.7.0...v3.7.1) ### [`v3.7.0`](https://togithub.com/saadeghi/daisyui/blob/HEAD/CHANGELOG.md#370-2023-09-06) [Compare Source](https://togithub.com/saadeghi/daisyui/compare/v3.6.6...v3.7.0) ##### Features - drawer-open now works in RTL mode. ([5162ff3](https://togithub.com/saadeghi/daisyui/commit/5162ff3baa1e64bfe896a7464be49e1c8a33b819)), closes [#​1951](https://togithub.com/saadeghi/daisyui/issues/1951) [#​1974](https://togithub.com/saadeghi/daisyui/issues/1974) [#​2034](https://togithub.com/saadeghi/daisyui/issues/2034) [#​2060](https://togithub.com/saadeghi/daisyui/issues/2060) [#​2094](https://togithub.com/saadeghi/daisyui/issues/2094) [#​2229](https://togithub.com/saadeghi/daisyui/issues/2229) ##### 3.6.6 (2023-09-06) ##### 3.6.5 (2023-09-04) ##### Bug Fixes - [#​2311](https://togithub.com/saadeghi/daisyui/issues/2311) `` and `` as well. This is really usefull when you want to make a group of buttons visually those buttons are just changing a value. It's also better for accessibility because it's a native HTML element, it supports keyboard navigation and you won't need to deal with JavaScript or hidden inputs and labels. ```html ``` The `aria-label` value will be shown inside the button by default and it's also accessible for screen readers. When radio input is checked, it gets the primary color (but you can customize it of course) Same thing for checkbox: ```html ``` https://daisyui.com/components/button/#buttons-with-different-html-tags - New style for `.table` table Starting with daisyUI 3.0, `.table` has a less opinionated style. It allows us to use tables on every surface colors and apply our own background color if needed. Previously every table cell had background color and the whole table had a very opinionated border radius, header color, etc. This was not very flexible and it was hard to customize. But now you can use utility classes to customize the table as you wish. - `table` now has 4 sizes: `table-xs`, `table-sm`, `table-md`, `table-lg` which provides different font sizes and paddings to fit well on different screen sizes. - New modifier class names `table-pin-rows` and `table-pin-cols` for `table` These classes are useful when you want to pin the heading row or heading column of a table. It's useful for tables with a lot of columns or rows. Previously table's first header was pinned by default and this was limiting the use cases. Now you can use these classes only if you want the header to be pinned. `table-pin-rows` makes the row inside `` sticky to top and the row inside `` sticky to bottom. `table-pin-cols` makes the `` columns sticky to left and right automatically. https://daisyui.com/components/table/ - Improve `collapse` transition. No more jumps. - `collapse` now works with `
` tag as well. This allows us to create a collapsible content without any extra class name or `tabindex`, without relying on CSS `:focus`. ```html
Click to open/close
content
``` This is useful when you want to create a collapsible content that is accessible and works without JavaScript. - `collapse` now works with radio inputs as well. This allows you to create an accordion JS-free where opening 1 item closes the other items. ```html
Click to open this and close others
Content
Click to open this and close others
Content
Click to open this and close others
Content
``` https://daisyui.com/components/collapse/ ##### General improvements - `:hover` styles are now only available on devices that actually support hover. On devices without hover, It's always annoying to work with elements that have hover styles because with the first tap, the hover style is applied and it won't go away until you tap somewhere else. This is confusing and annoying for a lot of people and it's not a good user experience. Starting with daisyUI 3.0, hover styles are disabled on devices that don't support hover. - Now `:disabled` buttons and form elements have a disabled style as well. Previously the style was only applied to the elements with `disabled` attribute or `*-disabled` class name. This is useful when you want to disable the whole form using a fieldset. ##### Breaking changes - Removed `drawer-mobile` class. If you want to have a fixed drawer on desktop but you want to hide it on mobile use `lg:drawer-open` instead (or any other responsive prefix) Update your HTML: ```diff -
+
``` - Removed extra wrapper `
` from `alert`.\ The previous HTML structure was not very efficient and it was causing many confusions because that extra div was necessary for the style to work properly. Update your `alert` structure and remove that extra div inside `
`: ```diff
-
12 unread messages. Tap to see. -
``` - `table` now has a `width: 100%` by default. This may not be a breaking change for most people. Most developers already want the table to fill the width and they use it with `w-full` class or the data itself is long enough to cover the width. But if you have a small table, placed next to other elements, you should now add `w-auto` or another width class to the table to make it smaller. - `table` doesn't have a `active` modifier class anymore With the new style you can use utility classes to apply background color for a row. Previously it wasn't possible because each cell had a background color and we had to rely on a new modifier class like `active`. Now you can use `bg-base-200` or any other color. ```diff - + ``` - `table` doesn't have a `hover` modifier class anymore Now you can use `hover:bg-base-200` or any other color instead. It's more flexible and you don't have to style each table cell separately. ```diff - + ``` - `table` doesn't have a `table-compact` modifier class anymore. Use one of these new size modifiers instead: `table-xs`, `table-sm`, `table-md`, `table-lg` ```diff - +
``` - `btn` default color is `base-200` now. This creates consistency for all our solid button variants while providing access to the whole color palette. You can use the new modifier `btn-neutral` if you prefer to keep the former color (`neutral`) for your button: ```diff - + ``` - `dropdown` doesn't have a `z-index` by default now. Using z-index for `dropdown` as a default style was a mistake because sometimes we need elements on top of the dropdown and sometimes we want the dropdown to be on top of other elements. Now you can use `z-[1]` or any other z-index class to control it as you want. - `badge` inside `btn` now doesn't inherit the `btn` color automatically anymore. This was a bad design decision and it was limiting us to customize `badge` colors when it's inside a `btn` - `loading` is no longer a modifier class for `btn`. Instead you can use the new `loading` component class inside the button. This allows us to put the loading whereever we need it. ```diff - + ``` - `bordered` and `hover-bordered` modifier class names for `menu` items are removed. Starting with version 3 there is no need for them because you can use Tailwind CSS border utility classes whereever you need. ##### Bug fixes: - Fix `step` connectors not being visible on RTL mode. - Fix `radio` animation on Safari. - Fix `dropdown-hover` not working when focused using keyboard. - Fix `tooltip` arrow using pixel formats and causing inaccurate positioning with different browser zoom levels. - Fix `toast` whitespace issue ##### Developer experience improvements - In the package, directory `/src/colors` is renamed to `/src/theming` because it's doing more than colors and the previous name was confusing. - Remove extra dev dependencies. - Console log is now more informative. It warns you about possible config issues and how to fix them. - daisyUI repo itself is now smaller in size and it takes less disk space. Also the new document website is running on the latest version of SvelteKit and Vite. *** ##### [2.51.5](https://togithub.com/saadeghi/daisyui/compare/v2.51.4...v2.51.5) (2023-03-21) ##### Bug Fixes - [#​1700](https://togithub.com/saadeghi/daisyui/issues/1700) ([ef1941e](https://togithub.com/saadeghi/daisyui/commit/ef1941ea1dee945ad3ebb672bd5dcf38388efa8b)) ##### [2.51.4](https://togithub.com/saadeghi/daisyui/compare/v2.51.3...v2.51.4) (2023-03-15) ##### Bug Fixes - [#​1666](https://togithub.com/saadeghi/daisyui/issues/1666), fix: [#​1691](https://togithub.com/saadeghi/daisyui/issues/1691) - Button group responsive classes not working properly. ([#​1676](https://togithub.com/saadeghi/daisyui/issues/1676)) ([60893db](https://togithub.com/saadeghi/daisyui/commit/60893db4ba13d50812ee287da158a0f45cc69a50)) ##### [2.51.3](https://togithub.com/saadeghi/daisyui/compare/v2.51.2...v2.51.3) (2023-03-01) ##### Bug Fixes - [#​1569](https://togithub.com/saadeghi/daisyui/issues/1569) extend breadcrumb support for an ordered list ([#​1648](https://togithub.com/saadeghi/daisyui/issues/1648)) ([ca82b9b](https://togithub.com/saadeghi/daisyui/commit/ca82b9bafe4e8f11ebdc70bc7cb0c2b82caf222e)) ##### [2.51.2](https://togithub.com/saadeghi/daisyui/compare/v2.51.1...v2.51.2) (2023-02-27) ##### Bug Fixes - [#​1640](https://togithub.com/saadeghi/daisyui/issues/1640) ([d075a2e](https://togithub.com/saadeghi/daisyui/commit/d075a2e372ce2e06b22b3f759471e3546167546d)) ##### [2.51.1](https://togithub.com/saadeghi/daisyui/compare/v2.51.0...v2.51.1) (2023-02-25) ##### Bug Fixes - transition delay of the background colors on input, select and textarea ([#​1606](https://togithub.com/saadeghi/daisyui/issues/1606)) ([cc16946](https://togithub.com/saadeghi/daisyui/commit/cc16946039c5786552b71e8dd437d9b976a5d88a)) ### [`v2.52.0`](https://togithub.com/saadeghi/daisyui/compare/v2.51.6...v2.52.0) [Compare Source](https://togithub.com/saadeghi/daisyui/compare/v2.51.6...v2.52.0) ### [`v2.51.6`](https://togithub.com/saadeghi/daisyui/compare/v2.51.5...v2.51.6) [Compare Source](https://togithub.com/saadeghi/daisyui/compare/v2.51.5...v2.51.6) ### [`v2.51.5`](https://togithub.com/saadeghi/daisyui/blob/HEAD/CHANGELOG.md#2515-2023-03-21) [Compare Source](https://togithub.com/saadeghi/daisyui/compare/v2.51.4...v2.51.5) ### [`v2.51.4`](https://togithub.com/saadeghi/daisyui/blob/HEAD/CHANGELOG.md#2514-2023-03-15) [Compare Source](https://togithub.com/saadeghi/daisyui/compare/v2.51.3...v2.51.4)

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


  • [ ] If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Comments Updated (UTC)
monad-stack-docs βœ… Ready (Inspect) Visit Preview πŸ’¬ Add feedback Jun 1, 2023 0:26am