Files
2013-04-04 08:54:25 -04:00

5.9 KiB

Changelog for Hayaku

1.3.3 2013.03.02

  • New setting: hayaku_CSS_syntax_quote_symbol for used quote symbol (#71)

  • New setting: hayaku_CSS_syntax_url_quotes for wrapping clipboarded links in urls with quotes (#208)

  • Added support for user-select property (#207)

  • Fixing values in abbreviations for opacity property (#209)

  • Don't add units if the value could be unitless (like line-height), also hayaku_CSS_units_for_unitless_numbers setting for this (#153)

1.3.2 2013.02.27

  • Fix the importing method for ST3 again, now should work from the .sublime-package.

1.3.1 2013.02.08

  • Fix the importing method, now the plugin would work from PC in ST3 (#205)

1.3.0 2013.02.07

  • Support for Sublime Text 3 (#201)

  • Fixed inline comment setting for OS X and Linux (#200, thanks to @freshmango)

  • Disable inline commenting in functions and quotes (#203)

1.2.1 2012.12.23

  • Hotfixing automatic new line after expand's bug (#190)

1.2.0 2012.12.23

1.1.1 2012.12.16

  • Fixed bug with more than 99 completion parts in a snippet (display: inline affected) (#182)
  • Fixed bug with wrong position of color postexpand in prefixed clusters (#183)
  • Better handling for values that can be parts of other values in postexpands (#184)
  • Overall refactoring of the postexpands, not completed, but already fixed some minor issues and the code is almost ready for moving the postexpands to the dictionaries.

1.1.0 2012.12.10

1.0.4 2012.11.29

  • Fixed jumping to newline with proper indentation by tab/enter in non-CSS syntaxes (#166)
  • Fixed the occasional removing of the content right to the point where the tab/enter happened (#168)
  • Allowing expand to work on a line with other properties (“single line” code style) (#170)
  • Some minor refactoring.

1.0.3 2012.11.27

  • New feature: Added a way to write color abbreviations for rgba, like cF.5 to color: rgba(255,255,255,.5) etc. (#66)
  • Removed colons from default Stylus syntax (#161)
  • Fixed possible leaks of default values (#164)

1.0.2 2012.11.26

  • Tab didn't work at the empty line after the last statement in Stylus/Sass (#146)
  • Enhanced the behaviour of the enter/tab at the end of the prefixed cluster (#52)
  • Fixed strange bugs in expands, when the <dimension> token could show up (#155)
  • Upgraded expand code block action (you can press enter inside the brackets — in this position: {|} — to create a block), so it is not hardcoded now (#159)
  • Added an option to disable postexpand (#152)

1.0.1 2012.11.23

  • Updated installation instructions (#147)

1.0.0 2012.11.22

  • Initial public alpha