Skip to content

Releases: facelessuser/sublime-markdown-popups

3.1.0

04 Nov 04:38
67bf68e
Compare
Choose a tag to compare

3.1.0

Nov 3, 2017

  • NEW: Handle parsing .sublime-color-scheme files with hashed syntax highlighting foreground colors.
  • FIX: Rework *.sublime-color-scheme merging and ensure User package is merged last.

3.0.5

31 Oct 02:02
Compare
Choose a tag to compare

3.0.5

Oct 30, 2017

  • FIX: Parse color schemes with unexpected extensions correctly.

3.0.4

28 Oct 02:11
Compare
Choose a tag to compare

3.0.4

Oct 27, 2017

  • FIX: Support for irregular .sublime-color-scheme values.

3.0.3

24 Oct 03:13
Compare
Choose a tag to compare

3.0.3

Oct 23, 2017

  • FIX: scope2style wasn't returning background color by default.

3.0.2

22 Oct 02:25
Compare
Choose a tag to compare

3.0.2

Oct 21, 2017

  • FIX: Improved color scheme parsing logic.
  • FIX: Fix code background not being correct.

3.0.1

21 Oct 01:58
Compare
Choose a tag to compare

3.0.1

Oct 20, 2017

  • Fix: Update color scheme matcher to latest and fix legacy support issues.

3.0.0

19 Oct 04:16
Compare
Choose a tag to compare

3.0.0

Oct 18, 2017

  • NEW: Support for .sublime-color-schemes (which are subject to change).
  • NEW: Update rgba library.

2.2.0

12 Oct 01:41
Compare
Choose a tag to compare

2.2.0

Oct 11, 2017

  • NEW: Remove deprecations.
  • NEW: Update rgba library.
  • NEW: Expose contrast.
  • NEW: Add support for PackageDev settings completions/tooltips/linting.
  • Fix: Hide scratch output panel.
  • FIX: Increase block code font size to 1rem.
  • FIX: Better YAML stripping logic.
  • FIX: More descriptive failure message.

2.1.1

22 Jun 04:34
Compare
Choose a tag to compare

2.1.1

June 21, 2017

  • FIX: Strip frontmatter when md=False. Throw it away as we only use the frontmatter for Markdown.

2.1.0

21 Jun 02:32
Compare
Choose a tag to compare

2.1.0

June 20, 2017

  • NEW: Allow adding and configuring extensions via YAML frontmatter. This feature deprecates nl2br function parameter which will be removed some time in the future.
  • NEW: Allow setting whether block, code tags will allow word wrapping via YAML frontmatter. This feature deprecates the allow_word_wrap function parameter which will be removed some time in the future.
  • NEW: Expose SuperFences' custom_fences feature via YAML frontmatter.
  • NEW: Upgrade internal extensions.
  • NEW: Import official pymdownx extension if pymdownx is installed as a dependency so we can drop internal vendored extension copies in the future. This is allowed to be optional for a time until people can update their dependencies.
  • NEW: Import pyyaml extension if pyyaml is installed for frontmatter. This is allowed to be optional for a time until people can update their dependencies.
  • NEW: inline-highlight class in no longer applied to inline code. Instead highlight is applied to both inline and block code.