@@ -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
0 commit comments