Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #1999

Merged
merged 3 commits into from
Jan 14, 2025
Merged

Version Packages #1999

merged 3 commits into from
Jan 14, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Dec 3, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to canary, this PR will be updated.

Releases

@faustwp/[email protected]

Major Changes

  • 99b5793: Update of the CoreParagraph block to support the native WP anchor attribute. GitHub issue: "[feat] Add anchor attribute to core/paragraph block"

    Introduces new field to core/paragraph block: anchor. This field allows users to add an anchor to the paragraph block. The anchor is used to create a link to a specific part of the page. The anchor is added to the block's wrapper element as an ID attribute.

    Files changed:

    • packages/blocks/src/blocks/CoreParagraph.tsx (added anchor attribute)
    • packages/blocks/package.json (updated package version to 6.0.0)

Patch Changes

  • bdb7d7f: Bug: Fixed an issue an issue with WordPressBlocksProvider and the theme argument to allow it to be optional and not throw an error. By default theme is now an empty object

@faustwp/[email protected]

Minor Changes

  • 5457479: ---

    '@faustwp/experimental-app-router': minor

    Update @faustwp/experimental-app-router to account for next 15 changes to cookies and update NextResponse import

    Notable changes:

    • Adding await to all cookies requests as per Next documentation: https://nextjs.org/docs/app/api-reference/functions/cookies

      import { cookies } from 'next/headers'

      export default async function Page() {
      const cookieStore = await cookies()
      const theme = cookieStore.get('theme')
      return '...'
      }

    • Files changed:

      • packages/experimental-app-router/src/server-actions/logoutAction.ts
      • packages/experimental-app-router/src/server-actions/utils/setRefreshToken.ts
      • packages/experimental-app-router/src/server/auth/fetchTokens.ts
      • packages/experimental-app-router/src/server/routeHandler/tokenHandler.ts
    • Updated Next App Router example to use latest next version and React 19 RC.

    • Updated Example Login form using React 19s useActionState

    • Updated Awaiting of params for Next 15

    • Files Changed:

      • examples/next/app-router/app/login/page.tsx
      • examples/next/app-router/package.json
      • examples/next/app-router/[slug]hasPreviewProps.ts (made async)
      • examples/next/app-router/[slug]page.tsx

@faustwp/[email protected]

Minor Changes

@github-actions github-actions bot requested a review from a team as a code owner December 3, 2024 14:47
@github-actions github-actions bot force-pushed the changeset-release/canary branch 2 times, most recently from 62c1387 to 4ef1b49 Compare December 10, 2024 16:11
@github-actions github-actions bot force-pushed the changeset-release/canary branch 3 times, most recently from 6e9a1b5 to 0baa294 Compare December 20, 2024 17:22
@github-actions github-actions bot force-pushed the changeset-release/canary branch 3 times, most recently from 54e2eb5 to 589dcb0 Compare January 6, 2025 13:31
@github-actions github-actions bot force-pushed the changeset-release/canary branch 2 times, most recently from 221d202 to 6773b18 Compare January 8, 2025 17:56
@github-actions github-actions bot force-pushed the changeset-release/canary branch from 6773b18 to 151722d Compare January 14, 2025 10:44
Copy link
Contributor Author

github-actions bot commented Jan 14, 2025

📦 Next.js Bundle Analysis for @faustwp/getting-started-example

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

@theodesp theodesp merged commit d57b88a into canary Jan 14, 2025
18 checks passed
@theodesp theodesp deleted the changeset-release/canary branch January 14, 2025 11:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant