Skip to content

Commit 4d98c0c

Browse files
committed
Prep for 2.1.2 release
1 parent ea8a259 commit 4d98c0c

File tree

4 files changed

+16
-9
lines changed

4 files changed

+16
-9
lines changed

CHANGELOG.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ Changelog
33
=========
44

55
### 2.1.2
6+
- Fixed content assist not working over a list of tags in the restrictions
7+
element, ([#68](https://github.com/thymeleaf/thymeleaf-extras-eclipse-plugin/issues/68)),
8+
with [Alexandre Araújo](https://github.com/alexandrearaujo) providing the
9+
necessary fix ([#69](https://github.com/thymeleaf/thymeleaf-extras-eclipse-plugin/pull/69))
610
- Fixed this bug where the Thymeleaf menu would show up in context menus when
711
nothing was selected ([#56](https://github.com/thymeleaf/thymeleaf-extras-eclipse-plugin/issues/56))
812

@@ -25,22 +29,25 @@ Changelog
2529
- Dialect metadata file is now on a public URL: http://www.thymeleaf.org/xsd/thymeleaf-extras-dialect-2.1.xsd
2630
This should make it easier to create conformant XML files since you can now
2731
just point your XML editor to the schema ([#23](https://github.com/thymeleaf/thymeleaf-extras-eclipse-plugin/issues/23))
32+
- Fix for interoperability with other plugins that may hijack the standard HTML
33+
page editor, or plugins that make use of the standard HTML page editor
34+
([#28](https://github.com/thymeleaf/thymeleaf-extras-eclipse-plugin/issues/28),
35+
[#43](https://github.com/thymeleaf/thymeleaf-extras-eclipse-plugin/issues/43))
36+
37+
### 2.0.4
2838
- Fix for some Eclipse installations that were failing to add the Thymeleaf
2939
nature, introduced in 2.0.3 ([#40](https://github.com/thymeleaf/thymeleaf-extras-eclipse-plugin/issues/40),
3040
[#42](https://github.com/thymeleaf/thymeleaf-extras-eclipse-plugin/issues/42),
3141
with a big thanks to [Thibault Duchateau](https://github.com/tduchateau) for
3242
finding and providing the fix)
33-
- Fix for interoperability with other plugins that may hijack the standard HTML
34-
page editor, or plugins that make use of the standard HTML page editor
35-
([#28](https://github.com/thymeleaf/thymeleaf-extras-eclipse-plugin/issues/28),
36-
[#43](https://github.com/thymeleaf/thymeleaf-extras-eclipse-plugin/issues/43))
3743

3844
### 2.0.3
3945
- Added support for a wider range of workspace refresh types, so if the
4046
dialects that your project is using change, the plugin is now better equipped
4147
to reflect those changes in the content assist.
42-
- A Thymeleaf Nature that can be added to your projects. See the [Features](#features)
43-
section for more details ([#20](https://github.com/thymeleaf/thymeleaf-extras-eclipse-plugin/issues/20))
48+
- A Thymeleaf Nature that can be added to your projects. See the Features
49+
section of the readme for more details
50+
([#20](https://github.com/thymeleaf/thymeleaf-extras-eclipse-plugin/issues/20))
4451

4552
### 2.0.2
4653
- Dialect files in dependent projects weren't being picked up, either

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ standard dialect processors and expression utility objects, using the Eclipse
77
Web Tools Platform HTML source editor.
88

99
- Current version: 2.1.2
10-
- Released: ?? ??? 2014
10+
- Released: 4 March 2016
1111

1212
The 2.1.x versions of the Eclipse plugin are for Thymeleaf 2.1. Check out the
1313
[2.0-master branch](https://github.com/thymeleaf/thymeleaf-extras-eclipse-plugin/tree/2.0-master)

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* @author Emanuel Rabina
2222
*/
2323

24-
apply from: 'https://raw.github.com/ultraq/gradle-support/master/jaxb.gradle'
24+
apply from: 'https://raw.githubusercontent.com/ultraq/gradle-support/1.2.2/jaxb.gradle'
2525

2626
project.ext.corePluginDir = 'bundles/thymeleaf-extras-eclipse-plugin.core'
2727

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
</pluginRepositories>
9292

9393
<properties>
94-
<tycho.version>0.20.0</tycho.version>
94+
<tycho.version>0.24.0</tycho.version>
9595
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
9696
<maven.build.timestamp.format>yyyyMMddHHmm</maven.build.timestamp.format>
9797
<thymeleaf.plugin-name>thymeleaf-extras-eclipse-plugin</thymeleaf.plugin-name>

0 commit comments

Comments
 (0)