Skip to content

Commit

Permalink
Forms: Create new default block when pressing Enter on text inputs (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsekouras authored and matticbot committed Jan 21, 2025
1 parent 7d1d220 commit 5602812
Show file tree
Hide file tree
Showing 7 changed files with 123 additions and 120 deletions.
3 changes: 3 additions & 0 deletions jetpack_vendor/automattic/jetpack-forms/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

This is an alpha version! The changes listed here are not final.

### Added
- Forms: Create new default block when pressing Enter on text inputs

### Fixed
- Forms: Add unique ids to each form

Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('jetpack-connection', 'lodash', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => 'bbd19aacdac5dff8640a');
<?php return array('dependencies' => array('jetpack-connection', 'lodash', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '0eedc34378673db4496b');
12 changes: 6 additions & 6 deletions jetpack_vendor/automattic/jetpack-forms/dist/blocks/editor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jetpack_vendor/i18n-map.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
),
'jetpack-forms' => array(
'path' => 'jetpack_vendor/automattic/jetpack-forms',
'ver' => '0.35.1-alpha1737418199',
'ver' => '0.35.1-alpha1737460276',
),
'jetpack-image-cdn' => array(
'path' => 'jetpack_vendor/automattic/jetpack-image-cdn',
Expand Down
Loading

0 comments on commit 5602812

Please sign in to comment.