Skip to content

Releases: tackme31/SitecoreEmmetExtensions

0.6.0

18 Apr 14:37
Compare
Choose a tag to compare
  • New rendering template Emmet Rendering has been added for reusing and naming an abbreviation.

0.5.2

17 Apr 18:17
Compare
Choose a tag to compare
  • Allow a link field in the end of period-delimited fields.

0.5.1

16 Apr 17:35
Compare
Choose a tag to compare
  • Indentation in the abbreviation parameter is now supported.
  • New icon of Emmet Abbreviation rendering.

0.5.0

16 Apr 03:17
Compare
Choose a tag to compare
  • New features
    • New syntax for generating a Link to an item: ->(Path or ID)
    • The raw parameter for Field syntax to display a raw value.
  • Breaking changes
    • Field syntax has been changed: {field-name} => #(field-name)
    • Field and Translation syntax no longer applied to ID, Class, and Attribute name.

0.4.0

14 Apr 16:49
Compare
Choose a tag to compare
  • The project's name has been changed to Sitecore Emmet Extensions.

0.3.0

05 Apr 00:04
Compare
Choose a tag to compare
  • Update the EmmetSharp package (All Emmet syntax has been supported).
  • The Expression rendering parameter is changed to Abbreviation.
  • Allow to specify a data source in the field interpolation.
  • README.ja.md is added.

0.2.1

29 Mar 09:17
Compare
Choose a tag to compare
  • Separate the parser to the EmmetSharp.
  • Support Field Interpolation/Translation syntax in HTML attributes. (8b1ee47)

0.2.0

28 Mar 15:16
Compare
Choose a tag to compare
  • Now supports additional Emmet syntax:
    • Multiplication
    • Numbering
  • And new special syntax:
    • Field interpolation
    • Translation

0.1.2

27 Mar 10:39
Compare
Choose a tag to compare
  • Improve the Emmet parser
  • Allow a top-level parenthesis
  • Change the default expression

0.1.1

26 Mar 13:41
Compare
Choose a tag to compare