Skip to content
Snippets Groups Projects
Commit f21fa14f authored by Benoit Alessandroni's avatar Benoit Alessandroni
Browse files

Merge branch 'update/switch-to-0.13' into 'master'

update: switch to core 0.14

See merge request !253
parents 1b3560a4 3576c001
No related branches found
No related tags found
1 merge request!253update: switch to core 0.14
Pipeline #9084 failed with stage
in 1 hour
......@@ -81,7 +81,7 @@ section#home
counter-template=`<p>${data.Comments} (\${counter})</p>`
)
sib-conversation(
solid-conversation(
bind-resources
nested-field="conversations"
comment-input-label-text=`${data.AddAComment}`
......
......@@ -4,12 +4,12 @@ head
<meta name="viewport" content="width=device-width, initial-scale=1">
//- script(type="module" src="/scripts/sib-core/dist/polyfill.js")
//- script(type="module" src="/scripts/sib-core/dist/index.js")
script(type="module" src="https://unpkg.com/@startinblox/core@0.13")
script(type="module" src="https://unpkg.com/@startinblox/router@0.11")
script(type="module" src="https://cdn.skypack.dev/@startinblox/core@0.14")
script(type="module" src="https://cdn.skypack.dev/@startinblox/router@0.11")
//- script(type="module" src="/scripts/sib-router/src/index.js")
//- script(type="module" src="/scripts/sib-auth/index.js")
script(type="module" src="https://unpkg.com/@startinblox/oidc@0.8")
script(type="module" src="https://unpkg.com/@startinblox/component-conversation@0.6")
script(type="module" src="https://cdn.skypack.dev/@startinblox/oidc@0.12")
script(type="module" src="https://cdn.skypack.dev/@startinblox/component-conversation@0.8")
script(src="https://kit.fontawesome.com/48014d2af3.js")
script(src="https://unpkg.com/dialog-polyfill")
script(src="https://cdn.jsdelivr.net/npm/sweetalert2@9")
......
......@@ -125,7 +125,7 @@
counter-template=`<p>${data.Comments} (\${counter})</p>`
)
sib-conversation(
solid-conversation(
bind-resources
nested-field="conversations"
comment-input-label-text=`${data.AddAComment}`
......
......@@ -123,7 +123,7 @@
counter-template=`<p>${data.Comments} (\${counter})</p>`
)
sib-conversation(
solid-conversation(
no-render
bind-resources
nested-field="conversations"
......
import { store } from 'https://unpkg.com/@startinblox/core@0.13';
import { store } from 'https://cdn.skypack.dev/@startinblox/core@0.14';
// import { store } from '/scripts/sib-core/dist/index.js';
const sibAuth = document.querySelector('sib-auth');
......
import { store } from 'https://unpkg.com/@startinblox/core@0.13';
import { Sib } from "https://unpkg.com/@startinblox/core@0.13/dist/libs/Sib.js";
import { StoreMixin } from "https://unpkg.com/@startinblox/core@0.13/dist/mixins/storeMixin.js";
import { store } from 'https://cdn.skypack.dev/@startinblox/core@0.14';
import { Sib } from "https://cdn.skypack.dev/@startinblox/core@0.14/dist/libs/Sib.js";
import { StoreMixin } from "https://cdn.skypack.dev/@startinblox/core@0.14/dist/mixins/storeMixin.js";
// import { store } from '/scripts/sib-core/dist/index.js';
// import { Sib } from "/scripts/sib-core/dist/libs/Sib.js";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment