Skip to content

Latest commit

 

History

History
159 lines (90 loc) · 5.02 KB

File metadata and controls

159 lines (90 loc) · 5.02 KB

@tanstack/angular-virtual

4.0.10

Patch Changes

  • Updated dependencies [54d771a, d3416c3]:
    • @tanstack/virtual-core@3.13.22

4.0.9

Patch Changes

  • Updated dependencies [be89e29]:
    • @tanstack/virtual-core@3.13.21

4.0.8

Patch Changes

  • Updated dependencies [ff83e94]:
    • @tanstack/virtual-core@3.13.20

4.0.7

Patch Changes

  • Updated dependencies [843109c]:
    • @tanstack/virtual-core@3.13.19

4.0.6

Patch Changes

  • Updated dependencies [9067574]:
    • @tanstack/virtual-core@3.13.18

4.0.5

Patch Changes

  • Updated dependencies [21d9a46]:
    • @tanstack/virtual-core@3.13.17

4.0.4

Patch Changes

  • Updated dependencies [db6df21]:
    • @tanstack/virtual-core@3.13.16

4.0.3

Patch Changes

  • Updated dependencies [5a273bf]:
    • @tanstack/virtual-core@3.13.15

4.0.2

Patch Changes

  • Updated dependencies [6d9274c]:
    • @tanstack/virtual-core@3.13.14

4.0.1

Patch Changes

  • Fix: Notify framework when count changes to update getTotalSize() (#1085)

    Fixed an issue where getTotalSize() would return stale values when the count option changed (e.g., during filtering or search operations). The virtualizer now automatically notifies the framework when measurement-affecting options change, ensuring the UI updates correctly without requiring manual useMemo workarounds.

    Before: When filtering items, the list container would maintain its previous height, causing excessive blank space (when count decreased) or inaccessible items (when count increased).

    After: Height updates automatically when count changes, providing the correct user experience.

    This fix applies to all framework adapters and has minimal performance impact (< 0.1ms per change).

  • Updated dependencies [2542c5a, 96e32a6]:

    • @tanstack/virtual-core@3.13.13

4.0.0

Major Changes

  • feat(angular-virtual): add support for angular 20 (#1040)

    BREAKING CHANGE: minimum Angular version is now 18.1.0

3.13.12

Patch Changes

  • Updated dependencies [d21ed98]:
    • @tanstack/virtual-core@3.13.12

3.13.11

Patch Changes

  • Updated dependencies [73fa867]:
    • @tanstack/virtual-core@3.13.11

3.13.10

Patch Changes

  • Updated dependencies [b3b7e7d]:
    • @tanstack/virtual-core@3.13.10

3.13.9

Patch Changes

  • Updated dependencies [9e33cdb]:
    • @tanstack/virtual-core@3.13.9

3.13.8

Patch Changes

  • Updated dependencies [60719f6]:
    • @tanstack/virtual-core@3.13.8

3.13.7

Patch Changes

  • Updated dependencies [e2d93c2]:
    • @tanstack/virtual-core@3.13.7

3.13.6

Patch Changes

  • Updated dependencies [042616f]:
    • @tanstack/virtual-core@3.13.6

3.13.5

Patch Changes

  • Updated dependencies [51656d9]:
    • @tanstack/virtual-core@3.13.5

3.13.4

Patch Changes

  • Updated dependencies [514b62d, f03d814]:
    • @tanstack/virtual-core@3.13.4

3.13.3

Patch Changes

  • Updated dependencies [02ef309]:
    • @tanstack/virtual-core@3.13.3