-
-
Notifications
You must be signed in to change notification settings - Fork 375
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
v4 #1647
Merged
Merged
v4 #1647
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
🦋 Changeset detectedLatest commit: 78e7e9d The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
rschristian
force-pushed
the
next
branch
3 times, most recently
from
February 2, 2022 21:34
8262777
to
9990fb0
Compare
Changes that I've thought of, maybe should be considered:
Templates:
|
rschristian
force-pushed
the
next
branch
2 times, most recently
from
April 15, 2022 07:57
ab40964
to
63aa26a
Compare
* feat: webpack-v5 * test: Update tests * docs: Updating docs to reflect changes * chore: Removing optimize-plugin local patch
* refactor: Determine CSS module by filename, not directory * docs: Adding changeset * refactor: Project creation pull from templates 'main' branch * test: Updating tests * revert: Accidentally removed log message
* refactor: Extracting out project creation to own package * docs: Adding changeset * refactor: Misc edits to common deps & workspace helper scripts * test: Fixing 'create' test suite * ci: Increase minimum Node version * chore: Fix typos * docs: Update ReadMe instructions * chore: Better (and untaken) package name * docs: Update changeset * test: Update 'create' test suite & build output hashes * docs: Expounding upon changeset
* refactor: Drops support for Preact v8 * docs: Adding changeset
* refactor: Switch over to automatic runtime transform for JSX * test: Removing `h` imports from test suite * docs: Adding changeset
* docs: Adding readme for create-cli * feat: Initial publish * fix: Correcting broken readme links
* refactor: Disable hashing ssr-build's css * docs: Adding changeset * test: Fix unrelated change from altered template
1 task
* refactor: Separate internal concepts of config and env * docs: Adding changeset
rschristian
force-pushed
the
next
branch
6 times, most recently
from
January 9, 2023 21:08
aa4e166
to
576321c
Compare
* refactor: Enables HMR via Prefresh by default * docs: Adding changeset * test: Updating tests to reflect changes to templates
* refactor: Remove Critters (perhaps temporarily) * docs: Adding changeset
rschristian
force-pushed
the
next
branch
6 times, most recently
from
February 2, 2023 12:06
e43221c
to
714923d
Compare
rschristian
force-pushed
the
next
branch
4 times, most recently
from
October 10, 2023 19:21
45e8901
to
3a9bbe4
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Closes #1551, #1579, #1643, #1747
Tracking for eventual major version increase
Any review should probably been done by stepping through individual commits / their PRs. Each PR should contain the justification for the change and whatnot. A lot of things build off each other, so I've been merging them in here to continue with work.
Lotta rebasing went into this, hopefully the changes are all quite clean because of it.
Does this PR introduce a breaking change?
Yes, see changesets (some still need to be fleshed out a bit though) for details