You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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).
Copy file name to clipboardExpand all lines: content/pages/index.js
+6-3
Original file line number
Diff line number
Diff line change
@@ -106,9 +106,12 @@ function Home() {
106
106
<sectionclassName={styles.sectionNews}>
107
107
<CardclassName={styles.newsCard}>
108
108
<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 &Vue3support.Manythankstoheadwire.comwhosesponsoringmadetheJSONFormsVuebindingspossible.Amongotherstheyplantopowerperegrine-cms.comwithJSONFormsVueanddecidedtocontributeback❤️.
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 <ahref='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 <ahref="https://github.com/eclipsesource/jsonforms/releases/tag/v2.5.1">detailed change list</a>.
113
+
<br/>
114
+
<spanstyle={{display: 'block',textAlign: 'right',width: '100%'}}>20th May 2021</span>
0 commit comments