@@ -5,74 +5,71 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ 0.41.0-alpha] - unreleased
9
-
10
- This is an alpha version! The changes listed here are not final.
11
-
8
+ ## [ 0.41.0] - 2025-03-10
12
9
### Added
13
- - Forms: Added Akismet panel to form block.
10
+ - Add Akismet panel to form block. [ # 41826 ]
14
11
15
12
## [ 0.40.0] - 2025-03-03
16
13
### Added
17
- - Forms: Add min/max options to number field. [ #41783 ]
14
+ - Add min/max options to number field. [ #41783 ]
18
15
19
16
### Changed
20
17
- Contact Form: Updated editor styles for improved UI consistency and better alignment of form elements. [ #42112 ]
21
- - Forms: Add accessible name field to advanced settings. [ #42101 ]
22
- - Forms: Simplify placeholder block. [ #42141 ]
23
- - Forms: Use placeholder attribute in editor instead of value. [ #41712 ]
18
+ - Add accessible name field to advanced settings. [ #42101 ]
19
+ - Simplify placeholder block. [ #42141 ]
20
+ - Use placeholder attribute in editor instead of value. [ #41712 ]
24
21
- Update package dependencies. [ #42163 ]
25
22
26
23
### Fixed
27
24
- Fix warnings when post author is not available. [ #42115 ]
28
- - Forms: Ensure fields that skip rendering (like empty options fields) do not trigger validation or show value in form submission response. [ #41979 ]
29
- - Forms: Fix 404 error when a user submits an invalid form with JavaScript disabled. [ #41947 ]
30
- - Forms: Fix field name set as label when trying to empty label. [ #42125 ]
31
- - Forms: Show plugin integrations on Atomic. [ #42073 ]
25
+ - Ensure fields that skip rendering (like empty options fields) do not trigger validation or show value in form submission response. [ #41979 ]
26
+ - Fix 404 error when a user submits an invalid form with JavaScript disabled. [ #41947 ]
27
+ - Fix field name set as label when trying to empty label. [ #42125 ]
28
+ - Show plugin integrations on Atomic. [ #42073 ]
32
29
33
30
## [ 0.39.0] - 2025-02-24
34
31
### Changed
35
- - Forms: Add Tracks when connecting Google Drive. [ #41825 ]
32
+ - Add Tracks when connecting Google Drive. [ #41825 ]
36
33
37
34
### Fixed
38
- - Forms: Fix ` empty form ` check for select elements. [ #41846 ]
39
- - Forms: Update block editor tracks events. [ #41824 ]
35
+ - Fix ` empty form ` check for select elements. [ #41846 ]
36
+ - Update block editor tracks events. [ #41824 ]
40
37
41
38
## [ 0.38.0] - 2025-02-17
42
39
### Added
43
40
- Forms block: Add number input. [ #40962 ]
44
41
45
42
### Changed
46
- - Forms: Add tracking for plugin installations. [ #41732 ]
43
+ - Add tracking for plugin installations. [ #41732 ]
47
44
48
45
### Fixed
49
- - Forms: Fix error setting for field. [ #41715 ]
50
- - Forms: Fix missing translations in choice field settings. [ #41719 ]
51
- - Forms: Fix syncing of shared styles for nested fields. [ #41708 ]
46
+ - Fix error setting for field. [ #41715 ]
47
+ - Fix missing translations in choice field settings. [ #41719 ]
48
+ - Fix syncing of shared styles for nested fields. [ #41708 ]
52
49
- Vertically align submit button in single row. [ #41576 ]
53
50
54
51
## [ 0.37.1] - 2025-02-11
55
52
### Fixed
56
- - Forms: Fix missing translations. [ #41671 ]
53
+ - Fix missing translations. [ #41671 ]
57
54
58
55
## [ 0.37.0] - 2025-02-10
59
56
### Added
60
- - Forms: Add a new file upload field block to allow visitors to upload files through contact forms. [ #41582 ]
61
- - Forms: Add support for having multiple forms across paginated pages. [ #41407 ]
62
- - Forms: Update fields and button blocks to support contentOnly editing. [ #41411 ]
57
+ - Add a new file upload field block to allow visitors to upload files through contact forms. [ #41582 ]
58
+ - Add support for having multiple forms across paginated pages. [ #41407 ]
59
+ - Update fields and button blocks to support contentOnly editing. [ #41411 ]
63
60
- Tests: Verify empty forms do not submit. [ #41504 ]
64
61
65
62
### Changed
66
63
- File Upload Field block: Use WordPress upload icon and follow consistent field patterns (currently in beta). [ #41586 ]
67
- - Forms: Track forms submissions in order to improve the product. [ #41307 ]
64
+ - Track forms submissions in order to improve the product. [ #41307 ]
68
65
- Update package dependencies. [ #41491 ]
69
66
70
67
### Fixed
71
68
- Fix submit button width and alignment. [ #41139 ]
72
- - Forms: Fix block style variations not showing in the editor. [ #41457 ]
73
- - Forms: Fix the date format input if multiple date pickers are used with different date formats. [ #41611 ]
74
- - Forms: Fix invalid HTML IDs. [ #41564 ]
75
- - Forms: Hide fields without options. [ #41443 ]
69
+ - Fix block style variations not showing in the editor. [ #41457 ]
70
+ - Fix the date format input if multiple date pickers are used with different date formats. [ #41611 ]
71
+ - Fix invalid HTML IDs. [ #41564 ]
72
+ - Hide fields without options. [ #41443 ]
76
73
- Improve the styling options of the separator block when placed inside the form block. [ #40967 ]
77
74
78
75
## [ 0.36.0] - 2025-02-03
@@ -101,18 +98,18 @@ This is an alpha version! The changes listed here are not final.
101
98
## [ 0.35.1] - 2025-01-27
102
99
### Added
103
100
- Add Checkbox and Consent field enter action to create a new block. [ #41297 ]
104
- - Forms: Create new default block when pressing Enter on text inputs. [ #41177 ]
101
+ - Create new default block when pressing Enter on text inputs. [ #41177 ]
105
102
106
103
### Changed
107
- - Forms: Remove wrapping <div > element from form block. [ #41274 ]
104
+ - Remove wrapping <div > element from form block. [ #41274 ]
108
105
109
106
### Fixed
110
- - Adds missing deprecation for checkboxes and radio fields. [ #41198 ]
111
- - Form: fix the default checkstate for admins. [ #40847 ]
112
- - Forms: Add unique ids to each form. [ #40998 ]
113
- - Forms: fix send to settings for multiple authors. [ #41290 ]
114
- - Forms: Make the icons show up as expected in the style editor. [ #41314 ]
115
- - Updates the icon colours to the new standard. [ #41250 ]
107
+ - Add missing deprecation for checkboxes and radio fields. [ #41198 ]
108
+ - Fix the default checkstate for admins. [ #40847 ]
109
+ - Add unique ids to each form. [ #40998 ]
110
+ - Fix send to settings for multiple authors. [ #41290 ]
111
+ - Make the icons show up as expected in the style editor. [ #41314 ]
112
+ - Update the icon colours to the new standard. [ #41250 ]
116
113
117
114
## [ 0.35.0] - 2025-01-20
118
115
### Added
@@ -882,7 +879,7 @@ This is an alpha version! The changes listed here are not final.
882
879
- Added a new jetpack/forms package [ #28409 ]
883
880
- Added a public load_contact_form method for initializing the contact form module. [ #28416 ]
884
881
885
- [ 0.41.0-alpha ] : https://github.com/automattic/jetpack-forms/compare/v0.40.0...v0.41.0-alpha
882
+ [ 0.41.0 ] : https://github.com/automattic/jetpack-forms/compare/v0.40.0...v0.41.0
886
883
[ 0.40.0 ] : https://github.com/automattic/jetpack-forms/compare/v0.39.0...v0.40.0
887
884
[ 0.39.0 ] : https://github.com/automattic/jetpack-forms/compare/v0.38.0...v0.39.0
888
885
[ 0.38.0 ] : https://github.com/automattic/jetpack-forms/compare/v0.37.1...v0.38.0
0 commit comments