Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor components properties #34

Merged
merged 29 commits into from
Apr 9, 2024
Merged

Commits on Jan 19, 2024

  1. refactor(component/badge)!: refactor styling code

    BREAKING CHANGE: `iconOnly` is now `isIconOnly` and must be `enabled` or `disabled`
    MGREMY committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    12700c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db7cc2e View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    0e6effa View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. Configuration menu
    Copy the full SHA
    6bac589 View commit details
    Browse the repository at this point in the history
  2. refactor(component/indicator)!: refactor styling code

    BREAKING CHANGES: `boolean` variables are now FlowbiteBoolean usable with `ènabled` or `disabled`
    MGREMY committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    c1a97e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca0b2f9 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. refactor(component/navbar)!: refactor styling code

    BREAKING CHANGES: `boolean` variables are now FlowbiteBoolean usable with `ènabled` or `disabled`
    MGREMY committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    d84e79a View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. refactor(component/alert)!: refactor styling code

    BREAKING CHANGES: `boolean` variables are now FlowbiteBoolean usable with `ènabled` or `disabled`
    
    /!\ Flowbite data attribute api don't work
    MGREMY committed Jan 30, 2024
    3 Configuration menu
    Copy the full SHA
    88a9b86 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    1464870 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. refactor(component/button): refactor styling code

    BREAKING CHANGES: `boolean` variables are now FlowbiteBoolean usable with `ènabled` or `disabled`
    `outline` is now either `outline` or `solid`
    GREMY Miguel committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    ee5af82 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. refactor(component/accordion)!: refactor styling code

    BREAKING CHANGES: `boolean` variables are now FlowbiteBoolean usable with `ènabled` or `disabled`
    GREMY Miguel committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    e269a74 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. refactor(component/breadcrumb): refactor styling code

    GREMY Miguel committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    4a40dcc View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. refactor(component/dropdown): refactor styling code

    GREMY Miguel committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    b6d21ce View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    207149c View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    98ba2b6 View commit details
    Browse the repository at this point in the history
  2. refactor(component/modal): refactor styling code

    MGREMY committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    7ac9ec5 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    86f64c0 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. refactor(component): update theme name file

    MGREMY committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    24f3b9e View commit details
    Browse the repository at this point in the history
  2. refactor(component): update theme return type

    MGREMY committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    ffc4e70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2b4527 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. feat(component): add dynamic update style

    MGREMY committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    96af1e2 View commit details
    Browse the repository at this point in the history
  2. fix(component): fix style loading

    MGREMY committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    c8ffaa1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96a62cf View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. feat(component): flowbiteBoolean to boolean

    switch from flowbiteBoolean to boolean when return and setting component's data
    data is still stored as FlowbiteBoolean
    MGREMY committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    d0bd5fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffcb1e3 View commit details
    Browse the repository at this point in the history
  3. refactor(component): simplify component class

    MGREMY committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    5d371c1 View commit details
    Browse the repository at this point in the history
  4. fix(component/sidebar): fix h-full class

    MGREMY committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    b61ddc1 View commit details
    Browse the repository at this point in the history
  5. refactor(doc): remove [] in template

    MGREMY committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    095e43d View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    ad15ccd View commit details
    Browse the repository at this point in the history