Make WordPress Core

Opened 3 months ago

Closed 3 months ago

Last modified 3 months ago

#64119 closed enhancement (fixed)

Block editor: Conditionally enqueue front end assets for fitText.

Reported by: jorgefilipecosta's profile jorgefilipecosta Owned by: cbravobernal's profile cbravobernal
Milestone: 6.9 Priority: normal
Severity: normal Version:
Component: Editor Keywords: gutenberg-merge has-patch
Focuses: Cc:

Description

This ticket tracks the backports to core the php changes required for the fitText implementation which was worked on at https://github.com/WordPress/gutenberg/pull/71904. It can be merged even before the packages are updated because unless the fitText support is used nothing happens.

WordPress develop PR at https://github.com/WordPress/wordpress-develop/pull/10190.

Change History (5)

This ticket was mentioned in PR #10190 on WordPress/wordpress-develop by @jorgefilipecosta.


3 months ago
#1

  • Keywords has-patch added

This commit backports to core the php changes required for the fitText implementation which was worked on at https://github.com/WordPress/gutenberg/pull/71904. It can be merged even before the packages are updated because unless the fitText support is used nothing happens.

@jorgefilipecosta commented on PR #10190:


3 months ago
#2

Thanks for the PR. Changes look good to me.

Do we need to wait for package backport?

No we don't need to wait it can be committed after or before the package update.

#3 @wildworks
3 months ago

  • Type changed from defect (bug) to enhancement

I think this ticket is an enhancement and should be committed before the Beta release.

#4 @cbravobernal
3 months ago

  • Owner set to cbravobernal
  • Resolution set to fixed
  • Status changed from new to closed

In 61015:

Block editor: Conditionally enqueue front end assets for fitText.

Introduces a new fitText block support that enables automatic font size adjustment to fit text within its container boundaries.

Props jorgefilipecosta, mukesh27, wildworks.

Fixes #64119.

Note: See TracTickets for help on using tickets.