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: Flipkart/recyclerlistview
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.1.1
Choose a base ref
...
head repository: Flipkart/recyclerlistview
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 11 commits
  • 8 files changed
  • 8 contributors

Commits on Aug 3, 2022

  1. Fix NPE

    naqvitalha committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    3a3ac02 View commit details
    Browse the repository at this point in the history
  2. Version 4.1.2

    naqvitalha committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    1fb19de View commit details
    Browse the repository at this point in the history
  3. - [#731] Only call _forceSizeUpdate when non-deterministic rendering …

    …is used. Otherwise a layout cycle occurs. (#734)
    
    - Add extra check before calling overrideLayout in RecyclerListView
    
    Co-authored-by: Kevin Pittevils <kevin.pittevils@androme.be>
    Co-authored-by: Talha Naqvi <naqvitalha@gmail.com>
    3 people committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    4fa6b40 View commit details
    Browse the repository at this point in the history
  4. Version 4.1.3

    naqvitalha committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    71b7d15 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2022

  1. Configuration menu
    Copy the full SHA
    0d182f9 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. Version 4.1.4

    naqvitalha committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    f4ecb47 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Increase tolerance inside layout manager (#744)

    * Increase tolerance inside layout manager to avoid issues with decimal estimates
    
    * change value
    naqvitalha committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    cb02e86 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Version 4.2.0

    naqvitalha committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    afd0a8b View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Bugfix(layoutSize) fix item not render after initial data size is emp…

    …ty (#781)
    
    * Bugfix(layoutSize) fix item not render after initial data size is empty
    
    if layoutSize is provided, items doesn't render if the initial data size is empty.
    
    add new function to componentCompact to allow extended component to had access to the _hasRenderOnce
    
    only assign the state is the component never get render before
    
    * bugfix(layout):fix layout issue where layout manager keep previous total hight
    shawnchendev committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    f2bdac4 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Implement getNativeScrollRef (#776)

    * Implement `getNativeScrollRef`
    
    * Update type
    
    * Update types again
    
    ---------
    
    Co-authored-by: ananyachandra14 <ananya.chandra@flipkart.com>
    j-piasecki and ananyachandra14 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    f802191 View commit details
    Browse the repository at this point in the history
  2. Version 4.2.1

    ananyachandra14 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    678c3cd View commit details
    Browse the repository at this point in the history
Loading