Skip to content

Releases: styled-components/vim-styled-components

v2.3

20 Jun 12:23
Compare
Choose a tag to compare
  • Update installation instruction for vim-plug to be compatible with this plugin.

v2.2

18 Jun 18:53
Compare
Choose a tag to compare
  • Fix stopped highlighting after comma (#32).

v2.1

22 May 10:15
Compare
Choose a tag to compare
  • Implement autocomplete (#35).
  • Improve typescript support (#37).
  • Improve jsx filetype support.
  • Fix highlighting issues from v2.0 (1344c3d and 2880d81).

v2.0

19 Feb 12:21
Compare
Choose a tag to compare
  • Rewrite syntax highlighting and indenting.
  • Explicitly target styled section. (#21)
  • Make highlighting more consistent and robust. (#23)
  • Highlight classes correctly. (#24)
  • Fix maxmempattern-related memory issues. (#28)
  • Fix nested parenthesis issues. (#33)

v1.3.0

31 Aug 21:21
Compare
Choose a tag to compare
  • Transfer project to styled-components organization.
  • Shorten library support effort.
  • Add support for emotion api (#27).

v1.2.0

03 Aug 08:58
Compare
Choose a tag to compare
  • Support multi-line imports (#17)
  • Manually re-define cssAttrRegion (#18)
  • Add support for glamor/styled

v1.1.0

03 Aug 08:59
Compare
Choose a tag to compare

Add support for v2 and diet-cola.

First public release

20 Apr 11:41
Compare
Choose a tag to compare

vim-styled-components is just a small plugin but went through a lot of revisions to be at the current point, so I am confident enough to declare the current state of this plugin the first official public non-beta release.

  • Allow third-party plugins to supply CSS3 rules (#9).
  • Handle JS template expressions inside CSS definitions, inside of JS template strings.