@@ -5,23 +5,20 @@ 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.44.0-alpha] - unreleased
9
-
10
- This is an alpha version! The changes listed here are not final.
11
-
8
+ ## [ 0.44.0] - 2025-03-24
12
9
### Changed
13
- - Forms: update "submission settings" panel copy
14
- - Update dependencies
10
+ - Update editor sidebar copy. [ # 42642 ]
11
+ - Update dependencies. [ # 42564 ]
15
12
16
13
### Fixed
17
- - Components: Add __ next40pxDefaultSize to controls, preventing deprecation notices.
18
- - Forms: Fix ` source ` filtering in classic view for responses management
19
- - Forms: Prevent custom label font sizes preventing animated label font size reduction
20
- - Placeholder should always display if it's a non-empty string
14
+ - Components: Prevent deprecation notices by adding ` __next40pxDefaultSize ` to controls. [ # 42576 ]
15
+ - Fix ` source ` filtering in classic view for responses management. [ # 42641 ]
16
+ - Prevent custom label font sizes from breaking animated label font size reduction. [ # 42248 ]
17
+ - Placeholder should always display if it's a non-empty string. [ # 42173 ]
21
18
22
19
## [ 0.43.0] - 2025-03-18
23
20
### Added
24
- - Forms: Add a quick link to the admin bar to form entries [ #42474 ]
21
+ - Add a quick link to the admin bar to form entries. [ #42474 ]
25
22
26
23
### Changed
27
24
- Remove Google Drive beta badge. [ #42481 ]
@@ -922,7 +919,7 @@ This is an alpha version! The changes listed here are not final.
922
919
- Added a new jetpack/forms package [ #28409 ]
923
920
- Added a public load_contact_form method for initializing the contact form module. [ #28416 ]
924
921
925
- [ 0.44.0-alpha ] : https://github.com/automattic/jetpack-forms/compare/v0.43.0...v0.44.0-alpha
922
+ [ 0.44.0 ] : https://github.com/automattic/jetpack-forms/compare/v0.43.0...v0.44.0
926
923
[ 0.43.0 ] : https://github.com/automattic/jetpack-forms/compare/v0.42.1...v0.43.0
927
924
[ 0.42.1 ] : https://github.com/automattic/jetpack-forms/compare/v0.42.0...v0.42.1
928
925
[ 0.42.0 ] : https://github.com/automattic/jetpack-forms/compare/v0.41.0...v0.42.0
0 commit comments