Skip to content

Commit f0841c4

Browse files
committed
updated changelog file
1 parent 08661ca commit f0841c4

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
HTML Template Language Specification [1.4](https://github.com/adobe/htl-spec/tree/1.4) - June 18th, 2018
2+
====
3+
Version 1.4 brings the following enhancements:
4+
* `data-sly-list` and `data-sly-repeat` iteration control (#55) [0][1]
5+
* the introduction of the `in` relational operator (#56) [2]
6+
* support for negative Number literals (#44) [3]
7+
* attribute identifier for the `data-sly-unwrap` block statement (#52) [4]
8+
* an extended list of attributes for which the `uri` display context is applied automatically (#62) [5]
9+
* a new block statement - `data-sly-set` [6]
10+
11+
For a full list of issues addressed by this release please check [7].
12+
13+
[0] - https://github.com/adobe/htl-spec/blob/1.4/SPECIFICATION.md#226-list
14+
[1] - https://github.com/adobe/htl-spec/blob/1.4/SPECIFICATION.md#227-repeat
15+
[2] - https://github.com/adobe/htl-spec/blob/1.4/SPECIFICATION.md#1143-relational-operators
16+
[3] - https://github.com/adobe/htl-spec/blob/1.4/SPECIFICATION.md#111-grammar
17+
[4] - https://github.com/adobe/htl-spec/blob/1.4/SPECIFICATION.md#2211-unwrap
18+
[5] - https://github.com/adobe/htl-spec/blob/1.4/SPECIFICATION.md#113-context-sensitive
19+
[6] - https://github.com/adobe/htl-spec/blob/1.4/SPECIFICATION.md#2212-set
20+
[7] - https://github.com/adobe/htl-spec/milestone/3?closed=1
21+
22+
HTML Template Language Specification [1.3.1](https://github.com/adobe/htl-spec/tree/1.3.1) - August 1st, 2017
23+
====
24+
Enhancements:
25+
* corrected examples from the [URI manipulation](https://github.com/adobe/htl-spec/blob/1.3.1/SPECIFICATION.md#125-uri-manipulation) section
26+
* added paragraph about the style and the event attributes for the `data-sly-attribute` block element
27+
28+
HTML Template Language Specification [1.3](https://github.com/adobe/htl-spec/tree/1.3) - March 16th, 2017
29+
====
30+
New features:
31+
- the [`format`](https://github.com/adobe/htl-spec/blob/1.3/SPECIFICATION.md#122-format) option has been extended to allow formatting `strings`, `dates` and `numbers`
32+
33+
134
HTML Template Language Specification [1.2](https://github.com/adobe/htl-spec/tree/1.2) - March 30th, 2016
235
====
336

0 commit comments

Comments
 (0)