Skip to content

Releases: andrewbranch/gatsby-remark-vscode

v2.0.3

01 Mar 19:42
ee78eeb
Compare
Choose a tag to compare
  • Fix CSS variable scoping so --grvsc-padding-h and --grvsc-padding-v works, and variables can be reliably defined on :root (#82).
  • Fix crash when markdown nodes are not sourced from file nodes (#81). Thanks @chadly!

v2.0.2

10 Feb 02:48
v2.0.2
5217726
Compare
Choose a tag to compare

Adds meta field to GRVSCCodeBlock GraphQL type

v2.0.1

02 Feb 18:51
v2.0.1
b7e6b31
Compare
Choose a tag to compare
  • Fixes passing a grammar parameter to vscode-textmate in the wrong format, though fixing it had no effect on anything in existing tests. I think it will make a difference only for grammars that specify tokenTypes of a type besides "other", of which there are none in the included grammar definitions.

v2.0.0

01 Feb 21:15
v2.0.0
ba58412
Compare
Choose a tag to compare

See MIGRATING.md and #64 for details of what’s new!

Huge thanks to @janosh and @Rodrigo54 for testing the v2 alpha and leaving feedback.

Accept callback function for `wrapperClassName`

23 Nov 15:55
v1.4.0
ee4c16c
Compare
Choose a tag to compare

Bug fix: code fence options parsing

06 Nov 06:12
f7b5ede
Compare
Choose a tag to compare

Comment-directive line highlighting

02 Nov 23:34
0504e4a
Compare
Choose a tag to compare

Adds the ability to use // highlight-line, // highlight-next-line, // highlight-start, and // highlight-end comments. Thanks @janosh!

Fix code fence language names with + or # characters

13 Sep 05:20
3275a7a
Compare
Choose a tag to compare

Support plist themes and update built-in vscode stuff

22 Aug 05:45
0972ff2
Compare
Choose a tag to compare
  • Fixes support for plist-defined themes (#41 fixing #34)
  • Updates dependencies and vscode submodule (which updates built-in grammar and theme definitions) (#42)

v1.1.2: Bug fix (missing CSS)

11 Aug 06:45
b558f75
Compare
Choose a tag to compare