Skip to content

Commit

Permalink
Merge branch 'master' into GH-468
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasHelming authored Dec 18, 2023
2 parents 7cffd74 + 2d729f0 commit 2973c85
Show file tree
Hide file tree
Showing 5 changed files with 78 additions and 9 deletions.
73 changes: 65 additions & 8 deletions src/components/Releases.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,18 +73,67 @@ heading-primary {

const communityReleases = [
{
name: 'Theia 1.43.x (2023-11) - planned',
name: 'Theia 1.45.x (2023-02) - planned',
releasedate: 'January 25th, 2024',
releasecandidatedate: 'December 21th, 2023',
technologiesin: 'February 1st, 2024',
releaseanouncement: 'February 8th, 2024',
announcementurl: '',
frameworks: [
{
title: 'Eclipse GLSP',
url: 'https://www.eclipse.dev/glsp/',
version: 'TBD',
modules: []
},
{
title: 'Eclipse EMF.cloud',
url: 'https://www.eclipse.dev/emfcloud/',
version: 'TBD',
modules: []
},
{
title: 'Eclipse Sprotty',
url: 'https://www.eclipse.dev/sprotty/',
version: 'TBD',
modules: []
},
{
title: 'Eclipse CDT Cloud Debug Adapter',
url: 'https://projects.eclipse.org/projects/ecd.cdt-cloud',
version: 'TBD',
modules: []
},
{
title: 'Langium',
url: 'https://langium.org/',
version: 'TBD',
modules: []
},
{
title: 'Theia Trace Extension',
url: 'https://github.com/eclipse-cdt-cloud/theia-trace-extension',
version: 'TBD',
modules: []
}
]
},

{
name: 'Theia 1.43.x (2023-11) - published',
releasedate: 'November 30th, 2023',
releasecandidatedate: 'October 26th, 2023',
technologiesin: 'December 7th, 2023',
releaseanouncement: 'December 14th, 2023',
announcementurl: '',
announcementurl: 'https://eclipsesource.com/blogs/2023/12/14/the-eclipse-theia-community-release-2023-11/',
frameworks: [
{
title: 'Eclipse GLSP',
url: 'https://www.eclipse.dev/glsp/',
version: 'TBD',
modules: []
version: '2.0.0',
modules: [
{ modulename: '@eclipse-glsp/theia-integration', url: 'https://www.npmjs.com/package/@eclipse-glsp/theia-integration/v/2.0.0' }
]
},
{
title: 'Eclipse EMF.cloud',
Expand All @@ -97,7 +146,7 @@ const communityReleases = [
{
title: 'Eclipse Sprotty',
url: 'https://www.eclipse.dev/sprotty/',
version: 'TBD',
version: '1.0.0',
modules: []
},
{
Expand All @@ -109,14 +158,18 @@ const communityReleases = [
{
title: 'Langium',
url: 'https://langium.org/',
version: 'TBD',
version: '2.1.3',
modules: []
},
{
title: 'Theia Trace Extension',
url: 'https://github.com/eclipse-cdt-cloud/theia-trace-extension',
version: 'TBD',
modules: []
version: 'since 0.2.0-next.20231206220005.ff0943f.0',
modules: [
{ modulename: 'theia-traceviewer', url: 'https://www.npmjs.com/package/theia-traceviewer' },
{ modulename: 'traceviewer-base', url: 'https://www.npmjs.com/package/traceviewer-base' },
{ modulename: 'traceviewer-react-components', url: 'https://www.npmjs.com/package/traceviewer-react-components' }
]
}
]
},
Expand Down Expand Up @@ -341,6 +394,10 @@ const communityReleases = [
]

const monthlyReleases = [
{
title: 'Eclipse Theia 1.44 Release: News and Noteworthy',
url: 'https://eclipsesource.com/blogs/2023/12/05/eclipse-theia-1-44-release-news-and-noteworthy/',
},
{
title: 'Eclipse Theia 1.43 Release: News and Noteworthy',
url: 'https://eclipsesource.com/blogs/2023/11/02/eclipse-theia-1-43-release-news-and-noteworthy/',
Expand Down
4 changes: 4 additions & 0 deletions src/components/index/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ const Header = () => (
</h1>
<h2 style={{ fontSize: '2.1rem' }}>
An Open, Flexible and Extensible Platform to efficiently develop and deliver Cloud & Desktop IDEs and tools with modern web technologies. The <a href="#theiaide"><b>Theia IDE</b></a> is a standard IDE built on the Theia Platform.
<br/>
<a href="https://eclipsesource.com/blogs/2023/12/05/eclipse-theia-1-44-release-news-and-noteworthy/" rel="noopener noreferrer">Learn about the latest 1.44 Release</a> and <a href="https://eclipsesource.com/blogs/2023/12/14/the-eclipse-theia-community-release-2023-11/">the latest Community Release (2023-11)</a>.
<br/>
Stay up-to-date: <a href="https://twitter.com/theia_ide">follow us on Twitter</a> and <a href="https://accounts.eclipse.org/mailing-list/friends-of-theia">register to the "Friends of Theia" mailing list</a>.
</h2>
<div className="header__buttons">
<a className="btn" href="#gettingstarted" target="_blank" rel="noopener noreferrer">Get started with the Theia Platform</a>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 9 additions & 1 deletion src/utils/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
import Docker from '../resources/extensions/docker.png'
import YAML from '../resources/extensions/yaml.png'
import Go from '../resources/extensions/go.png'
import CodeRealTime from '../resources/screenshots/code_realtime_theia.png'
import CodeRealTimeMin from '../resources/screenshots/thumbnails/code_realtime_theia_min.png'

export const contributorsAndAdopters = [
{
Expand Down Expand Up @@ -147,7 +149,13 @@
src: Smartface,
thumb: SmartfaceMin,
alt: "Smartface"
}
},
{
href: "https://secure-dev-ops.github.io/code-realtime",
src: CodeRealTime,
thumb: CodeRealTimeMin,
alt: "Code RealTime"
}
]

export const extensions = [
Expand Down

0 comments on commit 2973c85

Please sign in to comment.