Skip to content

Releases: ryboe/CSS3

v2.1.37

13 Nov 16:05
Compare
Choose a tag to compare
  • improve @supports highlighting
  • add support for paint() func
  • minor updates for changes to CSS Transforms Level 2

v2.1.36

11 Nov 22:44
Compare
Choose a tag to compare
  • Fix typo in completion: border-leftradius -> border-left-radius

v2.1.35

07 Mar 19:34
1c64eaa
Compare
Choose a tag to compare
  • add @property syntax highlighting
  • add the touch-action property
  • add border-block-start/end and border-inline-start/end properties
  • rescope property names as support.type.property-name.css to match the default CSS plugin

Once again, a very big thank you to @argyleink for all of these contributions! 👏

v2.1.34

27 Feb 23:18
2d0d333
Compare
Choose a tag to compare
  • Fix syntax error caused by stray quote in functions.py. Thanks @joreiff for identifying the problem!

v2.1.33

24 Feb 05:34
f0696d6
Compare
Choose a tag to compare
  • Support for the :is and :where psuedo-classes
  • Support for min(), max(), and clamp()
  • Support for the border-start-start, etc. properties
  • Fix not highlighting block-size and inline-size

A very big thank you to @argyleink for adding these features and reporting the inline-size bug! 👏🎉

v2.1.32

30 Nov 01:12
3394c2f
Compare
Choose a tag to compare

Update for changes to the following specs:

v2.1.31

08 Aug 16:54
092909e
Compare
Choose a tag to compare

Update for changes to these specs:

  • Inline Layout Level 3
  • Lists Module Level 3
  • Media Queries Level 5

Add two properties from the pre-release of Backgrounds and Borders Level 4:

  • background-position-x
  • background-position-y

v2.1.30

12 Jun 00:17
1165f7f
Compare
Choose a tag to compare
  • Disable highlighting of inline CSS.
    • I received a report that the #107 issue is still occurring. Unfortunately, this means I must disable inline highlighting again. Sorry for the trouble, and thank you for the report!

v2.1.29

09 Jun 22:11
559a815
Compare
Choose a tag to compare
  • Reenable highlighting of inline CSS
    • I can no longer reproduce #107, which caused me to disable inline CSS3 highlighting.
    • If you encounter this error message, please reopen #107 here and I will revert this change.
      Apparent recursion within a with_prototype action: 25000 context sanity limit hit

v2.1.28

09 Jun 21:33
e21c8fa
Compare
Choose a tag to compare

Update for changes to the following specs: