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

chore(framework, shared, nextjs): Release new versions #6963

Merged
merged 3 commits into from
Nov 12, 2024

Conversation

rifont
Copy link
Contributor

@rifont rifont commented Nov 12, 2024

What changed? Why was the change needed?

  • Release @novu/framework@2.4.0
    • 🚀 Features
      • Bundle native ESM + CJS builds
      • Support Next.js 15, including Turbopack dev (next dev --turbo)
      • Support a single package import for all Web Frameworks (for example in Next.js: import { workflow, serve } from '@novu/framework/next)
      • Allow specification of mock data for step results
    • 🐛 Bug fixes
      • Ensure missing schemas infer a Record<string, unknown> type for corresponding data to enforce consumer-type strictness.
      • Remove erroneous "Hydrate step failed" error log when previewing steps with more than one step
      • Replace all computed property keys for type inference with static declarations to improve compiler performance
      • Stop validating controls for non-previewed step to prevent incorrect validation message
      • Stop logging discovery of workflows that weren't included in the serve function
      • Prevent specification of payload and control schemas for primitive types, allowing only object types to be specified
  • Release @novu/shared@2.4.1
    • remove all dependencies
  • Release @novu/nextjs@2.6.1
    • Fix readme title

closes #6332
closes #6701
closes #6881

Screenshots

Expand for optional sections

Related enterprise PR

Special notes for your reviewer

Copy link

netlify bot commented Nov 12, 2024

Deploy Preview for novu-stg-vite-dashboard-poc ready!

Name Link
🔨 Latest commit 2603460
🔍 Latest deploy log https://app.netlify.com/sites/novu-stg-vite-dashboard-poc/deploys/67335e564cc8d70007587a4b
😎 Deploy Preview https://deploy-preview-6963--novu-stg-vite-dashboard-poc.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@rifont rifont merged commit 079b349 into next Nov 12, 2024
41 checks passed
@rifont rifont deleted the release-shared-framework-nextjs-12-11-2024 branch November 12, 2024 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants