@@ -5,26 +5,23 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
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
129### Added
13- - Forms: add min/max options to number field
10+ - Forms: Add min/max options to number field. [ # 41783 ]
1411
1512### 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 ]
2118
2219### 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 ]
2825
2926## [ 0.39.0] - 2025-02-24
3027### Changed
@@ -878,7 +875,7 @@ This is an alpha version! The changes listed here are not final.
878875- Added a new jetpack/forms package [ #28409 ]
879876- Added a public load_contact_form method for initializing the contact form module. [ #28416 ]
880877
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
882879[ 0.39.0 ] : https://github.com/automattic/jetpack-forms/compare/v0.38.0...v0.39.0
883880[ 0.38.0 ] : https://github.com/automattic/jetpack-forms/compare/v0.37.1...v0.38.0
884881[ 0.37.1 ] : https://github.com/automattic/jetpack-forms/compare/v0.37.0...v0.37.1
0 commit comments