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: abelflopes/react-ck
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.19.0
Choose a base ref
...
head repository: abelflopes/react-ck
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.20.0
Choose a head ref
  • 5 commits
  • 24 files changed
  • 3 contributors

Commits on Sep 29, 2025

  1. fix: display loading when children are present (#5)

    * fix: display loading when children are present
    
    * fix: condition to display button load more
    
    * chore: remove status for request
    
    * chore: indent code
    
    * chore: add comment
    
    * fix: has items left condition
    
    * fix: imports of other react ck components
    mauroreisvieira authored Sep 29, 2025
    Configuration menu
    Copy the full SHA
    b19c100 View commit details
    Browse the repository at this point in the history
  2. feat: adds ref API and visibility controls (#6)

    * feat: export function `scrollToIndex` by ref
    
    * feat: add `keepVisibleWhen` to controls the view port observer behavior
    
    * feat: prop `onRenderingChange` to know when items are changing
    
    * chore: remove `onMount` callback
    
    * fix: remove unused prop
    
    * fix: import mergeRefs
    mauroreisvieira authored Sep 29, 2025
    Configuration menu
    Copy the full SHA
    d3f2211 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b1cf8d View commit details
    Browse the repository at this point in the history
  4. chore(release): packages publish [no ci]

     - @react-ck/base-components@7.11.0
     - @react-ck/icon@4.3.4
     - react-ck@3.37.14
     - @react-ck/layers@1.4.17
     - @react-ck/manager@1.4.2
     - @react-ck/focus-trap@1.4.2
     - @react-ck/keyboard-controls@1.1.3
     - @react-ck/react-utils@2.0.6
    github-actions[bot] committed Sep 29, 2025
    Configuration menu
    Copy the full SHA
    f98724a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    354e4c7 View commit details
    Browse the repository at this point in the history
Loading