cuire / svelte-grid-extended

A draggable and resizable grid layout, for Svelte
https://svelte-grid-extended.vercel.app
MIT License
74 stars 8 forks source link

The compress method is missing from the grid controller #79

Closed gitryder closed 2 months ago

gitryder commented 2 months ago

According to the documentation, there is supposed to be a compress method available on the grid controller. However, upon attempting to use it in a real-world scenario, it appears that the compress method is not actually present on the grid controller object.

Version Information:

Library Version: 1.1.4 Reproducible Example: Repl link

Steps to Reproduce:

  1. Use the latest version (1.1.4) of svelte-grid-extended.
  2. Attempt to access the compress method on the grid controller object.

Expected Behavior:

The compress method should be available and functional as described in the documentation.

Actual Behavior:

The compress method is not available on the grid controller object, leading to errors or unexpected behavior when attempting to use it.

cuire commented 2 months ago

Hey. Fixed in v1.2.0 🩷