Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update blogs #218

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion content/blog/cheerpj-3-deep-dive.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ import { DISCORD_URL } from "@/consts.ts";

CheerpJ was originally released in 2017, quickly becoming Leaning Technologies' most widely known and successful product. In the last six years, we collected a vast amount of feedback from users that led us to perform a full rewrite of CheerpJ, which [we announced in May](/blog/announcing-cheerpj-3).

CheerpJ 3.0 introduces a completely new JIT-based architecture which makes the tool faster, more usable and much more powerful. [CheerpJ 3.0 was released in January 2024](/blog/cheerpj-3.0), with support for Java 8. Thanks to its new runtime architecture, subsequent releases of CheerpJ will expand its support to more recent LTS releases of Java, starting from Java 11.
CheerpJ 3.0 (old version) introduces a completely new JIT-based architecture which makes the tool faster, more usable and much more powerful. [CheerpJ 3.0 was released in January 2024](/blog/cheerpj-3.0), with support for Java 8. Thanks to its new runtime architecture, subsequent releases of CheerpJ will expand its support to more recent LTS releases of Java, starting from Java 11.

**CheerpJ 3.1 Released!** Check out the latest version of CheerpJ with exciting new features and improvements! [Learn more about 3.1 here](https://labs.leaningtech.com/blog/cheerpj-3.1).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was thinking if we could make this more clear that this is an edit or update of the original post. Could you please try with a note callout?:

> [!note] Update
> Lorem ipsum dolor sit amet

Please do the same for both blog posts


## What can CheerpJ do?

Expand Down
7 changes: 4 additions & 3 deletions content/blog/cheerpj-3.0.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "CheerpJ 3.0 now available"
title: "CheerpJ 3.0 (old version) now available"
subtitle: A WebAssembly JVM to run real-world applications in the browser
slug: cheerpj-3.0
description: |
Expand All @@ -16,7 +16,7 @@ tags:
import LinkButton from "@leaningtech/astro-theme/components/LinkButton.astro";
import { DISCORD_URL } from "@/consts.ts";

CheerpJ 3.0, **a state-of-the-art WebAssembly JVM that runs in the browser**, is
CheerpJ 3.0 (old version) , **a state-of-the-art WebAssembly JVM that runs in the browser**, is
now available! In this post, we'll give an
overview of what CheerpJ is, what this new major release brings, and share an
exciting demo we've been working on.
Expand All @@ -37,7 +37,8 @@ exciting demo we've been working on.
/>
</div>

CheerpJ 3.0 replaces CheerpJ 2.3 as our long-term supported version. Existing users can upgrade by following [the migration guide](/cheerpj3/migrating-from-cheerpj2).
**CheerpJ 3.1 Released!** Check out the latest version of CheerpJ with exciting new features and improvements!
[Learn more about 3.1 here](https://labs.leaningtech.com/blog/cheerpj-3.1).

---

Expand Down