Skip to content

Releases: styled-components/vim-styled-components

v2.13

18 Mar 08:18
Compare
Choose a tag to compare

v2.12

11 Oct 14:56
Compare
Choose a tag to compare

v2.11

05 Aug 10:24
Compare
Choose a tag to compare
  • Improve typescript omnifunc completion. (#57, @JoosepAlviste)
  • Improve highlighting of HOC. (#61, @AlanWarren)
  • Add styled-jsx support. (#68, @Simounet)
  • Replace OS-dependent symlinks with vim runtime commands.
  • Improve highlighting of in-object syntax definitions.
  • Improve typescript highlighting.

v2.10

20 Feb 13:37
Compare
Choose a tag to compare
  • Improve typescript support by allowing different variations of interface syntax to be correctly highlighted. (#55)
  • Improve yats.vim support. (#56)

v2.9

09 Jan 14:51
Compare
Choose a tag to compare
  • Fix hidden issue with indentation calculation. (#54)
  • Add note about support of the astroturf library in README.md.

v2.8

03 Dec 11:13
Compare
Choose a tag to compare
  • Add support for othree/yajs.vim
  • Add documentation on supported language plugins

v2.7

09 Nov 10:50
Compare
Choose a tag to compare

v2.6

05 Sep 11:47
Compare
Choose a tag to compare
  • Add support for v4 keyword createGlobalStyle. (Fixes #48)

v2.5

13 Aug 12:19
Compare
Choose a tag to compare
  • Allow arbitrary non-css completion function. (Fixes #46)
  • Fix incorrect indentation for media query blocks. (Fixes #47)

v2.4

23 Jul 08:20
Compare
Choose a tag to compare
  • Fix highlighting of non-trivial custom styled-jsFuncCall regions.
    (e.g. allow highlighting of function calls, attribute access, etc.
    inside of styled() parameter)