Skip to content

Commit

Permalink
Release 14.0.0 (#433)
Browse files Browse the repository at this point in the history
## What's Changed

### Features
* CLUE support for URL query parameter + refactor public session link by
@thinkh in #419
* Replace jQuery scrollTo plugin with custom implementation by @thinkh
in #425
* Improve typings for new session functions by @thinkh in
#427
* Allow tour card description to include html by @oltionchampari in
#432

### Bugfixes

* Fix wrong view name in replace action title by using `ViewWrapper`
context by @thinkh in #406
* Fix app crash when replacing views with object ref from
`graph.findOrAddObject()` by @thinkh in
#405
* Add vertical padding to tour cards and use full height teaser image by
@dvmichaelpeterseil in #430

### Chore

* Remove `nav.mainNavi` styles by @thinkh in
#415
* Improve Cypress setup and use Cypress commands.js by @dvvanessastoiber
in #354
* Add Visyn Scripts by @datavisyn-bot in
#421
* Add dist/ folder by @dvtschachinger in
#423
* Migration to visyn_core by @oltionchampari in
#429
* React 18 Migration by @dvmoritzschoefl in
#431

## New Contributors
* @datavisyn-bot made their first contribution in
#421
* @dvtschachinger made their first contribution in
#423
* @dvmichaelpeterseil made their first contribution in
#430
* @dvmoritzschoefl made their first contribution in
#431

**Full Changelog**:
v13.0.1...v14.0.0
  • Loading branch information
dvvanessastoiber authored Jul 28, 2023
2 parents f0022d6 + 31ccdd0 commit c61551d
Show file tree
Hide file tree
Showing 132 changed files with 336 additions and 272 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: build

on: [push, workflow_dispatch]

permissions:
contents: write
id-token: write

jobs:
build:
uses: datavisyn/github-workflows/.github/workflows/build-node.yml@main
Expand Down
2 changes: 1 addition & 1 deletion dist/app/Ordino.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions dist/app/Ordino.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/app/Ordino.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion dist/base/extensions.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/base/extensions.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/components/HeaderNavigation.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/components/HeaderNavigation.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/components/HeaderNavigation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/components/HeaderNavigation.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/components/OrdinoFooter.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/components/OrdinoFooter.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/components/OrdinoFooter.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c61551d

Please sign in to comment.