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 #7280

Open
wants to merge 1 commit into
base: upcoming
Choose a base branch
from
Open

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jan 25, 2025

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 upcoming, this PR will be updated.

Releases

@builder.io/[email protected]

Patch Changes

  • 📃 update turso integration keywords, add contributor (by @A2-NieR in #7215)

  • ✨ tailwindcss v4 integration (by @sreeisalso in #7274)

  • 🐞🩹 remove usage of computedStyleMap (by @Varixo in #7252)

  • 📃 remove shop (by @gioboa in #7221)

  • 🐞🩹 error in the middleware occurs 404 (by @JerryWu1234 in #6951)

  • 🐞🩹 changed turso createClient import to work with file urls, updated docs note with info & link to the corresponding section in the turso docs (by @A2-NieR in #7211)

  • 📃 add Qwik blog + articles (by @gioboa in #7214)

  • 🐞🩹 input's value is string when passing number (by @JerryWu1234 in #7249)

@builder.io/[email protected]

Patch Changes

  • 🐞🩹 MDX content now accepts props, including components that lets you use your own custom components (by @double-thinker in #7277)

    To add custom components to your MDX content, you can now do this:

    // routes/example/index.tsx
    import Content from './markdown.mdx';
    import MyComponent from '../../components/my-component/my-component';
    import { component$ } from '@builder.io/qwik';
    
    export default component$(() => <Content components={{ MyComponent }} />);

    You can also use props in JS expressions. See https://mdxjs.com/docs/using-mdx/#props

  • 🐞🩹 mdx not rendering (by @shairez in #7168)

  • 📃 added a "Qwik for Mobile" guide to build iOS and Android Qwik apps (by @srapport in #7205)

  • 🐞🩹 some qrls weren't fetched correctly on page load (by @shairez in #7286)

[email protected]

[email protected]

@github-actions github-actions bot requested review from a team as code owners January 25, 2025 16:20
@github-actions github-actions bot force-pushed the changeset-release/upcoming branch from 2fbf788 to 049b40e Compare January 27, 2025 21:40
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.

0 participants