Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 1.93 KB

CHANGELOG.md

File metadata and controls

49 lines (37 loc) · 1.93 KB

0.5.3

  • Fix bug where text selection hid all selected text (#16)

0.5.2

  • Fix bug where bracket match styling didn't show on current line (#15)

0.5.1

  • Fix colors for JSX nested elements (#13)

0.5.0

0.4.0

  • Match latest changes in Sublime Text version
    • Update markdown styles
    • Add italic HTML attributes
    • Update ES6 classes
    • Make JS object keys minty (w/ language-babel)
    • Take dusty blue background off embedded script tags
    • Fix styling of PHP class names
  • Remove comment styling from Markdown blockquotes
  • Fix color of parentheses in function call

0.3.2

0.3.1

  • Fix bug where bracket match styling didn't show on current line (#9)

0.3.0

  • Match latest changes in Sublime Text version
    • Remove the special background color behind CSS selectors

0.2.1

  • Added keywords to package so it's easier for people to find

0.2.0

  • Added better styling for text search results
  • Added styling for highlight-selected word highlights

0.1.2

  • Fixed bug where backgrounds in Markdown files didn't clear on selection/current line

0.1.1

  • Fixed bug where cursor (AKA caret) would disappear behind text wrap guide

0.1.0 - First Release

  • Every feature added
  • Every bug fixed