Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Releases: hashicorp/next-mdx-enhanced

v2.1.0 - Add `scan` option for layout customization

30 Sep 21:56
e4ca821
Compare
Choose a tag to compare
  • Add scan option for layout customization (#24) 98ba190
  • circleci windows build (#23) edb3d9d
  • un-skip extra tests a60a645
  • update deps, fix implementation, add tests 7952705
  • adjust test naming 6d8cf2f
  • [#19] Optionally support .md and other file extensions 9c8b591

v2.0.1...v2.1.0

v2.0.1

19 Aug 22:14
ee1f7e7
Compare
Choose a tag to compare
  • Fix pageExtensions in config to support typescript 5fadc05

v2.0.0...v2.0.1

v2.0.0

25 Jul 04:56
Compare
Choose a tag to compare

This is a potentially breaking release!

When accessing the synthetic frontmatter property __resourcePath via layout file, previously this value would have no leading slash, however, when importing frontmatter, the property would have a leading slash. Now, when importing frontmatter there is no longer a leading slash, and the two properties are exactly the same between layout and import.

If you were importing a file's frontmatter and using the __resourcePath property for anything, make sure to double check the place you were using it to ensure that the removal of the leading slash will not break your code.

v1.2.1...v2.0.0

v1.2.1

25 Jul 03:19
Compare
Choose a tag to compare

v1.2.0...v1.2.1

v1.2.0

24 Jul 18:48
Compare
Choose a tag to compare

This release contains a minor fixes that should not impact most usage.

First, if you were using symlinked mdx files, you would get errors previously. This should now be resolved, and symlinks can be used without issue with this plugin now.

Second, if there were yaml errors in any of the mdx files processed, previously the error message would be unclear and it would be difficult to pin down where it came from. Now, yaml errors are handled properly and are perfectly clear with an error message, file source, and line/column trace.

And finally, we now use safeLoad instead of load for frontmatter, which closes down some opportunities to inject strange behavior.

  • update prebuild plugin to fix symlink behavior 86d00b5
  • improve options within loader 8a145a4
  • improve yaml error handling e4070d9

v1.1.1...v1.2.0

v1.1.1

22 Jul 18:39
Compare
Choose a tag to compare

Small bugfix for a silly mistake - fixes the previous release

Change summary: v1.1.0...v1.1.1

v1.1.0

19 Jul 22:54
Compare
Choose a tag to compare

This plugin now works on windows!

v1.0.0...v1.1.0

v1.0.0

18 Jul 18:51
Compare
Choose a tag to compare

This is a non-breaking upgrade, but since the package is stable and used in production we're going to 1.0.

This release updates to the latest version of prebuild-webpack-plugin which drastically improves performance. It also fixes a small issue with asset hashing so that hashes are the same between any environment, as well as upgrades tests, CI, and dependencies.

This should be a simple upgrade with no changes that makes your local dev experience about 5x faster than it was before. Whoo! 🎉

Commits since last release: v0.8.0...v1.0.0

v0.8.0

03 Jul 16:21
bc0e804
Compare
Choose a tag to compare
  • Bump webpack-prebuild-plugin dependency e49efde

v0.7.0

28 Jun 21:05
Compare
Choose a tag to compare

Removes babel.createConfigItem, as it causes dependency bugs and seems to be useless

v0.6.0...v0.7.0