Skip to content

Releases: pngwn/MDsveX

mdsvex@0.9.7

05 Jun 14:55
Compare
Choose a tag to compare

Patch Changes

mdsvex@0.9.6

18 May 19:07
Compare
Choose a tag to compare

Patch Changes

  • #256 492b7a4 Thanks @pngwn! - Props passed to mdsvex documents will now be forwarded to layout files.

mdsvex@0.9.5

09 May 21:35
Compare
Choose a tag to compare

Patch Changes

  • #253 8dc7900 Thanks @pngwn! - There is now an ESM browser build in addition to UMD.

mdsvex@0.9.4

09 May 21:12
Compare
Choose a tag to compare

Patch Changes

mdsvex@0.9.3

29 Apr 10:07
Compare
Choose a tag to compare

Patch Changes

  • 2af50ee #239 Thanks @brev! - Standalone compile() function not returning headmatter attributes. Also export all types.

mdsvex@0.9.2

28 Apr 20:59
Compare
Choose a tag to compare

Patch Changes

mdsvex@0.9.1

28 Apr 20:01
Compare
Choose a tag to compare

Patch Changes

  • f458229 #234 Thanks @pngwn! - mdsvex now exposes an escapeSvelte utility to help with escaping Svelte syntax in custom highlight functions.

  • fe9b437 #233 Thanks @pngwn! - Language definitions for fenced code-blocks are now case insensitive.

  • 8c905ce #231 Thanks @pngwn! - Svelte syntax is now highlighted by default when using the default code highlighter.

mdsvex@0.9.0

21 Mar 16:59
Compare
Choose a tag to compare

Minor Changes

  • 99da8fe #207 Thanks @pngwn! - User-provided remark plugins that modify code nodes now run before the builtin in code highlighting, allowing for custom code transformations.

  • aa8d825 #209 Thanks @pngwn! - Asynchronous custom highlight functions are now supported.

svelte-parse@0.1.0

06 Dec 18:29
Compare
Choose a tag to compare

Minor Changes

  • b5b526e #198 Thanks @pngwn! - Add a new SVAST node SvelteDynamicContent in order to disambiguate positions of expressions due to them not always having opening and closing braces(#174).

    Ensure that unquoted attribute values are correctly parsed as separate values where appropriate(#178).

Patch Changes

  • Updated dependencies [b5b526e]:
    • svast@0.2.0

svast@0.2.0

06 Dec 18:29
Compare
Choose a tag to compare

Minor Changes

  • b5b526e #198 Thanks @pngwn! - Add a new SVAST node SvelteDynamicContent in order to disambiguate positions of expressions due to them not always having opening and closing braces(#174).

    Ensure that unquoted attribute values are correctly parsed as separate values where appropriate(#178).