Skip to content

Commit

Permalink
Merge pull request 'release/6.3.0' from release/6.3.0 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
LinneyS committed Dec 4, 2024
2 parents 86028e3 + e7e554d commit c89ef1f
Show file tree
Hide file tree
Showing 595 changed files with 14,822 additions and 3,263 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,20 @@ on:

jobs:
audit:
runs-on: ubuntu-latest
strategy:
matrix:
os:
- ubuntu-latest
# - windows-latest

runs-on: ${{matrix.os}}

steps:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Setup mise
uses: jdx/mise-action@v2
env:
MISE_HTTP_TIMEOUT: 120s
MISE_VERBOSE: true

- name: Install Dependencies
run: pnpm install --frozen-lockfile
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ jobs:

- name: Setup mise
uses: jdx/mise-action@v2
env:
MISE_HTTP_TIMEOUT: 120s
MISE_VERBOSE: true

- name: Install Dependencies
run: pnpm install --frozen-lockfile
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 6.3.0
- docspace oauth api: added a new section
- docspace api backend: v3.0
- docspace api-system: auto creation
- docspace api-system: v3.0
- docs api: restructured Conversion API
- docs api: added the mobileView actions to the WOPI discovery
- docs api: restructured the Get Started section
- docs api: the editorConfig.customization.mobileForceView parameter is deprecated, please use the editorConfig.customization.mobile parameter instead
- docbuilder: redesign sections
- docbuilder: updated builder framework samples

## 6.2.0
- docspace js sdk: storybook link
- docspace js sdk: added samples
Expand All @@ -21,6 +33,7 @@
- method redesign
- 404 page
- legacy version link
- macros: added add comments and change cell colors in spreadsheet macro sample

## 6.1.0
- docspace js sdk: react component
Expand Down
68 changes: 64 additions & 4 deletions makefile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,70 @@ function main(): void {
for (const n of p._) {
// todo: this is a temporary solution to run only verified tests.
if (
n !== "signature" &&
n !== "service-declaration" &&
n !== "openapi-declaration" &&
n !== "svg-preact"
n === "async-transform" ||
n === "caller-position" ||
n === "combobox-container-html-element" ||
n === "command" ||
n === "console" ||
n === "document-builder-hast-element" ||
n === "document-editor-code-sample" ||
n === "document-editor-hast-element" ||
n === "document-server-utils" ||
n === "eleventy-clean" ||
n === "eleventy-env" ||
n === "eleventy-esbuild" ||
n === "eleventy-html-minifier-terser" ||
n === "eleventy-lightningcss" ||
n === "eleventy-pagefind" ||
n === "eleventy-starry-night" ||
n === "eslint-config" ||
n === "jq" ||
n === "library-signature" ||
n === "node-path" ||
n === "preact-elements" ||
n === "preact-slots" ||
n === "preact-template" ||
n === "rehype-clean" ||
n === "remark-config" ||
n === "remark-lint-eslint" ||
n === "server-client" ||
n === "service-resource" ||
n === "site-article" ||
n === "site-chapter" ||
n === "site-config-fixtures" ||
n === "site-config" ||
n === "site-content" ||
n === "site-document-editor-playground" ||
n === "site-env" ||
n === "site-footer" ||
n === "site-glossary" ||
n === "site-header" ||
n === "site-home" ||
n === "site-kit" ||
n === "site-library" ||
n === "site-logo" ||
n === "site-menubar" ||
n === "site-page" ||
n === "site-part" ||
n === "site-search" ||
n === "site-service" ||
n === "site-signature" ||
n === "site-status" ||
n === "site-toc" ||
n === "strings" ||
n === "stylelint-config" ||
n === "svg-library" ||
n === "ui-badge-group" ||
n === "ui-badge" ||
n === "ui-breadcrumb" ||
n === "ui-button" ||
n === "ui-content" ||
n === "ui-form-control" ||
n === "ui-kit" ||
n === "ui-pictures" ||
n === "ui-primitives" ||
n === "ui-select" ||
n === "ui-text-input"
) {
continue
}
Expand Down
3 changes: 3 additions & 0 deletions mise.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[tools]
node = "21.7.3"
pnpm = "9.13.2"
4 changes: 4 additions & 0 deletions .mise.toml → mise.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[settings]
lockfile = true
experimental = true

[tools]
node = "prefix:21"
pnpm = "prefix:9"
Expand Down
18 changes: 14 additions & 4 deletions packages/docspace-resource/lib/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,23 @@ import {type Config, build, download} from "@onlyoffice/openapi-resource"
import pack from "../package.json" with {type: "json"}

const config: Config[] = [
{
name: "apisystem",
variant: "master",
source: {
owner: "onlyoffice",
repo: "docspace-declarations",
reference: "release/v3.0.0",
path: "asc.apisystem.swagger.json",
},
},
{
name: "data",
variant: "master",
source: {
owner: "onlyoffice",
repo: "docspace-declarations",
reference: "dist",
reference: "release/v3.0.0",
path: "asc.data.backup.swagger.json",
},
},
Expand All @@ -23,7 +33,7 @@ const config: Config[] = [
source: {
owner: "onlyoffice",
repo: "docspace-declarations",
reference: "dist",
reference: "release/v3.0.0",
path: "asc.files.swagger.json",
},
},
Expand All @@ -33,7 +43,7 @@ const config: Config[] = [
source: {
owner: "onlyoffice",
repo: "docspace-declarations",
reference: "dist",
reference: "release/v3.0.0",
path: "asc.people.swagger.json",
},
},
Expand All @@ -43,7 +53,7 @@ const config: Config[] = [
source: {
owner: "onlyoffice",
repo: "docspace-declarations",
reference: "dist",
reference: "release/v3.0.0",
path: "asc.web.api.swagger.json",
},
},
Expand Down
5 changes: 5 additions & 0 deletions packages/document-builder-html-element/lib/element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ export class DocumentBuilder extends DocumentEditor {
return this.#connector
}

constructor() {
super()
this.eventList.add("documenteditordocumentready")
}

connectedCallback(): void {
super.connectedCallback()
this.#listen()
Expand Down
Loading

0 comments on commit c89ef1f

Please sign in to comment.