Skip to content

Latest commit

 

History

History
52 lines (25 loc) · 2 KB

CHANGELOG.md

File metadata and controls

52 lines (25 loc) · 2 KB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

0.3.0 (2023-07-06)

⚠ BREAKING CHANGES

  • add ag grid v30 to peer deps
  • move svelte to peer dep, update deps

Features

  • add ag grid v30 to peer deps (9b8257b)
  • update props with new grid options (dd73e2a)

Bug Fixes

  • minor changes to wrapper typing (e4f9122)

  • move svelte to peer dep, update deps (dfb3d02)

0.2.1 (2023-05-21)

Bug Fixes

  • don't call prop setters after grid is destroyed (23cdef0)

0.2.0 (2023-05-04)

⚠ BREAKING CHANGES

  • update to @sveltejs/package v2

Bug Fixes

  • add ag-grid-community@^29 to peer deps (d5d4bb2)

  • provide correct exports in package.json (526d56e)

  • update to @sveltejs/package v2 (de4f20d)

0.1.4 (2023-01-21)

Bug Fixes

  • don't update props after onGridReady (227aebe)