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

rfc/issue 955 layouts and pages #1212

Merged
merged 24 commits into from
Jun 22, 2024
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
e8c2daf
feature/discussion 1117 Isolation Mode (v1) (#1206)
thescientist13 Mar 10, 2024
a7b464f
enhancement/Issue-1118: Single File Bundles for SSR and API routes (#…
DevLab2425 Mar 10, 2024
0a863c1
v0.30.0-alpha.1
thescientist13 Mar 16, 2024
ae44511
feature/issue 923 native import attributes for CSS and JSON (#1215)
thescientist13 Apr 29, 2024
8b9ed0c
first pass on resource tracking and bundling refactor with lit polyfi…
thescientist13 Dec 26, 2023
2a69b1e
interim work around to solve double rendering and undefined WCC bugs
thescientist13 Dec 27, 2023
cc92114
refactor frontmatter for graph and standard html plugin for SSR
thescientist13 Dec 27, 2023
50ce060
rename templates directory to layouts
thescientist13 Dec 29, 2023
9c04d37
refactor over bundling of static script assets in bundleSsrPages
thescientist13 Dec 31, 2023
c1f7a5d
handle bundling styles within bundleSsrPages
thescientist13 Dec 31, 2023
116e650
post rebase tweaks
thescientist13 Mar 16, 2024
5600d70
custom elements as layouts
thescientist13 May 19, 2024
712f60f
post rebase tweaks
thescientist13 May 19, 2024
a316173
WCC patched support for TS pages
thescientist13 Jun 15, 2024
123ce94
support and tests for API routes as a custom dynamic format
thescientist13 Jun 15, 2024
dd7b9a2
restore TS tests and make servePage default
thescientist13 Jun 16, 2024
84b4bfd
document custom page format support
thescientist13 Jun 16, 2024
335900f
fix lint
thescientist13 Jun 16, 2024
4ae525d
patch latest WCC TypeScript changes
thescientist13 Jun 18, 2024
de67e52
cleanup default app layout content
thescientist13 Jun 20, 2024
1be3fe1
handle rollup circular dependency warnings for API routes
thescientist13 Jun 20, 2024
dc05943
rename test cases from templates to layout
thescientist13 Jun 21, 2024
b997e7d
collapse API routes directory into pages directory
thescientist13 Jun 22, 2024
1b8bbd5
bump to wc-compiler 0.14.0
thescientist13 Jun 22, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
bump to wc-compiler 0.14.0
  • Loading branch information
thescientist13 committed Jun 22, 2024
commit 1b8bbd5372d424ac93160daa4a5f9a57fefeee76
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -27,8 +27,7 @@
"lint:js": "eslint \"*.js\" \"./packages/**/**/*.js\" \"./test/*.js\" \"./www/**/**/*.js\"",
"lint:ts": "eslint \"./packages/**/**/*.ts\"",
"lint:css": "stylelint \"./www/**/*.js\", \"./www/**/*.css\"",
"lint": "ls-lint && yarn lint:js && yarn lint:css",
"postinstall": "patch-package"
"lint": "ls-lint && yarn lint:js && yarn lint:css"
},
"resolutions": {
"lit": "^3.1.0"
@@ -51,13 +50,9 @@
"jsdom": "^16.5.0",
"lerna": "^3.16.4",
"mocha": "^9.1.3",
"patch-package": "^8.0.0",
"rimraf": "^2.6.3",
"stylelint": "^13.8.0",
"stylelint-a11y": "^1.2.3",
"stylelint-config-standard": "^20.0.0"
},
"dependencies": {
"sucrase": "^3.35.0"
}
}
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -52,7 +52,7 @@
"remark-rehype": "^7.0.0",
"rollup": "^3.29.4",
"unified": "^9.2.0",
"wc-compiler": "~0.13.0"
"wc-compiler": "~0.14.0"
},
"devDependencies": {
"@babel/runtime": "^7.10.4",
2 changes: 1 addition & 1 deletion packages/plugin-import-jsx/package.json
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@
"@greenwood/cli": "^0.28.0-alpha.4"
},
"dependencies": {
"wc-compiler": "~0.13.0"
"wc-compiler": "~0.14.0"
},
"devDependencies": {
"@greenwood/cli": "^0.30.0-alpha.2"
131 changes: 0 additions & 131 deletions patches/wc-compiler+0.13.0.patch

This file was deleted.

Loading
Loading