Aug 1, 2017
- Added
g:hyperstyle_use_colon
configuration flag (#5, @gabrielflorit) - Improved compatibility with Neovim 0.2.0 and Vim 8.0
Oct 6, 2015
- Add
list-style
andlist-style-type
Sep 20, 2015
- Expands
bc
tobackground-color
- Expands
bi
tobackground-image
Sep 20, 2015
- Expands
bg
tobackground
Sep 20, 2015
- #2 - Add background-image
Aug 14, 2015
- Add background-repeat
May 31, 2015
- Disable Hyperstyle unless
b:hyperstyle
is on. This allows you to temporarily turn it off, and improves compatibility a bit.
May 31, 2015
- Improve compatibility with other plugins: UltiSnips, auto-pairs, endwise, vim-closer.
- Improve compatibility with anything else I haven't seen, really (hopefully).
May 31, 2015
- Publish a reference: REFERENCE.md.
- Add help docs (
:h hyperstyle
). - Add more shortcuts to existing properties.
- Big internal refactor.
May 30, 2015
- Fix compatilibity with UltiSnips.
- Improve compatibilty with plugins that remap space.
- Fix pressing Enter in the middle of a line.
- Add
max-width
andmax-height
.
May 29, 2015
- Rename project to
vim-hyperstyle
. (previouslyvim-css-shorthand
) - Internal changes and cleanups.
May 29, 2015
- Fix compatibility with auto-pairs.
- Fix compatibility with UltiSnips.
- Internal changes.
May 28, 2015
- Support the tab key.
- Don't expand lines when the line is not indented.
May 27, 2015
- Vim 7.3 support!
boxs
now expands tobox-shadow
instead of box-sizing.cursor
values are now supported.- Updated shortcuts for
position
. - Added
ha
forheight: auto
. - Fix double semicolon problem.
- Fix
vertical-align:mid
not completing tomiddle
. - Zoom now accepts a number.
zo1
will expand tozoom: 1
. - Fixes polution of the clipboard.
- More shortcuts.
e
now expands to 'em', eg:m:3e
ismargin: 3em
.- Add explicit support for more units like ch, vmin, ex.
trans
now defaults totransition
and nottransform
(usetf
for transform).- Add
wa
for width: auto. - Add
mart
,padt
, andbort
for margin, padding and bottom-top (and its cousins).
- Keyword values are expanded now as well.
fl:l⏎
should expand tofloat: left
. - Improve rules on auto-spacing after
:
. For instance,opacity:1
should automatically insert a space after:
now. - Opacity now accepts numbers;
op.5
should translate toopacity: 0.5
.
- Add
jcs
asjustify-column: flex-start
. - Add
jce
asjustify-column: flex-end
. - Spaces after
:
are now optional:mar:3⏎
will now expand tomargin: 3px;
.
co
will now expand to color instead of content.- Added visibility, zoom and clear shortcuts.
di:
will now expand todisplay:
instead ofdirection:
.
margin: 3⏎
will now expand tomargin: 3px;
(and with similar properties too).- Added
abs⏎
andrel⏎
. - Added
ts:
for text-shadow.
May 27, 2015
Initial release.