Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Update dependency flowbite-react to ^0.7.0#36

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/flowbite-react-0.x
Open

Update dependency flowbite-react to ^0.7.0#36
renovate[bot] wants to merge 1 commit intomainfrom
renovate/flowbite-react-0.x

Conversation

@renovate
Copy link

@renovate renovate bot commented Oct 26, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
flowbite-react (source) ^0.1.8 -> ^0.7.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

themesberg/flowbite-react (flowbite-react)

v0.7.0

Compare Source

Features
  • ThemeModeScript - avoid page flicker on reload on SSR application (NextJS, Remix) (#​1056) (4f0399b)
  • progress: add missing colors for Progress component (#​1129) (f8853af)
Bug Fixes
0.6.4 (2023-10-03)
Features
Bug Fixes
0.6.3 (2023-09-30)
Bug Fixes
0.6.2 (2023-09-29)
Features
Bug Fixes
0.6.1 (2023-09-23)
Bug Fixes
0.6.0 (2023-09-09)
Features
Bug Fixes

v0.6.4

Compare Source

v0.6.3

Compare Source

v0.6.2

Compare Source

v0.6.1

Compare Source

v0.6.0

Compare Source

v0.5.0

Compare Source

⚠ BREAKING CHANGES
  • toast.tsx: Removing "removed" theme support
Features
Bug Fixes
0.4.11 (2023-07-10)
Features
Bug Fixes
0.4.10 (2023-07-03)
Features
Bug Fixes
  • button.tsx: Disable Button hover state when button is disabled (#​830) (2b45084), closes #​827
  • components/navbar: fix theme interface (bc280fc)
  • textinput.tsx: TextInput padding when having right/left icons (#​832) (d616e66), closes #​828
0.4.9 (2023-06-22)
Features
Bug Fixes
0.4.8 (2023-06-22)
Features
Bug Fixes
0.4.7 (2023-06-01)
Features
Bug Fixes
0.4.6 (2023-05-26)
0.4.5 (2023-05-26)
Features
Bug Fixes
0.4.4 (2023-04-24)
Features
Bug Fixes
0.4.3 (2023-04-05)
Features
0.4.2 (2023-03-08)
Features
Bug Fixes
0.4.1 (2023-03-03)
⚠ BREAKING CHANGES
  • /lib/components/flowbite: ThemeProps no longer includes usePreferences
  • theme: Like in #​500, this version permanently changes the FlowbiteTheme for numerous
    components.

The philosophy is that themes will more clearly reflect the component's structure.

For example, an <Accordion> can contain any number of <Accordion.Title> or <Accordion.Content>
sections. The theme used to look like:

accordion: {
  base: "..",
  content: "..",
  flush: "..",
  title: "..",
}

And now, the theme for an <Accordion> looks like:

js
accordion: {
  root: {
    base: "..",
    flush: "..",
  },
  content: "..",
  title: "..",
}

So now the options in the theme which apply to the <Accordion> itself will always be found under
root. Likewise, <Accordion.Content> can be themed via the content subsection.

This ultimately will apply to all components.

  • ci(eslint): remove prettier plugins for eslint

Instead, use prettier-plugin-tailwindcss, which is sufficient.

  • refactor(/lib/*): use yarn prettier with prettier-plugin-tailwindcss

  • fix(/lib/components/*.spec): resolve test errors caused by migrating theme

  • feat(/lib/components/*): add theme={} attribute to components that need it

Features
Bug Fixes

v0.4.11

Compare Source

v0.4.10

Compare Source

v0.4.9

Compare Source

v0.4.8

Compare Source

v0.4.7

Compare Source

v0.4.6

Compare Source

v0.4.5

Compare Source

v0.4.4

Compare Source

v0.4.3

Compare Source

v0.4.2

Compare Source

v0.4.1

Compare Source

v0.4.0

Compare Source

⚠ BREAKING CHANGES
  • /lib/components/flowbite: ThemeProps no longer includes usePreferences
  • theme: Like in #​500, this version permanently changes the FlowbiteTheme for numerous
    components.

The philosophy is that themes will more clearly reflect the component's structure.

For example, an <Accordion> can contain any number of <Accordion.Title> or <Accordion.Content>
sections. The theme used to look like:

accordion: {
  base: "..",
  content: "..",
  flush: "..",
  title: "..",
}

And now, the theme for an <Accordion> looks like:

js
accordion: {
  root: {
    base: "..",
    flush: "..",
  },
  content: "..",
  title: "..",
}

So now the options in the theme which apply to the <Accordion> itself will always be found under
root. Likewise, <Accordion.Content> can be themed via the content subsection.

This ultimately will apply to all components.

  • ci(eslint): remove prettier plugins for eslint

Instead, use prettier-plugin-tailwindcss, which is sufficient.

  • refactor(/lib/*): use yarn prettier with prettier-plugin-tailwindcss

  • fix(/lib/components/*.spec): resolve test errors caused by migrating theme

  • feat(/lib/components/*): add theme={} attribute to components that need it

Features
Bug Fixes

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.

@renovate renovate bot force-pushed the renovate/flowbite-react-0.x branch from 6ceb073 to bd99023 Compare March 11, 2023 02:58
@renovate renovate bot changed the title Update dependency flowbite-react to ^0.3.0 Update dependency flowbite-react to ^0.4.0 Mar 11, 2023
@renovate renovate bot force-pushed the renovate/flowbite-react-0.x branch from bd99023 to cfda062 Compare July 21, 2023 13:15
@renovate renovate bot changed the title Update dependency flowbite-react to ^0.4.0 Update dependency flowbite-react to ^0.5.0 Jul 21, 2023
@renovate renovate bot force-pushed the renovate/flowbite-react-0.x branch from cfda062 to 9b346bb Compare September 9, 2023 03:14
@renovate renovate bot changed the title Update dependency flowbite-react to ^0.5.0 Update dependency flowbite-react to ^0.6.0 Sep 9, 2023
@renovate renovate bot force-pushed the renovate/flowbite-react-0.x branch from 9b346bb to 32c4925 Compare November 24, 2023 10:37
@renovate renovate bot changed the title Update dependency flowbite-react to ^0.6.0 Update dependency flowbite-react to ^0.7.0 Nov 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants