Skip to content

Commit

Permalink
Merge branch 'main' into docs-fix-useresource
Browse files Browse the repository at this point in the history
  • Loading branch information
ianlet authored Oct 22, 2024
2 parents 987d6b9 + 1bce01b commit 278695a
Show file tree
Hide file tree
Showing 74 changed files with 1,347 additions and 895 deletions.
5 changes: 5 additions & 0 deletions .changeset/lazy-worms-attack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@builder.io/qwik-city': patch
---

MDX content no longer ignores Layout components. See [the MDX docs](https://mdxjs.com/docs/using-mdx/#layout) for more information.
5 changes: 5 additions & 0 deletions .changeset/many-turtles-cough.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@builder.io/qwik-city': patch
---

Fix action redirect regression where searchParams were appended
6 changes: 6 additions & 0 deletions .changeset/ninety-planets-search.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@builder.io/qwik-city': patch
'@builder.io/qwik': patch
---

FIX: `vite` is now a peer dependency of `qwik` and `qwik-city`, so that there can be no duplicate imports. This should not have consequences, since all apps also directly depend on `vite`.
5 changes: 5 additions & 0 deletions .changeset/real-garlics-argue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@builder.io/qwik-city': patch
---

Fixed MDX layout default export being ignored by transformer.
5 changes: 5 additions & 0 deletions .changeset/shaggy-apes-kneel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@builder.io/qwik': patch
---

sync$ QRLs will now be serialized into the HTML in a shorter form
2 changes: 1 addition & 1 deletion .changeset/silver-countries-kiss.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
'@builder.io/qwik-city': minor
'@builder.io/qwik-city': patch
---

Prevent unexpected caching for q-data.json
5 changes: 5 additions & 0 deletions .changeset/thick-dodos-promise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@builder.io/qwik': patch
---

FIX: cli build command appearing to "hang" on errors
5 changes: 5 additions & 0 deletions .changeset/unlucky-experts-check.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@builder.io/qwik': patch
---

Allow setting `linkFetchPriority` for modulepreload links in the prefetch strategy. Also fix the links in dev mode
30 changes: 21 additions & 9 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,21 @@ b) Framework functionality achievable only by the core.
If this PR can be done as a 3rd-Party Community Add-On, we encourage that for quicker adoption.
If you believe your functionality is valuable to the entire Qwik Community, discuss it in the Qwik Discord channels for potential inclusion in the core.
First of all, make sure your PR title is descriptive and matches our commit title guidelines.
Also make sure your PR follows all the guidelines in the [CONTRIBUTING.md](./CONTRIBUTING.md) document.
-->

# What is it?

- [ ] Feature / enhancement
- [ ] Bug
- [ ] Docs / tests / types / typos
- [ ] Infra
<!-- pick one and remove the others -->

- Feature / enhancement
- Bug
- Docs / tests / types / typos
- Infra

# Description

Expand All @@ -24,10 +31,15 @@ If you believe your functionality is valuable to the entire Qwik Community, disc
* Is it related to any opened issues? (please add them here)
-->

# Checklist:
# Checklist

<!--
* delete the items that are not relevant, so it's easy to tell if the PR is ready to be merged
* add items that are relevant and need to be done before merging
-->

- [ ] My code follows the [developer guidelines of this project](https://github.com/QwikDev/qwik/blob/main/CONTRIBUTING.md)
- [ ] I have performed a self-review of my own code
- [ ] I have ran `pnpm change` and documented my changes
- [ ] I have made corresponding changes to the Qwik docs
- [ ] Added new tests to cover the fix / functionality
- [ ] I performed a self-review of my own code
- [ ] I added a changeset with `pnpm change`
- [ ] I made corresponding changes to the Qwik docs
- [ ] I added new tests to cover the fix / functionality
Loading

0 comments on commit 278695a

Please sign in to comment.