Releases: Automattic/jetpack-newsletter
Releases · Automattic/jetpack-newsletter
0.11.0
0.11.0 - 2026-06-25
Changed
- Introduce the modernized dashboard and WP Admin subscriber management behind the
rsm_jetpack_ui_modernization_newsletterandjetpack_wp_admin_subscriber_management_enabledfilters, off by default. [#49036] - Update package dependencies. [#49831]
Fixed
- Align the settings DataForm field
Editcontrols, the import-subscribers noticeActionLink, and the dashboard tab panels with the@wordpress/dataviews16 and@wordpress/ui0.15 type APIs. [#49801]
0.10.0
0.10.0 - 2026-06-22
Added
- Add a transitional Subscribers announcement page (wp-build) shown in place of the legacy Subscribers menu link when the Newsletter modernization filter is enabled. [#49496]
- Register the transitional Subscribers announcement page directly under the Jetpack menu on WordPress.com sites. [#49675]
Changed
- Subscribers: Link the Substack importer button to the WordPress.com site-setup importer flow. [#49538]
- Update package dependencies. [#49631] [#49691] [#49757]
Fixed
- Close the subscriber detail panel when its subscriber is removed instead of leaving it open with stale data. [#49598]
0.9.1
0.9.1 - 2026-06-15
Added
- Add a setting for the Subscribe modal heading shown by Subscribe blocks using the Button-only style. [#49171]
- Daily Writing Prompt: Record Tracks events when interacting with the widget's actions. [#49534]
Changed
- Daily Writing Prompt: Link to the WordPress.com Reader and move the responses button next to the Post Answer button. [#49462]
- Label the subscription placement options with a "Homepage and posts" section header. [#49466]
- Update package dependencies. [#49273] [#49492]
Fixed
- Daily Writing Prompt: Defer the connection-readiness check to Dashboard setup to avoid a fatal error on Atomic sites. [#49525]
- Fix the "Add plans" link for WordPress installs in a subdirectory. [#49553]
- Keep the Subscribers/Settings tab bar pinned while scrolling the modernized Settings tab. [#49460]
- Only show the subscription placement "Preview and edit" link once the placement is enabled and saved. [#49532]
- Render the same initials avatar in the subscriber row and detail panel when a subscriber has no Gravatar. [#49581]
- Stop the modernized Settings tab from flashing a full-page loading spinner on every visit. [#49530]
- Subscribers: Hide the "Comp a subscription" action when the site has no paid newsletter plans. [#49531]
0.9.0
0.9.0 - 2026-06-08
Added
- Add Jetpack branding to the Daily Writing Prompt dashboard widget. [#49438]
- Add the Daily Writing Prompt dashboard widget, moved here from the jetpack-mu-wpcom package. [#49425]
Changed
- Remove the per-page Hello Dolly rule; its content is now covered by the centralized normalize rule shipped with
@automattic/jetpack-components's AdminPage component. [#48472]
Fixed
- Include the routes directory in the TypeScript config so dashboard route files type-check correctly. [#49368]
- Don't show the WordPress.com connection prompt on Simple sites, which are already connected. [#49365]
- Restore body padding by wrapping content in Dialog.Content in Add subscribers and Comp modals. [#49327]
- Subscribers Dashboard: Fix several Comp modal issues — show the plan billing interval in the picker, correct plan selection, disable and explain (via tooltip) plans the reader already has, surface the specific already-comped error message, and fix a clipped focus ring. [#49441]
- Subscribers Dashboard: Show the empty state when the site owner is the only subscriber, and point the empty-state copy at the subscription form documentation. [#49410]
0.8.10
0.8.10 - 2026-06-01
Changed
- Update package dependencies. [#48404] [#49152]
Fixed
- Newsletter dashboard now records a
jetpack_newsletter_tab_viewTracks event on initial page load (matching its tab-switch behavior). [#49243]
0.8.9
0.8.9 - 2026-05-25
Changed
- Normalize page tabs onto the shared minimal variant and
jp-admin-page-tabs--minimalwrapper modifier. [#48964] - Update package dependencies. [#48405] [#49012]
Fixed
- Drop dead
@wordpress/admin-uibuild-style import that no longer exists in 2.x. [#49007] - Fix Settings tab toggles that controlled the wrong setting due to duplicate element IDs. [#49102]
0.8.8
0.8.8 - 2026-05-19
Changed
- Build: Run webpack and wp-build scripts concurrently. [#48794]
- Exclude development files from production builds. [#47365]
Fixed
- Fix saving settings on the Newsletter admin page on Atomic and self-hosted sites. [#48813]
0.8.7
0.8.7 - 2026-05-11
Changed
- Components: Use Link from
@wordpress/uiinstead of ExternalLink. [#48529]
0.8.6
0.8.6 - 2026-05-04
Changed
- Internal: No longer require automattic/jetpack-changelogger as a per-project dev dependency. [#48225]
0.8.5
0.8.5 - 2026-04-27
Fixed
- Reader Link: Only enqueue styles when the admin bar is visible. [#48145]