+
Skip to content

chore: release 1.19.0 #1790

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

Merged
merged 16 commits into from
Jun 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,45 @@
# [1.19.0-beta.5](https://github.com/analogjs/analog/compare/v1.19.0-beta.4...v1.19.0-beta.5) (2025-06-26)

### Bug Fixes

- **nx-plugin:** add caret to platform-server package for preset ([a97ad4b](https://github.com/analogjs/analog/commit/a97ad4bae8e8adfc54440321291794c4245b284b))

# [1.19.0-beta.4](https://github.com/analogjs/analog/compare/v1.19.0-beta.3...v1.19.0-beta.4) (2025-06-26)

### Bug Fixes

- **create-analog:** remove extra comma from minimal template ([906998d](https://github.com/analogjs/analog/commit/906998d4f8ed2a5196b0baa563312c8b23252888))

# [1.19.0-beta.3](https://github.com/analogjs/analog/compare/v1.19.0-beta.2...v1.19.0-beta.3) (2025-06-26)

### Bug Fixes

- **create-analog:** update template package.json deps ([#1789](https://github.com/analogjs/analog/issues/1789)) ([abb9900](https://github.com/analogjs/analog/commit/abb990046486bf08880813bed2a5caa5954d4976))

# [1.19.0-beta.2](https://github.com/analogjs/analog/compare/v1.19.0-beta.1...v1.19.0-beta.2) (2025-06-25)

### Bug Fixes

- **create-analog:** add overrides for Vite 7 to templates ([07f0a88](https://github.com/analogjs/analog/commit/07f0a88b9bdb789d96c0823025bb6dee12d008b4))

# [1.19.0-beta.1](https://github.com/analogjs/analog/compare/v1.18.1-beta.2...v1.19.0-beta.1) (2025-06-25)

### Features

- add support for Vite 7.0 ([#1787](https://github.com/analogjs/analog/issues/1787)) ([5c1ec4a](https://github.com/analogjs/analog/commit/5c1ec4a5fccd39ef13501f64945fded7f4138a5c))

## [1.18.1-beta.2](https://github.com/analogjs/analog/compare/v1.18.1-beta.1...v1.18.1-beta.2) (2025-06-25)

### Bug Fixes

- **vite-plugin-nitro:** fix page handler URLs ([#1788](https://github.com/analogjs/analog/issues/1788)) ([5fdcf7f](https://github.com/analogjs/analog/commit/5fdcf7f4dadaaa48acd722983b1f9afb1273679f))

## [1.18.1-beta.1](https://github.com/analogjs/analog/compare/v1.18.0...v1.18.1-beta.1) (2025-06-21)

### Bug Fixes

- **nx-plugin:** support migration for Angular v20 app component ([#1785](https://github.com/analogjs/analog/issues/1785)) ([7f2a240](https://github.com/analogjs/analog/commit/7f2a240195faf89da7063df1feb1371fd229407a))

# [1.18.0](https://github.com/analogjs/analog/compare/v1.17.1...v1.18.0) (2025-06-20)

### Bug Fixes
Expand Down
10 changes: 5 additions & 5 deletions apps/analog-app/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ export default defineConfig(({ mode, isSsrBuild }) => {
}),
nxViteTsPaths(),
visualizer() as Plugin,
!isSsrBuild &&
inspect({
build: true,
outputDir: '../../.vite-inspect/analog-app',
}),
// !isSsrBuild &&
// inspect({
// build: true,
// outputDir: '../../.vite-inspect/analog-app',
// }),
],
test: {
reporters: ['default'],
Expand Down
4 changes: 2 additions & 2 deletions apps/docs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@docusaurus/core": "3.5.2",
"@docusaurus/preset-classic": "3.5.2",
"@mdx-js/react": "^3.0.1",
"@mdx-js/react": "^3.1.0",
"clsx": "^2.1.1",
"prism-react-renderer": "^2.4.0",
"react": "^18.3.1",
Expand All @@ -38,6 +38,6 @@
]
},
"engines": {
"node": ">=18.0"
"node": ">=20.0"
}
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "analogjs-platform",
"version": "1.18.0",
"version": "1.19.0-beta.5",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -56,9 +56,9 @@
"@angular/router": "^20.0.0",
"@angular/ssr": "~20.0.0",
"@astrojs/mdx": "^3.0.1",
"@astrojs/react": "^3.0.0",
"@astrojs/react": "^4.3.0",
"@babel/core": "^7.21.8",
"@mdx-js/react": "3.0.1",
"@mdx-js/react": "3.1.0",
"@nx/angular": "21.2.1",
"@nx/devkit": "21.2.1",
"@trpc/client": "^10.25.0",
Expand Down Expand Up @@ -116,7 +116,7 @@
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@storybook/angular": "9.0.9",
"@storybook/builder-vite": "^8.6.12",
"@storybook/builder-vite": "9.0.9",
"@swc-node/register": "1.9.2",
"@swc/cli": "0.6.0",
"@swc/core": "1.5.7",
Expand All @@ -125,7 +125,7 @@
"@types/hast": "^3.0.3",
"@types/jest": "29.5.14",
"@types/marked": "^5.0.0",
"@types/node": "18.19.15",
"@types/node": "22.14.0",
"@types/prismjs": "^1.26.0",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
Expand Down Expand Up @@ -191,9 +191,9 @@
"ts-node": "10.9.1",
"typescript": "~5.8.0",
"vfile": "^6.0.3",
"vite": "6.3.5",
"vite": "7.0.0",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-inspect": "~0.8",
"vite-plugin-inspect": "11.2.0",
"vite-tsconfig-paths": "4.2.0",
"vitefu": "^1.0.0",
"vitest": "^3.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/astro-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@analogjs/astro-angular",
"version": "1.18.0",
"version": "1.19.0-beta.5",
"description": "Use Angular components within Astro",
"type": "module",
"author": "Brandon Roberts <robertsbt@gmail.com>",
Expand Down Expand Up @@ -32,7 +32,7 @@
"url": "https://github.com/sponsors/brandonroberts"
},
"dependencies": {
"@analogjs/vite-plugin-angular": "^1.18.0"
"@analogjs/vite-plugin-angular": "^1.19.0-beta.5"
},
"peerDependencies": {
"@angular-devkit/build-angular": ">=16.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/content/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@analogjs/content",
"version": "1.18.0",
"version": "1.19.0-beta.5",
"description": "Content Rendering for Analog",
"type": "module",
"author": "Brandon Roberts <robertsbt@gmail.com>",
Expand Down
5 changes: 0 additions & 5 deletions packages/create-analog/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,6 @@ async function init() {
})),
initial: 1,
},
{
type: useAnalogSFC === undefined ? 'confirm' : null,
name: 'analogSFC',
message: 'Would you like to use Analog SFCs?',
},
{
type: skipTailwind === undefined ? 'confirm' : null,
name: 'tailwind',
Expand Down
4 changes: 2 additions & 2 deletions packages/create-analog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-analog",
"version": "1.18.0",
"version": "1.19.0-beta.5",
"type": "module",
"license": "MIT",
"author": "Brandon Roberts",
Expand All @@ -21,7 +21,7 @@
],
"main": "index.js",
"engines": {
"node": "^18.13.0 || ^20.0.0"
"node": ">=20.0.0"
},
"repository": {
"type": "git",
Expand Down
10 changes: 5 additions & 5 deletions packages/create-analog/template-angular-v16/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"test": "ng test"
},
"dependencies": {
"@analogjs/content": "^1.18.0",
"@analogjs/router": "^1.18.0",
"@analogjs/content": "^1.19.0-beta.5",
"@analogjs/router": "^1.19.0-beta.5",
"@angular/animations": "^16.2.0",
"@angular/common": "^16.2.0",
"@angular/compiler": "^16.2.0",
Expand All @@ -38,9 +38,9 @@
"zone.js": "~0.13.0"
},
"devDependencies": {
"@analogjs/platform": "^1.18.0",
"@analogjs/vite-plugin-angular": "^1.18.0",
"@analogjs/vitest-angular": "^1.18.0",
"@analogjs/platform": "^1.19.0-beta.5",
"@analogjs/vite-plugin-angular": "^1.19.0-beta.5",
"@analogjs/vitest-angular": "^1.19.0-beta.5",
"@angular-devkit/build-angular": "^16.2.0",
"@angular/cli": "^16.2.0",
"@angular/compiler-cli": "^16.2.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/create-analog/template-angular-v17/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"test": "ng test"
},
"dependencies": {
"@analogjs/content": "^1.18.0",
"@analogjs/router": "^1.18.0",
"@analogjs/content": "^1.19.0-beta.5",
"@analogjs/router": "^1.19.0-beta.5",
"@angular/animations": "^17.2.0",
"@angular/common": "^17.2.0",
"@angular/compiler": "^17.2.0",
Expand All @@ -38,9 +38,9 @@
"zone.js": "~0.14.0"
},
"devDependencies": {
"@analogjs/platform": "^1.18.0",
"@analogjs/vite-plugin-angular": "^1.18.0",
"@analogjs/vitest-angular": "^1.18.0",
"@analogjs/platform": "^1.19.0-beta.5",
"@analogjs/vite-plugin-angular": "^1.19.0-beta.5",
"@analogjs/vitest-angular": "^1.19.0-beta.5",
"@angular-devkit/build-angular": "^17.2.0",
"@angular/cli": "^17.2.0",
"@angular/compiler-cli": "^17.2.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/create-analog/template-angular-v18/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
},
"private": true,
"dependencies": {
"@analogjs/content": "^1.18.0",
"@analogjs/router": "^1.18.0",
"@analogjs/content": "^1.19.0-beta.5",
"@analogjs/router": "^1.19.0-beta.5",
"@angular/animations": "^18.0.0",
"@angular/build": "^18.0.0",
"@angular/common": "^18.0.0",
Expand All @@ -38,9 +38,9 @@
"zone.js": "~0.14.3"
},
"devDependencies": {
"@analogjs/platform": "^1.18.0",
"@analogjs/vite-plugin-angular": "^1.18.0",
"@analogjs/vitest-angular": "^1.18.0",
"@analogjs/platform": "^1.19.0-beta.5",
"@analogjs/vite-plugin-angular": "^1.19.0-beta.5",
"@analogjs/vitest-angular": "^1.19.0-beta.5",
"@angular/cli": "^18.0.0",
"@angular/compiler-cli": "^18.0.0",
"jsdom": "^22.0.0",
Expand Down
33 changes: 17 additions & 16 deletions packages/create-analog/template-blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,17 @@
},
"scripts": {
"ng": "ng",
"dev": "ng serve",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
"dev": "vite",
"start": "vite",
"build": "vite build",
"watch": "vite build --watch",
"test": "vitest",
"preview": "node dist/analog/server/index.mjs"
},
"private": true,
"dependencies": {
"@analogjs/content": "^1.18.0",
"@analogjs/router": "^1.18.0",
"@analogjs/content": "^1.19.0-beta.5",
"@analogjs/router": "^1.19.0-beta.5",
"@angular/animations": "^20.0.0",
"@angular/common": "^20.0.0",
"@angular/compiler": "^20.0.0",
Expand All @@ -26,26 +27,26 @@
"@angular/platform-browser-dynamic": "^20.0.0",
"@angular/platform-server": "^20.0.0",
"@angular/router": "^20.0.0",
"front-matter": "^4.0.2",
"marked": "^15.0.7",
"marked-gfm-heading-id": "^4.1.1",
"marked-highlight": "^2.2.1",
"marked-mangle": "^1.1.10",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@analogjs/platform": "^1.18.0",
"@analogjs/vite-plugin-angular": "^1.18.0",
"@analogjs/vitest-angular": "^1.18.0",
"@analogjs/platform": "^1.19.0-beta.5",
"@analogjs/vite-plugin-angular": "^1.19.0-beta.5",
"@analogjs/vitest-angular": "^1.19.0-beta.5",
"@angular/build": "^20.0.0",
"@angular/cli": "^20.0.0",
"@angular/compiler-cli": "^20.0.0",
"jsdom": "^22.0.0",
"typescript": "~5.8.0",
"vite": "^6.0.0",
"vite": "^7.0.0",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^3.0.0"
},
"overrides": {
"@analogjs/platform": {
"vite": "$vite"
}
}
}
34 changes: 17 additions & 17 deletions packages/create-analog/template-latest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,17 @@
},
"scripts": {
"ng": "ng",
"dev": "ng serve",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
"dev": "vite",
"start": "vite",
"build": "vite build",
"watch": "vite build --watch",
"test": "vitest",
"preview": "node dist/analog/server/index.mjs"
},
"private": true,
"dependencies": {
"@analogjs/content": "^1.18.0",
"@analogjs/router": "^1.18.0",
"@analogjs/content": "^1.19.0-beta.5",
"@analogjs/router": "^1.19.0-beta.5",
"@angular/animations": "^20.0.0",
"@angular/common": "^20.0.0",
"@angular/compiler": "^20.0.0",
Expand All @@ -26,27 +27,26 @@
"@angular/platform-browser-dynamic": "^20.0.0",
"@angular/platform-server": "^20.0.0",
"@angular/router": "^20.0.0",
"front-matter": "^4.0.2",
"marked": "^15.0.7",
"marked-gfm-heading-id": "^4.1.1",
"marked-highlight": "^2.2.1",
"marked-mangle": "^1.1.10",
"prismjs": "^1.29.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@analogjs/platform": "^1.18.0",
"@analogjs/vite-plugin-angular": "^1.18.0",
"@analogjs/vitest-angular": "^1.18.0",
"@analogjs/platform": "^1.19.0-beta.5",
"@analogjs/vite-plugin-angular": "^1.19.0-beta.5",
"@analogjs/vitest-angular": "^1.19.0-beta.5",
"@angular/build": "^20.0.0",
"@angular/cli": "^20.0.0",
"@angular/compiler-cli": "^20.0.0",
"jsdom": "^22.0.0",
"typescript": "~5.8.0",
"vite": "^6.0.0",
"vite": "^7.0.0",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^3.0.0"
},
"overrides": {
"@analogjs/platform": {
"vite": "$vite"
}
}
}
Loading
Loading
点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载