Martin Skočík

Results 24 issues of Martin Skočík

Change how dndzone children are being iterated to allow non-draggable element into drozone container AFTER item array. Fix #452. This will be possible afterwards: ```html {#each itemsas item(item.id)} {/each} NON...

Svelte 5 support has been added in `5.2.7`, but documentation site won't build since then. For version 6 do: - [ ] add tests - [ ] remove deprecated features...

- bug fix #313 - BC break? no - doc PR: - Making sure that `HTMLStringable` or `string` is passed into `Html::insert()` method

Version: latest ### Bug Description Method `addHtml()` has `mixed` type definition, which is incorrect. In fact it really expects `HtmlStringable|string`, because of inner call of `->insert()`. ~The same applies to...