Skip to content

v3.5.1

Latest

Choose a tag to compare

@ygalnezri ygalnezri released this 08 Jul 13:18

v3.5.1

This release fixes a Website Monitoring data-loading and pagination regression introduced in v3.5.0, ensuring the full dataset loads correctly and the auto-fit table pagination stays visible and reachable at any page size.

Update Procedure

No breaking change or configuration is required for this release. Please follow the standard update process.

What's Changed

Website Monitoring: Data Loading

  • Fixed incomplete dataset: sites were overwritten on each page load instead of merged.
  • Fixed duplicate initial fetch: removed a redundant getSites() call on mount.

Table Auto-Fit / Pagination

  • Fixed pagination disappearing: the auto-fit sizing didn't always reserve room for the pagination bar, causing it to be clipped once rows filled the panel.
  • Fixed auto-fit not applying on first load: the initial row-count calculation is now run right after mount instead of waiting for a later resize/update.
  • Fixed manual page-size selection not being clamped to the available space.

Full Changelog: v3.5.0...v3.5.1