Skip to content

Commit

Permalink
8.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Jul 15, 2022
1 parent 75dde8f commit 53a5eac
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# React Paragraphs

8.2.12
--------------------------------------------------------------------------------
_Release Date: 2022-07-15_

- Increased dialog width for larger screens.

8.2.11
--------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion js/build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"entity": {
"type": [
{
"target_id": "stanford_card"
"target_id": "stanford_wysiwyg"
}
]
},
Expand Down
4 changes: 2 additions & 2 deletions js/build/react_paragraphs.app.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/build/react_paragraphs.app.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"entity": {
"type": [
{
"target_id": "stanford_card"
"target_id": "stanford_wysiwyg"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion js/src/Components/Atoms/FormDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const FormDialog = ({open, title, formContent, onClose, ...props}) => {

return (
<Dialog
maxWidth='md'
maxWidth='xl'
fullWidth
open={open}
aria-labelledby="max-width-dialog-title"
Expand Down
2 changes: 1 addition & 1 deletion react_paragraphs.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: React Paragraphs
description: 'React based paragraphs fields'
type: module
core_version_requirement: '^8.8 || ^9'
version: 8.x-2.11
version: 8.x-2.12
package: Paragraphs
dependencies:
- drupal:rest
Expand Down

0 comments on commit 53a5eac

Please sign in to comment.