Skip to content

Latest commit

 

History

History
211 lines (142 loc) · 8.43 KB

CHANGELOG.md

File metadata and controls

211 lines (142 loc) · 8.43 KB

Changelog for Hayaku

1.5.4 2019.06.24

  • Added basic support for CSS embedded inside JS (#313).

1.5.3 2016.03.04

  • Added basic support for PostCSS.
  • Fixed a case when the CSS_colors_case options is not found.

1.5.2 2014.08.06

  • Fixed missing none value for border-… shorthands (#291).

1.5.1 2014.07.31

  • Fixed CSS_syntax_quote_symbol option that didn't work when CSS_syntax_url_quotes was set to false.

1.5.0 2014.07.07

  • Added support for any hayaku abbreviations as alias values.
  • Added support for any unknown values after a colon in abbreviation.
  • Added support for unknown units after numbers.
  • Added plain-text template output, alongside the full.
  • Updated and fixed dictionary with some transform and animation stuff.
  • Fixed incorrect letter case dependance for values.
  • Fixed lost transform alias.
  • Fixed troubles with spaces in values.
  • Fixed unavailable user preprocessor dicts in cycling.
  • Fixed the handling of full properties/values.
  • Fixed the colon at the end of abbreviation.
  • Fixed absent percents for border-radius.
  • Fixed quote symbol option to work in more cases.

1.4.2 2014.06.12

  • Fixed regression for inner tabstops, like in transforms.

1.4.1 2014.06.11

  • Fixed ST2 utf problem.

1.4.0 2014.06.09

  • New feature: value cycling.
  • New feature: user-defined dictionaries.
  • New feature: user-defined aliases.
  • Refactored code a bit, added basic tests.
  • Now using commented for abbreviations links from dict in postexpands.
  • Updated flex properties and some other minor ones.
  • Allowed usage of + (although, not in the end), $ and @ in abbreviations.
  • Fixed rare postexpand conflicts.
  • Fixed always positive hayaku_CSS_prefixes_align setting.

1.3.6 2014.02.01

  • Better postexpand for colors, using color length option.
  • Mentioned disabling autocomplete in README.
  • Slightly better disabling of autocomplete.
  • Allowed using enter for autocomplete.

1.3.5 2013.10.27

  • Fixed incorrect indent in Sass-like syntax for new blocks (#198)

1.3.4 2013.10.26

  • Fixed support of .less files (#227)
  • Fixed the style of colors inserted from clipboard (#212)

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