Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: themesberg/flowbite-react
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.1
Choose a base ref
...
head repository: themesberg/flowbite-react
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.2
Choose a head ref
  • 11 commits
  • 20 files changed
  • 10 contributors

Commits on Mar 3, 2023

  1. fix(lib/components/buttons): Add target to Button props to open a…

    … link in new tab (#631)
    
    feat(/lib/components/button): add target to button props to be able to open a link in a new tab
    
    Added the attribute target to the ButtonProps interface. This enables to add target="_blank" to a
    button to open the associated link in a new browser tab
    fsioni authored Mar 3, 2023
    Configuration menu
    Copy the full SHA
    ed74d13 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

  1. fix(/src/lib/components/*): allow theme={} to contain partials (#649)

    Thanks @Ncookiez -- All components that can have a `theme={}` should let you pass a partial theme rather than the entire object. See #646
    Ncookiez authored Mar 4, 2023
    Configuration menu
    Copy the full SHA
    863a789 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

  1. fix(/src/lib/components/Flowbite): fix window is not defined in `ne…

    …xt.js` (#652)
    
    Thanks @fsioni --
    
    * fix(themecontext): fixing `ReferenceError: window is not defined error with Next.js
    
    The variable `userPreferenceIsDark` was initialized with a value from the window object. This was causing an error with Next because of SSR. I added the check of the window, if it's on the server side, set to white
    
    * fix(themecontext): fixing `ReferenceError: window is not defined` error with Next.js
    
    The variable`userPreferenceIsDark` was initialized with a value from the window object. This was
    causing an error with Next because of SSR. I added the check of the window, if it's on the server
    side the value is set to `false`
    fsioni authored Mar 5, 2023
    Configuration menu
    Copy the full SHA
    8fd9ddc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eab6bbb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    959b88b View commit details
    Browse the repository at this point in the history
  4. feat(/src/components/progress): fix unclear label usage (#468) (#547)

    Clarifies confusing behavior for `<Progress>`.
    
    ## Breaking Changes
    
    - `<Progress label={}>` -> `<Progress textLabel={}>`
    - `<Progress labelPosition={}>` -> `<Progress progressLabelPosition={} textLabelPosition={}>`
    
    * fix(progressbar): fix unclear label usage (#468)
    
    * fix: add spacing to labels
    
    * add percentage symbol to inside progress label
    
    * add unit tests
    
    * fix code formatting
    
    * add unit tests
    
    ---------
    
    Co-authored-by: Ricardo Lüders <ricardo@luders.com.br>
    Co-authored-by: Conner Davis <conner@tulup.io>
    3 people authored Mar 5, 2023
    Configuration menu
    Copy the full SHA
    f9cad02 View commit details
    Browse the repository at this point in the history
  5. fix(/src/lib/components/*): add displayName to Forms components (#656)

    Some Forms components (e.g. `<Select>`) were missing a `displayName` which can cause issues in the documentation's auto generated code previews.
    
    * docs(component): displayName property added for components on Forms page
    
    displayName property added for Checkbox, FileInput, Radio, RangeSlider and Select components
    
    fix 641
    
    * style(component): named exports added back at function declaration
    
    fix #641
    hrishikeshmane authored Mar 5, 2023
    Configuration menu
    Copy the full SHA
    329cb5a View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. feat(/src/components/avatar): allow custom sizes for `placeholderInit…

    …ials` (#659) (#660)
    
    Co-authored-by: Robert Pocklington <robert.pocklington@dubber.net>
    rpocklin and dub-rp authored Mar 7, 2023
    Configuration menu
    Copy the full SHA
    525b90d View commit details
    Browse the repository at this point in the history
  2. fix(/src/theme): fix <Modal> vertical positioning (#658)

    A previous PR (#601) broke vertical positioning for modals, like `position="bottom-right"`. This reverts such changes.
    Ncookiez authored Mar 7, 2023
    Configuration menu
    Copy the full SHA
    5fec3ca View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    12fce11 View commit details
    Browse the repository at this point in the history
  2. chore(release): 0.4.2

    Ricardo Lüders committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    be78e5e View commit details
    Browse the repository at this point in the history
Loading