svelte-grid icon indicating copy to clipboard operation
svelte-grid copied to clipboard

A responsive, draggable and resizable grid layout, for Svelte.

Results 61 svelte-grid issues
Sort by recently updated
recently updated
newest added

Items that are not leftmost in grid "jumped" when resizing the grid component. This was due to the 0.2s transition animation playing whenever the grid component is resized. Leftmost items...

When I resize the grid, the containers inside tend to overlap or stretch while resizing, and even with `throttleUpdate` and `throttleResize` set to a minimum, it doesn't seem to have...

Bumps [terser](https://github.com/terser/terser) from 5.6.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Bumps [svelte](https://github.com/sveltejs/svelte) from 3.35.0 to 3.49.0. Changelog Sourced from svelte's changelog. 3.49.0 Improve performance of string escaping during SSR (#5701) Add ComponentType and ComponentProps convenience types (#6770) Add support for...

dependencies

Bumps [svelte](https://github.com/sveltejs/svelte) from 3.35.0 to 3.49.0. Changelog Sourced from svelte's changelog. 3.49.0 Improve performance of string escaping during SSR (#5701) Add ComponentType and ComponentProps convenience types (#6770) Add support for...

dependencies

![Captura de tela 2022-07-12 104630](https://user-images.githubusercontent.com/79269784/178505304-3da1ef9b-35d6-4745-a522-1a05b1c39a4c.png) The first time throttle function is called will probably ignore the time frame value, due to the immense expression value (now - last Time), because...

Hi @vaheqelyan , First of all congratulations on an excellent library. Just wanted to know what are the future plans for this ?

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...

dependencies

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...

dependencies

Used 'yarn add svelte-grid -W' instead of npm command. "svelte-grid": "^5.1.1" is added under dependencies in my package.json file. Node module is also updated. Found svelte-grid folder inside node module....