Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: analogjs/analog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.14.0
Choose a base ref
...
head repository: analogjs/analog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.14.1
Choose a head ref
  • 18 commits
  • 58 files changed
  • 5 contributors

Commits on Feb 26, 2025

  1. Merge branch 'main' into beta

    brandonroberts committed Feb 26, 2025
    Copy the full SHA
    92c396e View commit details

Commits on Mar 4, 2025

  1. fix(router): set full parent path for route path on debug page (#1632)

    milosdanilov authored Mar 4, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    ccfeca5 View commit details
  2. chore: release 1.14.1-beta.1 [skip ci]

    semantic-release-bot committed Mar 4, 2025
    Copy the full SHA
    4242fbc View commit details

Commits on Mar 6, 2025

  1. fix(nx-plugin): add check for nx version inside generator for Vite/Vi…

    …test (#1635)
    luishcastroc authored Mar 6, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    9db028c View commit details
  2. chore: release 1.14.1-beta.2 [skip ci]

    semantic-release-bot committed Mar 6, 2025
    Copy the full SHA
    800b573 View commit details

Commits on Mar 10, 2025

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    e428f80 View commit details
  2. chore: release 1.14.1-beta.3 [skip ci]

    semantic-release-bot committed Mar 10, 2025
    Copy the full SHA
    6f83200 View commit details
  3. fix(vite-plugin-nitro): bump esbuild dependency to 0.25.0 (#1641)

    brandonroberts authored Mar 10, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    72dff37 View commit details
  4. chore: release 1.14.1-beta.4 [skip ci]

    semantic-release-bot committed Mar 10, 2025
    Copy the full SHA
    e400bfc View commit details

Commits on Mar 14, 2025

  1. fix(nx-plugin): overwrite files array when setting up Vitest (#1646)

    brandonroberts authored Mar 14, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    17f5c65 View commit details
  2. chore: release 1.14.1-beta.5 [skip ci]

    semantic-release-bot committed Mar 14, 2025
    Copy the full SHA
    bc3bf21 View commit details

Commits on Mar 15, 2025

  1. docs: update Angular Material and Storybook integration guides (#1648)

    brandonroberts authored Mar 15, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    bb83ca2 View commit details

Commits on Mar 16, 2025

  1. docs: update zh-hans docs and fix some document issues (#1649)

    reboot25 authored Mar 16, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    4986b3f View commit details

Commits on Mar 17, 2025

  1. docs: remove duplicated point 1 on custom url prefix deployment (#1651)

    reboot25 authored Mar 17, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    5ac7c6d View commit details

Commits on Mar 18, 2025

  1. fix(vite-plugin-nitro): handle Nitro Base URL for API routes in devel…

    …opment (#1653)
    brandonroberts authored Mar 18, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    5eeff15 View commit details
  2. chore: release 1.14.1-beta.6 [skip ci]

    semantic-release-bot committed Mar 18, 2025
    Copy the full SHA
    60c165f View commit details
  3. Merge pull request #1655 from analogjs/beta

    chore: release 1.14.1
    brandonroberts authored Mar 18, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    8db0d66 View commit details
  4. chore: release 1.14.1 [skip ci]

    semantic-release-bot committed Mar 18, 2025
    Copy the full SHA
    75eb062 View commit details
Showing with 2,062 additions and 1,203 deletions.
  1. +133 −454 .all-contributorsrc
  2. +47 −0 CHANGELOG.md
  3. +2 −2 apps/docs-app/docs/features/deployment/overview.md
  4. +13 −14 apps/docs-app/docs/integrations/angular-material/index.md
  5. +130 −1 apps/docs-app/docs/integrations/storybook/index.md
  6. +1 −1 apps/docs-app/i18n/de/docusaurus-theme-classic/footer.json
  7. +1 −1 apps/docs-app/i18n/es/docusaurus-theme-classic/footer.json
  8. +1 −1 apps/docs-app/i18n/fr/docusaurus-theme-classic/footer.json
  9. +1 −1 apps/docs-app/i18n/ko/docusaurus-theme-classic/footer.json
  10. +1 −1 apps/docs-app/i18n/pt-br/docusaurus-theme-classic/footer.json
  11. +1 −1 apps/docs-app/i18n/tr/docusaurus-theme-classic/footer.json
  12. +8 −0 apps/docs-app/i18n/zh-hans/code.json
  13. +4 −0 apps/docs-app/i18n/zh-hans/docusaurus-plugin-content-docs/current.json
  14. +114 −0 apps/docs-app/i18n/zh-hans/docusaurus-plugin-content-docs/current/features/api/websockets.md
  15. +2 −0 ...h-hans/docusaurus-plugin-content-docs/current/features/data-fetching/server-side-data-fetching.md
  16. +28 −19 apps/docs-app/i18n/zh-hans/docusaurus-plugin-content-docs/current/features/deployment/overview.md
  17. +300 −116 apps/docs-app/i18n/zh-hans/docusaurus-plugin-content-docs/current/features/deployment/providers.md
  18. +1 −1 apps/docs-app/i18n/zh-hans/docusaurus-plugin-content-docs/current/features/routing/middleware.md
  19. +27 −5 apps/docs-app/i18n/zh-hans/docusaurus-plugin-content-docs/current/features/routing/overview.md
  20. +27 −1 ...-app/i18n/zh-hans/docusaurus-plugin-content-docs/current/features/server/server-side-rendering.md
  21. +77 −25 apps/docs-app/i18n/zh-hans/docusaurus-plugin-content-docs/current/features/testing/vitest.md
  22. +1 −0 apps/docs-app/i18n/zh-hans/docusaurus-plugin-content-docs/current/guides/compatibility.md
  23. +207 −0 apps/docs-app/i18n/zh-hans/docusaurus-plugin-content-docs/current/guides/forms.md
  24. +13 −14 ...cs-app/i18n/zh-hans/docusaurus-plugin-content-docs/current/integrations/angular-material/index.md
  25. +21 −0 apps/docs-app/i18n/zh-hans/docusaurus-plugin-content-docs/current/packages/astro-angular/overview.md
  26. +104 −0 ...cs-app/i18n/zh-hans/docusaurus-plugin-content-docs/current/packages/vite-plugin-nitro/overview.md
  27. +14 −0 apps/docs-app/i18n/zh-hans/docusaurus-plugin-content-docs/current/sponsoring.mdx
  28. +1 −1 apps/docs-app/i18n/zh-hans/docusaurus-theme-classic/footer.json
  29. +3 −3 package.json
  30. +2 −2 packages/astro-angular/package.json
  31. +1 −1 packages/content/package.json
  32. +1 −1 packages/create-analog/package.json
  33. +5 −5 packages/create-analog/template-angular-v16/package.json
  34. +5 −5 packages/create-analog/template-angular-v17/package.json
  35. +5 −5 packages/create-analog/template-angular-v18/package.json
  36. +6 −12 packages/create-analog/template-blog/package.json
  37. +1 −1 packages/create-analog/template-blog/tsconfig.json
  38. +6 −12 packages/create-analog/template-latest/package.json
  39. +1 −1 packages/create-analog/template-latest/tsconfig.json
  40. +6 −12 packages/create-analog/template-minimal/package.json
  41. +1 −1 packages/create-analog/template-minimal/tsconfig.json
  42. +5 −5 packages/nx-plugin/src/generators/app/versions/nx_18_X/versions.ts
  43. +1 −1 packages/nx-plugin/src/generators/init/lib/update-test-tsconfig.ts
  44. +186 −0 packages/nx-plugin/src/generators/setup-vitest/generator.spec.ts
  45. +2 −1 packages/nx-plugin/src/generators/setup-vitest/generator.ts
  46. +6 −2 packages/nx-plugin/src/generators/setup-vitest/lib/add-analog-dependencies.ts
  47. +1 −1 packages/nx-plugin/src/generators/setup-vitest/lib/update-tsconfig.ts
  48. +24 −8 packages/nx-plugin/src/utils/versions/dev-dependencies.ts
  49. +9 −7 packages/nx-plugin/src/utils/versions/ng_19_X/versions.ts
  50. +4 −4 packages/platform/package.json
  51. +2 −2 packages/router/package.json
  52. +4 −1 packages/router/src/lib/debug/debug.page.ts
  53. +2 −0 packages/vite-plugin-angular/README.md
  54. +1 −1 packages/vite-plugin-angular/package.json
  55. +2 −2 packages/vite-plugin-nitro/package.json
  56. +9 −5 packages/vite-plugin-nitro/src/lib/vite-plugin-nitro.ts
  57. +1 −1 packages/vitest-angular/package.json
  58. +480 −442 pnpm-lock.yaml
Loading