Skip to content

Commit

Permalink
Merge branch 'feature/SPASDK-213' into 'development'
Browse files Browse the repository at this point in the history
SPASDK-213 Remove vue2 sdk and example

Closes SPASDK-213

See merge request engineering/xm/spa-sdk!158
  • Loading branch information
hachokbloomreach committed May 1, 2024
2 parents 46139d2 + 6a193b0 commit 651cfec
Show file tree
Hide file tree
Showing 199 changed files with 6,895 additions and 90,452 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ pipeline {
}
axis {
name 'APP_NAME'
values 'ng', 'react', 'vue', 'vue3'
values 'ng', 'react', 'vue'
}
}
stages {
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,13 @@ The SDKs:
- [SPA SDK](./packages/spa-sdk/README.md)
- [React SDK](./packages/react-sdk/README.md)
- [Vue SDK](./packages/vue-sdk/README.md)
- [Vue 3 SDK](./packages/vue3-sdk/README.md)
- [Angular SDK](./packages/ng-sdk/README.md)

The examples:

- [React CSR example](./examples/react/README.md)
- [Next.js example](./examples/next/README.md)
- [Vue CSR example](./examples/vue/README.md)
- [Vue 3 CSR example](./examples/vue3/README.md)
- [Nuxt.js example](./examples/nuxt/README.md)
- [Angular CSR/Universal example](./examples/angular/README.md)

### Bloomreach support
Expand All @@ -37,7 +34,7 @@ guides on the documentation website.
The supported frameworks are currently:

- React and Next.js
- Vue (2 and 3) and Nuxt.js (2)
- Vue (3)
- Angular and Angular Universal

The versions of these frameworks that the SDKs currently is verified to work
Expand Down
3 changes: 1 addition & 2 deletions docs/src/components/MainMenu.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ const links = [
{ text: 'SPA SDK', link: '/spa-sdk' },
{ text: 'React SDK', link: '/react-sdk' },
{ text: 'Angular SDK', link: '/ng-sdk' },
{ text: 'Vue 2 SDK', link: '/vue-sdk' },
{ text: 'Vue 3 SDK', link: '/vue3-sdk' },
{ text: 'Vue SDK', link: '/vue-sdk' },
{ text: 'Migration guide', link: '/migration-guide' },
{ text: 'Changelog', link: '/changelog' },
];
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The Bloomreach SPA SDKs make life considerably easier when integrating the Conte
provides automatic integration with the Bloomreach Experience Manager which is a Visual Page Builder for business users.

The SDKs consists of a core plain javascript/typescript SDK `@bloomreach/spa-sdk` and a set of framework specific SDKs
`@bloomreach/react-sdk`, `@bloomreach/vue-sdk`, `@bloomreach/vue3-sdk` and `@bloomreach/ng-sdk` which extend the core
`@bloomreach/react-sdk`, `@bloomreach/vue-sdk` and `@bloomreach/ng-sdk` which extend the core
SDK with the framework specific rendering logic.

The SPA SDK itself is written in typescript and is framework independent, it holds the core code that sets up a
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/vue-sdk.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import { Content, getHeadings } from "../../../packages/vue-sdk/README.md";
import MainLayout from "../layouts/MainLayout.astro";
---

<MainLayout title="Vue 2 SDK" headings={getHeadings()}>
<MainLayout title="Vue SDK" headings={getHeadings()}>
<Content />
</MainLayout>
8 changes: 0 additions & 8 deletions docs/src/pages/vue3-sdk.astro

This file was deleted.

4 changes: 2 additions & 2 deletions examples/angular/yalc.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"version": "v1",
"packages": {
"@bloomreach/spa-sdk": {
"signature": "93ba344c283dcf2e4b2317fa5766c11c",
"signature": "7f2db09b6915acdc842a3ad90632d836",
"file": true
},
"@bloomreach/ng-sdk": {
"signature": "fb5e885b82f932a46eaa58f27b8225b6",
"signature": "6a30090744d7375070387047e7127911",
"file": true
}
}
Expand Down
4 changes: 2 additions & 2 deletions examples/next/yalc.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"version": "v1",
"packages": {
"@bloomreach/spa-sdk": {
"signature": "93ba344c283dcf2e4b2317fa5766c11c",
"signature": "7f2db09b6915acdc842a3ad90632d836",
"file": true
},
"@bloomreach/react-sdk": {
"signature": "76e3d4b92221661745e02552a6697dbc",
"signature": "08d7fcfdca5e30330ace81c42af7fe4b",
"file": true
}
}
Expand Down
17 changes: 0 additions & 17 deletions examples/nuxt/.env.dist

This file was deleted.

3 changes: 0 additions & 3 deletions examples/nuxt/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions examples/nuxt/.prettierrc

This file was deleted.

15 changes: 0 additions & 15 deletions examples/nuxt/Procfile

This file was deleted.

38 changes: 0 additions & 38 deletions examples/nuxt/README.md

This file was deleted.

92 changes: 0 additions & 92 deletions examples/nuxt/components/BrBanner.vue

This file was deleted.

79 changes: 0 additions & 79 deletions examples/nuxt/components/BrContent.vue

This file was deleted.

Loading

0 comments on commit 651cfec

Please sign in to comment.