Releases: mattjennings/mdsvexamples
Releases · mattjennings/mdsvexamples
Release 0.5.0
Release 0.4.1
Release 0.4.0
Release 0.3.4
Release 0.3.3
0.3.3 (2022-12-10)
Updates unplugin to 1.0, which should remove peer dependency of Vite
Release 0.3.2
0.3.2 (2022-09-14)
- Fixes parsing of strings with spaces in meta tags (4b4bb88) - thanks @jjagielka!
Release 0.3.1
- chore: update README (1444fcb)
- chore: run CI on pull requests (ad66cc0)
- chore: fix playwright test port (9cc53e3)
- chore: upgrade to Vite 3 (5ec866c) (thanks @venashial!)
Release 0.3.0
0.3.0 (2022-04-10)
Breaking Changes
ExampleComponent
remark config has been changed todefaults.Wrapper
. Docs
Features
- Default options for every example can be set in remark config
- Wrapper component can be changed per example
- Codeblock meta can contain values, which get passed to the Wrapper component in the
meta
prop. Valid values are booleans, strings, numbers.
```svelte example string="hello" foo=true foo bar=false
```