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

Not actively maintained?

Open aryzing opened this issue 2 years ago • 5 comments

@pablo-abc, is this project still actively maintained?

aryzing avatar Jun 17 '23 19:06 aryzing

It would be great if Svelte 4 could be added.

Niek avatar Jun 22 '23 19:06 Niek

This library works perfectly with Svelte 4. To work around the current peer dependency, add this in your package.json:

"overrides": {
	"svelte-markdown": {
		"svelte": "^4.0.0"
	}
},

khromov avatar Jul 09 '23 20:07 khromov

Just opened a new pr #73 to upgrade to svelte 4

nwaughachukwuma avatar Jul 10 '23 12:07 nwaughachukwuma

https://github.com/pablo-abc/svelte-markdown/pull/73 should reduce the size of the package. It also includes Vitest integration for a much faster testing experience.

nwaughachukwuma avatar Jul 16 '23 23:07 nwaughachukwuma

Thanks @nwaughachukwuma! The latest version (0.4.0 which was released last week) resolves this issue.

Greenheart avatar Sep 04 '23 13:09 Greenheart