Releases: facelessuser/sublime-markdown-popups
Releases · facelessuser/sublime-markdown-popups
3.1.0
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 ensureUser
package is merged last.
3.0.5
3.0.5
Oct 30, 2017
- FIX: Parse color schemes with unexpected extensions correctly.
3.0.4
3.0.4
Oct 27, 2017
- FIX: Support for irregular
.sublime-color-scheme
values.
3.0.3
3.0.3
Oct 23, 2017
- FIX:
scope2style
wasn't returning background color by default.
3.0.2
3.0.2
Oct 21, 2017
- FIX: Improved color scheme parsing logic.
- FIX: Fix code background not being correct.
3.0.1
3.0.1
Oct 20, 2017
- Fix: Update color scheme matcher to latest and fix legacy support issues.
3.0.0
3.0.0
Oct 18, 2017
- NEW: Support for
.sublime-color-schemes
(which are subject to change). - NEW: Update
rgba
library.
2.2.0
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
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
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 ifpymdownx
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 ifpyyaml
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. Insteadhighlight
is applied to both inline and block code.