@@ -5,26 +5,23 @@ 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.40.0-alpha] - unreleased
9
-
10
- This is an alpha version! The changes listed here are not final.
11
-
8
+ ## [ 0.40.0] - 2025-03-03
12
9
### Added
13
- - Forms: add min/max options to number field
10
+ - Forms: Add min/max options to number field. [ # 41783 ]
14
11
15
12
### Changed
16
- - Contact Form: Updated editor styles for improved UI consistency and better alignment of form elements.
17
- - Forms: add accessible name field to advanced settings
18
- - Forms: simplify placeholder block
19
- - Forms: use placeholder attribute in editor instead of value
20
- - Update package dependencies.
13
+ - Contact Form: Updated editor styles for improved UI consistency and better alignment of form elements. [ # 42112 ]
14
+ - Forms: Add accessible name field to advanced settings. [ # 42101 ]
15
+ - Forms: Simplify placeholder block. [ # 42141 ]
16
+ - Forms: Use placeholder attribute in editor instead of value. [ # 41712 ]
17
+ - Update package dependencies. [ # 42163 ]
21
18
22
19
### Fixed
23
- - Fix warnings when post author is not available.
24
- - Forms: Ensure fields that skip rendering (like empty options fields) do not trigger validation or show value in form submission response.
25
- - Forms: Fix 404 error when a user submits an invalid form with JavaScript disabled.
26
- - Forms: fix field name set as label when trying to empty label
27
- - Forms: Show plugin integrations on Atomic.
20
+ - Fix warnings when post author is not available. [ # 42115 ]
21
+ - Forms: Ensure fields that skip rendering (like empty options fields) do not trigger validation or show value in form submission response. [ # 41979 ]
22
+ - Forms: Fix 404 error when a user submits an invalid form with JavaScript disabled. [ # 41947 ]
23
+ - Forms: Fix field name set as label when trying to empty label. [ # 42125 ]
24
+ - Forms: Show plugin integrations on Atomic. [ # 42073 ]
28
25
29
26
## [ 0.39.0] - 2025-02-24
30
27
### Changed
@@ -878,7 +875,7 @@ This is an alpha version! The changes listed here are not final.
878
875
- Added a new jetpack/forms package [ #28409 ]
879
876
- Added a public load_contact_form method for initializing the contact form module. [ #28416 ]
880
877
881
- [ 0.40.0-alpha ] : https://github.com/automattic/jetpack-forms/compare/v0.39.0...v0.40.0-alpha
878
+ [ 0.40.0 ] : https://github.com/automattic/jetpack-forms/compare/v0.39.0...v0.40.0
882
879
[ 0.39.0 ] : https://github.com/automattic/jetpack-forms/compare/v0.38.0...v0.39.0
883
880
[ 0.38.0 ] : https://github.com/automattic/jetpack-forms/compare/v0.37.1...v0.38.0
884
881
[ 0.37.1 ] : https://github.com/automattic/jetpack-forms/compare/v0.37.0...v0.37.1
0 commit comments