-
-
Notifications
You must be signed in to change notification settings - Fork 439
Comparing changes
Open a pull request
base repository: themesberg/flowbite-react
base: v0.4.1
head repository: themesberg/flowbite-react
compare: v0.4.2
- 11 commits
- 20 files changed
- 10 contributors
Commits on Mar 3, 2023
-
fix(lib/components/buttons): Add
target
toButton
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
Configuration menu - View commit details
-
Copy full SHA for ed74d13 - Browse repository at this point
Copy the full SHA ed74d13View commit details
Commits on Mar 4, 2023
-
fix(/src/lib/components/*): allow
theme={}
to contain partials (#649)Configuration menu - View commit details
-
Copy full SHA for 863a789 - Browse repository at this point
Copy the full SHA 863a789View commit details
Commits on Mar 5, 2023
-
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`
Configuration menu - View commit details
-
Copy full SHA for 8fd9ddc - Browse repository at this point
Copy the full SHA 8fd9ddcView commit details -
Configuration menu - View commit details
-
Copy full SHA for eab6bbb - Browse repository at this point
Copy the full SHA eab6bbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 959b88b - Browse repository at this point
Copy the full SHA 959b88bView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for f9cad02 - Browse repository at this point
Copy the full SHA f9cad02View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 329cb5a - Browse repository at this point
Copy the full SHA 329cb5aView commit details
Commits on Mar 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 525b90d - Browse repository at this point
Copy the full SHA 525b90dView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 5fec3ca - Browse repository at this point
Copy the full SHA 5fec3caView commit details
Commits on Mar 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 12fce11 - Browse repository at this point
Copy the full SHA 12fce11View commit details -
Ricardo Lüders committed
Mar 8, 2023 Configuration menu - View commit details
-
Copy full SHA for be78e5e - Browse repository at this point
Copy the full SHA be78e5eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.4.1...v0.4.2