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: flowbite-react@0.11.5
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: main
Choose a head ref
  • 7 commits
  • 14 files changed
  • 6 contributors

Commits on Mar 29, 2025

  1. fix(ui): make drawer close button type button (#1552)

    * fix(ui): make drawer close button type button
    
    * chore: add changeset
    
    * trigger build
    bigbyte-stuart authored Mar 29, 2025
    Copy the full SHA
    bab6c75 View commit details

Commits on Mar 31, 2025

  1. Copy the full SHA
    e6753c4 View commit details

Commits on Apr 2, 2025

  1. fix(convertUtilitiesToV4): drop js-regexp-lookbehind for improved b…

    …rowser support (#1555)
    
    * refactor(ui~convertUtilitiesToV4): drop `js-regexp-lookbehind` in favor of more simpler regex for improved browser support
    
    * chore: remove invalid mdx frontmatter field
    
    * chore: add changeset
    SutuSebastian authored Apr 2, 2025
    Copy the full SHA
    2f461ea View commit details
  2. Version Packages (#1553)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Apr 2, 2025
    Copy the full SHA
    ffc962b View commit details
  3. fix(ui~cli): patch command windows support (#1556)

    * fix(ui~cli): patch command windows support
    
    * chore: add changeset
    SutuSebastian authored Apr 2, 2025
    Copy the full SHA
    f0724b9 View commit details
  4. Version Packages (#1557)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Apr 2, 2025
    Copy the full SHA
    2dcc282 View commit details

Commits on May 29, 2025

  1. Improve table pagination (#1567)

    * Switch to polymorphic type declaration for Pagination.
    
    - Table Pagination Layout takes totalItems and itemsPerPage instead of
      totalPages.
    - Navigation and Pagination Layouts remain the same, although they now
      extend BasePaginationProps.
    - Update Tests
    
    * Update the pagination stories.
    
    * Export DefaultPaginationProps and TablePaginationProps to clients
    
    * Check if paginationValues is defined in tablePaginationState().
    
    * Add layout to BasePaginationProps to allow TS to handle it as a
    discriminant key.
    
    * Use status instead of meter for the table pagination's aria role.
    
    * Handle zero items/improve tests.
    
    * Validate pagination props (currentPage, totalPages, itemsPerPage, and
    totalItems).
    
    * Add aria-live="polite" to the table pagination info div
    
    * Add itemsPerPage and totalItems to the table pagination story args.
    
    ---------
    
    Co-authored-by: Joshua Mathews <jmathews@emporiaenergy.com>
    jfacoustic and jmathews-emporia authored May 29, 2025
    Copy the full SHA
    c6f235c View commit details
Loading