From acd2b0a2cdc5538ac6573e688289e57995b94f76 Mon Sep 17 00:00:00 2001 From: Frank Hossfeld Date: Sat, 9 Dec 2023 11:45:12 +0100 Subject: [PATCH 1/8] draft news page --- src/main/markdown/config.xml | 1 + src/main/markdown/news.md | 129 ++++++++++++++++++ src/main/resources/main.tpl | 3 +- .../site/assets/build/fonts/icons/icons.css | 6 +- src/main/site/index.html | 3 +- 5 files changed, 139 insertions(+), 3 deletions(-) create mode 100644 src/main/markdown/news.md diff --git a/src/main/markdown/config.xml b/src/main/markdown/config.xml index 111f8a380..a14c85645 100644 --- a/src/main/markdown/config.xml +++ b/src/main/markdown/config.xml @@ -20,6 +20,7 @@ + diff --git a/src/main/markdown/news.md b/src/main/markdown/news.md new file mode 100644 index 000000000..ea4391ace --- /dev/null +++ b/src/main/markdown/news.md @@ -0,0 +1,129 @@ +GWT News +=== + +This news page is the official source for update from the GWT team or GWT related projects. Anything important will be posted here. This page will give you an impression about things happening in the GWT community. + +In case you have a news worth for showing here, please open an issue: [add news](https://github.com/gwtproject/gwt-site/issues). +We will add the news as soon as possible. + + +
+
+ +
+ GWT: we are looking for reviewers! +
+
+
+ December 9, 2023 +
+
+ To finish the work on the next GWT release, we need to merge two more pull requests. We are looking for reviewers to approve the changes. Once the pull requests are merged, we will release GWT 2.11.0! +
+ + + +
+
+ +
+ DominoKit: domino-rest version 1.0.1 released +
+
+
+ November 28, 2023 +
+
+ This release fixes some dependency issues. +
+ + + +
+
+ +
+ J2CL: new version of the j2cl-maven-plugin released +
+
+
+ November 9, 2023 +
+
+ This update let the plugin use the latest J2CL version and supports elemental2 vesion 1.2.0. The release fixes a NPE, updates J2CL and the J2CL plugin to the latest version among other improvements. +
+ + + +
+
+ +
+ GWT Module: gwt-core version 1.0.0-rc2 released +
+
+
+ October 20, 2023 +
+
+ The second release candidate of the gwt-core module has been released today. +
+ + + +
+
+ + + + diff --git a/src/main/resources/main.tpl b/src/main/resources/main.tpl index db922f3f9..7d6b83c36 100644 --- a/src/main/resources/main.tpl +++ b/src/main/resources/main.tpl @@ -41,9 +41,10 @@
  • Overview
  • Get started
  • +
  • News/a>
  • Tutorials
  • Docs
  • -
  • Resources
  • +
  • Resources
  • Make GWT Better
  • Terms
  • Download
  • diff --git a/src/main/site/assets/build/fonts/icons/icons.css b/src/main/site/assets/build/fonts/icons/icons.css index 2ba154b1f..a1a171683 100755 --- a/src/main/site/assets/build/fonts/icons/icons.css +++ b/src/main/site/assets/build/fonts/icons/icons.css @@ -52,6 +52,10 @@ content: "\e608"; } +.icon_news:before { + content: "\e60b"; +} + .icon_optimise:before { content: "\e609"; } @@ -60,7 +64,7 @@ content: "\e60a"; } -.icon_ressources:before { +.icon_resources:before { content: "\e60b"; } diff --git a/src/main/site/index.html b/src/main/site/index.html index 43f615842..091fefd64 100644 --- a/src/main/site/index.html +++ b/src/main/site/index.html @@ -42,9 +42,10 @@
  • Overview
  • Get started
  • +
  • News
  • Tutorials
  • Docs
  • -
  • Resources
  • +
  • Resources
  • Make GWT Better
  • Terms
  • Download
  • From abdc5d65e5dcea43df6414cb0a2ad625f6bc4be4 Mon Sep 17 00:00:00 2001 From: Frank Hossfeld Date: Sat, 9 Dec 2023 12:50:14 +0100 Subject: [PATCH 2/8] add nalu news --- src/main/markdown/news.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/src/main/markdown/news.md b/src/main/markdown/news.md index ea4391ace..c4fe7cdf1 100644 --- a/src/main/markdown/news.md +++ b/src/main/markdown/news.md @@ -116,7 +116,25 @@ We will add the news as soon as possible.
    The second release candidate of the gwt-core module has been released today.
    - + + + + +
    + +
    + Nalukit: nalu version 2.12.6 released +
    +
    +
    + September 12, 2023 +
    +
    + This is a bug fix release. It fixes an issue related to reloading a page in a non hash context. +
    + From b65183c3b3e78ba8a983ef71715bf7755d28fcfe Mon Sep 17 00:00:00 2001 From: Frank Hossfeld Date: Sun, 10 Dec 2023 09:32:22 +0100 Subject: [PATCH 3/8] fixed a typo --- src/main/markdown/news.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/markdown/news.md b/src/main/markdown/news.md index c4fe7cdf1..d60aede59 100644 --- a/src/main/markdown/news.md +++ b/src/main/markdown/news.md @@ -125,7 +125,7 @@ We will add the news as soon as possible.
    - Nalukit: nalu version 2.12.6 released + NaluKit: nalu version 2.12.6 released
    From b9f212b6ef8bd910f4c07c174ed6b9002d0a2c48 Mon Sep 17 00:00:00 2001 From: Frank Hossfeld Date: Sun, 10 Dec 2023 13:34:50 +0100 Subject: [PATCH 4/8] update domino-rest news --- src/main/markdown/news.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/markdown/news.md b/src/main/markdown/news.md index d60aede59..c30e9a4c9 100644 --- a/src/main/markdown/news.md +++ b/src/main/markdown/news.md @@ -69,7 +69,7 @@ We will add the news as soon as possible.
    - This release fixes some dependency issues. + Update emulation and super sources to be compatible with gwt and j2cl, move to java 11 and upgrade dependencies.
    -
    + From 1d5a0ef109c2937c2b4d6a1a352df6408e7746c6 Mon Sep 17 00:00:00 2001 From: Frank Hossfeld Date: Sun, 10 Dec 2023 16:16:30 +0100 Subject: [PATCH 5/8] add new domino releases --- src/main/markdown/news.md | 72 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) diff --git a/src/main/markdown/news.md b/src/main/markdown/news.md index c30e9a4c9..9da55f828 100644 --- a/src/main/markdown/news.md +++ b/src/main/markdown/news.md @@ -50,6 +50,78 @@ We will add the news as soon as possible. }
    +
    + +
    + DominoKit: domino-jackson 1.0.4 released +
    +
    +
    + December 10, 2023 +
    +
    + The releases introduced a better way to do super sources that is compatible with GWT and J2CL, upgraded dependencies, moved to java 11 and introduces custom (de)serializers support. +
    + + + +
    +
    + +
    + DominoKit: domino-rest 1.0.2 released +
    +
    +
    + December 10, 2023 +
    +
    + The releases introduced a better way to do super sources that is compatible with GWT and J2CL, upgraded dependencies, moved to java 11 and fixes some minor issues. +
    + + + +
    +
    + +
    + DominoKit: domino-ui 1.0.6 released +
    +
    +
    + December 10, 2023 +
    +
    + Adds a new method to the LocalListScrollingDataSource. Check the release notes for more information. +
    + + + +
    +
    + +
    + DominoKit: domino-ui 2.0.0-RC5 released +
    +
    +
    + December 10, 2023 +
    +
    + Adds a lot of enhancements and features. The release also contains a lot of bug fixes. To get a full list of enhancements, features and bug fixes, check the release notes. +
    + + + +
    From c27e27e12175df1e9c560794f07f7f0fcc059b67 Mon Sep 17 00:00:00 2001 From: Frank Hossfeld Date: Thu, 14 Dec 2023 11:44:40 +0100 Subject: [PATCH 6/8] toc - added news --- src/main/resources/toc.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/toc.md b/src/main/resources/toc.md index 0783786d3..7979d3ed1 100644 --- a/src/main/resources/toc.md +++ b/src/main/resources/toc.md @@ -2,6 +2,7 @@ - [Overview](gettingstarted.html 'Getting Started with GWT SDK') - [SDK Learn More](learnmore-sdk.html 'Learn more about the GWT SDK') - [Configure Eclipse](usingeclipse.html) + - [News](news.html) - [Tutorials](doc/latest/tutorial/index.html) - [Overview](doc/latest/tutorial/index.html) - [Build a GWT App.](# 'Create, build and run a GWT application') From 046576986024bb416f8bbbe54b3bf216896962d3 Mon Sep 17 00:00:00 2001 From: Frank Hossfeld Date: Mon, 18 Dec 2023 21:32:47 +0100 Subject: [PATCH 7/8] update way of contact --- src/main/markdown/news.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/markdown/news.md b/src/main/markdown/news.md index 9da55f828..3682802ea 100644 --- a/src/main/markdown/news.md +++ b/src/main/markdown/news.md @@ -3,7 +3,7 @@ GWT News This news page is the official source for update from the GWT team or GWT related projects. Anything important will be posted here. This page will give you an impression about things happening in the GWT community. -In case you have a news worth for showing here, please open an issue: [add news](https://github.com/gwtproject/gwt-site/issues). +In case you have a news worth for showing here, [open an issue on our tracker](https://github.com/gwtproject/gwt-site/issues/new/choose). We will add the news as soon as possible.
    -
    - -
    - DominoKit: domino-jackson 1.0.4 released -
    -
    -
    - December 10, 2023 -
    -
    - The releases introduced a better way to do super sources that is compatible with GWT and J2CL, upgraded dependencies, moved to java 11 and introduces custom (de)serializers support. -
    - - - -
    -
    - -
    - DominoKit: domino-rest 1.0.2 released -
    -
    -
    - December 10, 2023 -
    -
    - The releases introduced a better way to do super sources that is compatible with GWT and J2CL, upgraded dependencies, moved to java 11 and fixes some minor issues. -
    - - - -
    -
    - -
    - DominoKit: domino-ui 1.0.6 released -
    -
    -
    - December 10, 2023 -
    -
    - Adds a new method to the LocalListScrollingDataSource. Check the release notes for more information. -
    - - - -
    -
    - -
    - DominoKit: domino-ui 2.0.0-RC5 released -
    -
    -
    - December 10, 2023 -
    -
    - Adds a lot of enhancements and features. The release also contains a lot of bug fixes. To get a full list of enhancements, features and bug fixes, check the release notes. -
    - - - -
    -
    - -
    - DominoKit: domino-rest version 1.0.1 released -
    -
    -
    - November 28, 2023 -
    -
    - Update emulation and super sources to be compatible with gwt and j2cl, move to java 11 and upgrade dependencies. -
    - - - -
    -
    - -
    - NaluKit: nalu version 2.12.6 released -
    -
    -
    - September 12, 2023 -
    -
    - This is a bug fix release. It fixes an issue related to reloading a page in a non hash context. -
    - - - -