Skip to content

Commit

Permalink
Merge branch 'develop' into ci/safari
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres committed Apr 12, 2021
2 parents f5a0494 + 72cd918 commit 3ae1a2a
Show file tree
Hide file tree
Showing 40 changed files with 1,733 additions and 908 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:
- uses: actions/checkout@v2
with:
ref: develop
- uses: actions/setup-ruby@v1
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
bundler-cache: true
- run: gem install github_changelog_generator
- run: github_changelog_generator -u w3c -p respec --no-unreleased
env:
Expand Down
13 changes: 8 additions & 5 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ env:
PUPPETEER_EXECUTABLE_PATH: /usr/bin/google-chrome
# See https://github.com/w3c/respec/pull/3306
LC_ALL: en_US.UTF-8
FORCE_COLOR: 1

jobs:
lint:
Expand Down Expand Up @@ -46,10 +47,9 @@ jobs:
with:
path: ~/.npm
key: ${{ runner.os }}-node-12-${{ hashFiles('**/package-lock.json') }}
- name: install & build
run: |
npm ci
npm run build:w3c
- run: npm ci
- run: npm run test:build
- run: npm run build:w3c
- run: npm run test:headless

test-karma:
Expand Down Expand Up @@ -77,6 +77,9 @@ jobs:
run: |
npm ci
npm run build:w3c & npm run build:geonovum
- run: npm run test:karma
- run: npm run test:unit
env:
BROWSERS: ${{ matrix.browser }}
- run: npm run test:integration
env:
BROWSERS: ${{ matrix.browser }}
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ jobs:
run: |
npm ci
npm run build:w3c & npm run build:geonovum
- run: npm run test:karma
- run: npm test
env:
BROWSERS: ChromeHeadless
49 changes: 49 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,54 @@
# Changelog

## [v26.5.0](https://github.com/w3c/respec/tree/v26.5.0) (2021-03-31)

[Full Changelog](https://github.com/w3c/respec/compare/v26.4.1...v26.5.0)

**Fixed bugs:**

- wgPatentPolicy and CG? [\#3420](https://github.com/w3c/respec/issues/3420)

**Closed issues:**

- Add a global ReSpec API [\#3089](https://github.com/w3c/respec/issues/3089)
- Use custom ReSpec version while generating via respec2html [\#2874](https://github.com/w3c/respec/issues/2874)

**Merged pull requests:**

- fix\(w3c/headers\): wgPatentPolicy may be falsy [\#3424](https://github.com/w3c/respec/pull/3424) ([marcoscaceres](https://github.com/marcoscaceres))
- chore\(deps-dev\): bump karma from 6.2.0 to 6.3.2 [\#3423](https://github.com/w3c/respec/pull/3423) ([dependabot[bot]](https://github.com/apps/dependabot))
- chore\(deps-dev\): bump rollup from 2.42.2 to 2.44.0 [\#3422](https://github.com/w3c/respec/pull/3422) ([dependabot[bot]](https://github.com/apps/dependabot))
- refactor\(tests/headless\): use jasmine instead of custom runner [\#3421](https://github.com/w3c/respec/pull/3421) ([sidvishnoi](https://github.com/sidvishnoi))
- chore\(CHANGELOG\): regenerate [\#3419](https://github.com/w3c/respec/pull/3419) ([github-actions[bot]](https://github.com/apps/github-actions))
- tests: support testing individual modules [\#3418](https://github.com/w3c/respec/pull/3418) ([sidvishnoi](https://github.com/sidvishnoi))
- chore\(deps\): update dependencies [\#3417](https://github.com/w3c/respec/pull/3417) ([sidvishnoi](https://github.com/sidvishnoi))
- chore\(tools/builder\): add a --watch flag [\#3406](https://github.com/w3c/respec/pull/3406) ([sidvishnoi](https://github.com/sidvishnoi))
- feat\(core/respec-global\): add toHTML\(\) method [\#3403](https://github.com/w3c/respec/pull/3403) ([sidvishnoi](https://github.com/sidvishnoi))
- feat\(respecDocWriter\): use locally installed respec version [\#2957](https://github.com/w3c/respec/pull/2957) ([sidvishnoi](https://github.com/sidvishnoi))

## [v26.4.1](https://github.com/w3c/respec/tree/v26.4.1) (2021-03-29)

[Full Changelog](https://github.com/w3c/respec/compare/v26.4.0...v26.4.1)

**Fixed bugs:**

- "group" option still complains about patent policy [\#3399](https://github.com/w3c/respec/issues/3399)

**Merged pull requests:**

- fix\(w3c/headers\): handle multiple patent policies [\#3411](https://github.com/w3c/respec/pull/3411) ([marcoscaceres](https://github.com/marcoscaceres))
- refactor\(tools/dev-server\): add promisified KarmaServer [\#3410](https://github.com/w3c/respec/pull/3410) ([sidvishnoi](https://github.com/sidvishnoi))
- tests\(build\): fix fileExists check, remove chai, run in CI [\#3408](https://github.com/w3c/respec/pull/3408) ([sidvishnoi](https://github.com/sidvishnoi))
- chore\(karma.conf.js\): cleanup [\#3407](https://github.com/w3c/respec/pull/3407) ([sidvishnoi](https://github.com/sidvishnoi))
- refactor\(ui/search-specref\): embed iframe from respec.org [\#3405](https://github.com/w3c/respec/pull/3405) ([sidvishnoi](https://github.com/sidvishnoi))
- fix\(core/biblio\): use specref.org API endpoint [\#3404](https://github.com/w3c/respec/pull/3404) ([sidvishnoi](https://github.com/sidvishnoi))
- refactor\(styles\): convert css files to js [\#3402](https://github.com/w3c/respec/pull/3402) ([sidvishnoi](https://github.com/sidvishnoi))
- chore: remove unused files, config and packges [\#3400](https://github.com/w3c/respec/pull/3400) ([sidvishnoi](https://github.com/sidvishnoi))
- chore\(deps\): update dependencies [\#3397](https://github.com/w3c/respec/pull/3397) ([sidvishnoi](https://github.com/sidvishnoi))
- chore\(deps-dev\): use updated rollup plugins [\#3392](https://github.com/w3c/respec/pull/3392) ([sidvishnoi](https://github.com/sidvishnoi))
- chore\(CHANGELOG\): regenerate [\#3391](https://github.com/w3c/respec/pull/3391) ([github-actions[bot]](https://github.com/apps/github-actions))
- refactor: build respec-highlight alongside respec-worker [\#3390](https://github.com/w3c/respec/pull/3390) ([sidvishnoi](https://github.com/sidvishnoi))

## [v26.4.0](https://github.com/w3c/respec/tree/v26.4.0) (2021-03-21)

[Full Changelog](https://github.com/w3c/respec/compare/v26.3.0...v26.4.0)
Expand Down
349 changes: 249 additions & 100 deletions builds/respec-dini.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/respec-dini.js.map

Large diffs are not rendered by default.

362 changes: 233 additions & 129 deletions builds/respec-geonovum.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/respec-geonovum.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions builds/respec-highlight.js

Large diffs are not rendered by default.

606 changes: 394 additions & 212 deletions builds/respec-w3c.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/respec-w3c.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion builds/respec-worker.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// ReSpec Worker v1.0.0
"use strict";
try {
importScripts("https://www.w3.org/Tools/respec/respec-highlight");
} catch (err) {
Expand Down
Loading

0 comments on commit 3ae1a2a

Please sign in to comment.