Skip to content

Commit 6ff0afa

Browse files
committed
Add last tweets to website news
1 parent b87f584 commit 6ff0afa

File tree

4 files changed

+35
-4
lines changed

4 files changed

+35
-4
lines changed

.vscode/settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"editor.formatOnSave": true,
2+
"editor.formatOnSave": false,
33
"editor.defaultFormatter": "esbenp.prettier-vscode",
44
"prettier.jsxSingleQuote": true,
55
"prettier.singleQuote": true
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
slug: jsonforms-2-5-1-alpha1
3+
title: JSON Forms v2.5.1-alpha.1
4+
author: JSON Forms
5+
author_title: Twitter
6+
author_url: https://twitter.com/jsonforms
7+
author_image_url: /img/logo.svg
8+
---
9+
10+
We just released a new JSON Forms preview "2.5.1-alpha.1" on the "next" stream. Most importantly we added a basic renderer set for our Vue 3 and Vue 2 bindings. Check our new [JSON Forms Vue seed](https://github.com/eclipsesource/jsonforms-vue-seed) to try it out yourself!
11+
12+
The new Vue renderer set is in a preview state and feedback is welcome! Let us know what you think in our [community forum](https://spectrum.chat/jsonforms).
13+
14+
Also included in the prerelease are a new toggle boolean control and a multi-select checkbox enum renderer for the React Material renderer set.
+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
slug: jsonforms-2-5-1
3+
title: JSON Forms v2.5.1
4+
author: JSON Forms
5+
author_title: Twitter
6+
author_url: https://twitter.com/jsonforms
7+
author_image_url: /img/logo.svg
8+
---
9+
10+
It's a new renderer set! Last week we published JSON Forms v2.5.1 containing our new Vue 3 and Vue 2 vanilla renderer sets. Big thanks to [headwire.com](http://headwire.com) who partly sponsored the new renderers!
11+
12+
We also have two new renderers for React Material: boolean toggles and multiple choice (array of enum values).
13+
14+
Other changes include fixes for the Angular renderers as well as improvements to the core framework. Check out the [detailed change list](https://github.com/eclipsesource/jsonforms/releases/tag/v2.5.1).

content/pages/index.js

+6-3
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,12 @@ function Home() {
106106
<section className={styles.sectionNews}>
107107
<Card className={styles.newsCard}>
108108
<CardContent>
109-
Today we released JSON Forms v2.5 🎉 This release marks the final step in our quest to remove Redux as a hard dependency of JSON Forms. Check our updated migration guide if you'd like to migrate to the Redux-less variants.
110-
We also like to announce the new JSON Forms Vue 2 & Vue 3 support. Many thanks to headwire.com whose sponsoring made the JSON Forms Vue bindings possible. Among others they plan to power peregrine-cms.com with JSON Forms Vue and decided to contribute back ❤️.
111-
We now also work on a basic JSON Forms Vue renderer set which we plan to release with one of the next versions of JSON Forms! See you soon!
109+
It's a new renderer set! Last week we published JSON Forms v2.5.1 containing our new Vue 3 and Vue 2 vanilla renderer sets. Big thanks to <a href='http://headwire.com'>headwire.com</a> who partly sponsored the new renderers!
110+
<br/>
111+
We also have two new renderers for React Material: boolean toggles and multiple choice (array of enum values).
112+
Other changes include fixes for the Angular renderers as well as improvements to the core framework. Check out the <a href="https://github.com/eclipsesource/jsonforms/releases/tag/v2.5.1">detailed change list</a>.
113+
<br/>
114+
<span style={{ display: 'block', textAlign: 'right', width: '100%'}}>20th May 2021</span>
112115
</CardContent>
113116
</Card>
114117
<Link to='/news' className={styles.newsButton}>

0 commit comments

Comments
 (0)