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.1.10
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.1.11
Choose a head ref
  • 4 commits
  • 6 files changed
  • 4 contributors

Commits on Sep 6, 2022

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    bc4fea7 View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    0dd10d3 View commit details

Commits on Sep 13, 2022

  1. fix #350: hydration issue with SSR/SSG and re-declaration of TableCon…

    …text (#351)
    
    * typo(table): fix re-declaration of TableContext
    
    TableContext is already defined as the type and also redeclared a React.Context. Hence renamed the typedef as TableContextType and update the Table component
    
    Signed-off-by: chankruze <chankruze@gmail.com>
    
    * fix(lib): proper window check in ssr/ssg pages
    
    While rendering Modal, there was a difference between the React tree that was pre-rendered (SSR/SSG) and the React tree that rendered during the first render in the Browser (Hydration). Due to which there was issues with hydration when used in SSR/SSG. This issue was caused by the windowExists() that was using window in a component's rendering.
    
    Signed-off-by: chankruze <chankruze@gmail.com>
    
    * fix(lib): add missing dependency in Modal useEffect
    
    Signed-off-by: chankruze <chankruze@gmail.com>
    
    Signed-off-by: chankruze <chankruze@gmail.com>
    chankruze authored Sep 13, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    b88abce View commit details
  2. chore(release): 0.1.11

    Ricardo Lüders committed Sep 13, 2022
    Copy the full SHA
    36f085b View commit details
Loading