Skip to content

Commit

Permalink
Merge pull request #7055 from QwikDev/v2-alpha-short-changelog
Browse files Browse the repository at this point in the history
chore(v2): add short changelog of major changes for the next upcoming version
  • Loading branch information
shairez authored Nov 10, 2024
2 parents 7bd2fff + d891180 commit 87943f2
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/fresh-rocks-exercise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@qwik.dev/core': minor
---

feat: new integration tests that are running with the optimizer
5 changes: 5 additions & 0 deletions .changeset/hip-hornets-cheer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@qwik.dev/core': minor
---

feat: new simpler signals implementation with lazy useComputed$ execution, only when is needed
5 changes: 5 additions & 0 deletions .changeset/sour-zebras-tell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@qwik.dev/core': minor
---

feat: added the scheduler to sort chores execution and have more predictable behavior
5 changes: 5 additions & 0 deletions .changeset/sweet-socks-whisper.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@qwik.dev/core': minor
---

feat: new faster serialization system
5 changes: 5 additions & 0 deletions .changeset/wild-cooks-pay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@qwik.dev/core': minor
---

feat: new CSR and SSR rendering written from scratch to speed up performance, improve code readability, and make the code easier to understand for new contributors

0 comments on commit 87943f2

Please sign in to comment.