Skip to content

Commit

Permalink
Merge branch 'master' into use-vale-in-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepiercy authored Mar 18, 2023
2 parents 64a6cb9 + 0a0f319 commit eb224fc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2447,7 +2447,7 @@ See https://6.docs.plone.org/volto/upgrade-guide/index.html for more information
- Use Plone logo @ericof
- Update favicon and related tags with best practices @sneridagh
- Enable to be able to use the internal proxy in production as well @sneridagh
- Add runtime configuration for `@babel/plugin-transform-react-jsx` set to `automatic`. This enables the new JSX runtime: https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html So no longer `import React from 'react'` is needed anymore. @sneridagh
- Add runtime configuration for `@babel/plugin-transform-react-jsx` set to `automatic`. This enables the new JSX runtime: https://legacy.reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html So no longer `import React from 'react'` is needed anymore. @sneridagh
- Add `autocomplete` Widget component - It holds off the vocabulary endpoint pull until you search (more than 2 chars). Useful when dealing with huge vocabularies @sneridagh @reebalazs
- Add new listing block option "fullobjects" per variation @ksuess
- `FormFieldWrapper` accepts now strings and elements for description @nzambello
Expand Down Expand Up @@ -2577,7 +2577,7 @@ See https://6.docs.plone.org/volto/upgrade-guide/index.html for more information

### Feature

- Add runtime configuration for `@babel/plugin-transform-react-jsx` set to `automatic`. This enables the new JSX runtime: https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html So no longer `import React from 'react'` is needed anymore.
- Add runtime configuration for `@babel/plugin-transform-react-jsx` set to `automatic`. This enables the new JSX runtime: https://legacy.reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html So no longer `import React from 'react'` is needed anymore.
- Update favicon and related tags with best practices @sneridagh

### Bugfix
Expand Down
2 changes: 1 addition & 1 deletion docs/source/getting-started/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ As is the case with similar modern Javascript-based applications, you should kno
- Modern Javascript development. Volto uses next-generation Javascript. Follow
the [ES6 guide](https://flaviocopes.com/es6/) to get up to speed.
- React knowledge - [basic level is
fine](https://reactjs.org/tutorial/tutorial.html) for the beginning, you'll progress
fine](https://react.dev/learn/tutorial-tic-tac-toe) for the beginning, you'll progress
along the way. React itself is a simple and well documented framework.
- A basic understanding of Javascript
[CommonJS](https://flaviocopes.com/commonjs/),
Expand Down
1 change: 1 addition & 0 deletions news/4569.documentation
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix broken links at ReactJS.org. @stevepiercy

0 comments on commit eb224fc

Please sign in to comment.