Skip to content

1.23.3-rc-1

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Mar 17:46
· 35 commits to master since this release

Linter v1.23.3-rc-1

This release is the first ever beta release for the Linter. It is meant to allow for early testing of the Live Preview changes that were just made to allow for the retention of editor folds in both Live Preview and Source mode. Beta releases are likely to be buggy, but allow for early feedback on changes. I plan to use the beta releases through BRAT, but please decide yourself whether or not using the beta releases is the right approach for you.

Docs

  • An additional warning was added for Header Blank Lines to let users know about a custom regex replacement that can be used in order to prevent a blank line from being present between a header and a paragraph that follows it when Bottom is false.

Bugs

  • Fixes folds not being retained on Lint when changes were made in Live Preview and Source mode
  • Fixes URL regex to allow '@' in the path for URLs

What's Changed

  • Added Version Changes for Release by @pjkaufman in #1035
  • Fix: Folds not Being Retained on Lint when Changes Made by @pjkaufman in #1042
  • Chore: Update Versions and Make Sure Tests in Test Vault Are Not Used by Jest by @pjkaufman in #1048
  • Fix: Fix URL regex to allow '@' in the path by @marcelhas in #1051
  • Fix: Live Preview Inserting Frontmatter when It Does Not Exist Already by @pjkaufman in #1049
  • 🔊 Add a warning about unexpected line-break between heading and paragraph by @mahtaran in #1054

New Contributors

Full Changelog: 1.23.2...1.23.3-rc-1