@@ -5,23 +5,20 @@ 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.39.0-alpha] - unreleased
9-
10- This is an alpha version! The changes listed here are not final.
11-
8+ ## [ 0.39.0] - 2025-02-24
129### Changed
13- - Forms: Added Tracks when connecting Google Drive.
10+ - Forms: Add Tracks when connecting Google Drive. [ # 41825 ]
1411
1512### Fixed
16- - Forms: Fix ` empty form ` check for select elements
17- - Forms: Update block editor tracks events."
13+ - Forms: Fix ` empty form ` check for select elements. [ # 41846 ]
14+ - Forms: Update block editor tracks events. [ # 41824 ]
1815
1916## [ 0.38.0] - 2025-02-17
2017### Added
2118- Forms block: Add number input. [ #40962 ]
2219
2320### Changed
24- - Forms: Added tracking for plugin installations. [ #41732 ]
21+ - Forms: Add tracking for plugin installations. [ #41732 ]
2522
2623### Fixed
2724- Forms: Fix error setting for field. [ #41715 ]
@@ -31,27 +28,27 @@ This is an alpha version! The changes listed here are not final.
3128
3229## [ 0.37.1] - 2025-02-11
3330### Fixed
34- - Forms: fix missing translations [ #41671 ]
31+ - Forms: Fix missing translations. [ #41671 ]
3532
3633## [ 0.37.0] - 2025-02-10
3734### Added
3835- Forms: Add a new file upload field block to allow visitors to upload files through contact forms. [ #41582 ]
39- - Forms: Add support for having multiple forms accross paginated pages [ #41407 ]
40- - Forms: Tests: An empty form shouldn't submit test [ #41504 ]
36+ - Forms: Add support for having multiple forms across paginated pages. [ #41407 ]
4137- Forms: Update fields and button blocks to support contentOnly editing. [ #41411 ]
38+ - Tests: Verify empty forms do not submit. [ #41504 ]
4239
4340### Changed
44- - Forms: Refine file upload field block to use WordPress upload icon and follow consistent field patterns. Make the block available in beta. [ #41586 ]
45- - Forms: tracks forms submissions in orden to improve the product. [ #41307 ]
46- - Updated package dependencies. [ #41491 ]
41+ - File Upload Field block: Use WordPress upload icon and follow consistent field patterns (currently in beta) . [ #41586 ]
42+ - Forms: Track forms submissions in order to improve the product. [ #41307 ]
43+ - Update package dependencies. [ #41491 ]
4744
4845### Fixed
49- - Fix submit button width and alignment [ #41139 ]
46+ - Fix submit button width and alignment. [ #41139 ]
5047- Forms: Fix block style variations not showing in the editor. [ #41457 ]
51- - Forms: fixes the date format input if multiple date pickers are used with different date formats. [ #41611 ]
52- - Forms: Fix invalid html IDs. [ #41564 ]
48+ - Forms: Fix the date format input if multiple date pickers are used with different date formats. [ #41611 ]
49+ - Forms: Fix invalid HTML IDs. [ #41564 ]
5350- Forms: Hide fields without options. [ #41443 ]
54- - Improves the styling options of the separator block when placed inside the form block [ #40967 ]
51+ - Improve the styling options of the separator block when placed inside the form block. [ #40967 ]
5552
5653## [ 0.36.0] - 2025-02-03
5754### Added
@@ -60,7 +57,7 @@ This is an alpha version! The changes listed here are not final.
6057### Changed
6158- Remove legacy code and improve code quality. [ #41348 ]
6259- Rename contact form block placeholder to "Forms". [ #41384 ]
63- - Updated package dependencies. [ #41286 ]
60+ - Update package dependencies. [ #41286 ]
6461
6562### Fixed
6663- Add wrapping div to the core HTML block when inserted inside the form block. [ #41269 ]
@@ -860,7 +857,7 @@ This is an alpha version! The changes listed here are not final.
860857- Added a new jetpack/forms package [ #28409 ]
861858- Added a public load_contact_form method for initializing the contact form module. [ #28416 ]
862859
863- [ 0.39.0-alpha ] : https://github.com/automattic/jetpack-forms/compare/v0.38.0...v0.39.0-alpha
860+ [ 0.39.0 ] : https://github.com/automattic/jetpack-forms/compare/v0.38.0...v0.39.0
864861[ 0.38.0 ] : https://github.com/automattic/jetpack-forms/compare/v0.37.1...v0.38.0
865862[ 0.37.1 ] : https://github.com/automattic/jetpack-forms/compare/v0.37.0...v0.37.1
866863[ 0.37.0 ] : https://github.com/automattic/jetpack-forms/compare/v0.36.0...v0.37.0
0 commit comments