-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/2.1.8' into develop
- Loading branch information
Showing
21 changed files
with
72 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,57 @@ | ||
# Changelog | ||
|
||
## v2.1.8 | ||
|
||
[compare changes](https://github.com/dpc-sdp/ripple-framework/compare/v2.1.7...v2.1.8) | ||
|
||
|
||
### 🚀 Enhancements | ||
|
||
- **@dpc-sdp/ripple-tide-search:** Column classes, array-ify-ing, filter empty params ([be2a9af7](https://github.com/dpc-sdp/ripple-framework/commit/be2a9af7)) | ||
- **@dpc-sdp/ripple-ui-forms:** Use filter.multiple to disable array-ifying values ([5e5dd8e5](https://github.com/dpc-sdp/ripple-framework/commit/5e5dd8e5)) | ||
- **@dpc-sdp/nuxt-ripple-analytics:** Fix faulty isProduction check ([712c5514](https://github.com/dpc-sdp/ripple-framework/commit/712c5514)) | ||
- **@dpc-sdp/nuxt-ripple-analytics:** Move useRuntimeConfig to route file ([0a0de979](https://github.com/dpc-sdp/ripple-framework/commit/0a0de979)) | ||
|
||
### 🩹 Fixes | ||
|
||
- **@dpc-sdp/ripple-tide-search:** Espace query text before adding to DSL query ([f8c152b2](https://github.com/dpc-sdp/ripple-framework/commit/f8c152b2)) | ||
- **nuxt-ripple:** 🐛 whitelist contact icons ([dc2b2428](https://github.com/dpc-sdp/ripple-framework/commit/dc2b2428)) | ||
- **nuxt-app:** Fix media test ([ee0a1671](https://github.com/dpc-sdp/ripple-framework/commit/ee0a1671)) | ||
- **@dpc-sdp/ripple-ui-core:** 🐛 check for label ([44041ad8](https://github.com/dpc-sdp/ripple-framework/commit/44041ad8)) | ||
- Use derived page title instead of metatag value ([da87d6fe](https://github.com/dpc-sdp/ripple-framework/commit/da87d6fe)) | ||
- **@dpc-sdp/nuxt-ripple:** 🐛 ensure page title is always set ([6cb599c3](https://github.com/dpc-sdp/ripple-framework/commit/6cb599c3)) | ||
- **@dpc-sdp/nuxt-ripple:** 🐛 fix title definition ([6ee4b159](https://github.com/dpc-sdp/ripple-framework/commit/6ee4b159)) | ||
- 🐛 handle undefined page.meta ([20b675a5](https://github.com/dpc-sdp/ripple-framework/commit/20b675a5)) | ||
- **nuxt-ripple:** 🐛 fix issue where menus in share links cause a 500 error ([fbcabfff](https://github.com/dpc-sdp/ripple-framework/commit/fbcabfff)) | ||
- **@dpc-sdp/ripple-tide-api:** 🐛 fetch menu for unpublished pages ([4d6a3469](https://github.com/dpc-sdp/ripple-framework/commit/4d6a3469)) | ||
|
||
### 💅 Refactors | ||
|
||
- **nuxt-ripple:** ♻️ update 500 template to match platform ([76e2cac9](https://github.com/dpc-sdp/ripple-framework/commit/76e2cac9)) | ||
- ♻️ add 401 support, use error comp ([0912a4d7](https://github.com/dpc-sdp/ripple-framework/commit/0912a4d7)) | ||
- **@dpc-sdp/nuxt-ripple:** ♻️ refactor to call head functions from plugins ([8939c97a](https://github.com/dpc-sdp/ripple-framework/commit/8939c97a)) | ||
|
||
### 🏡 Chore | ||
|
||
- **@dpc-sdp/nuxt-ripple-cli:** ✨ add template for new UI library ([47353eb7](https://github.com/dpc-sdp/ripple-framework/commit/47353eb7)) | ||
|
||
### ✅ Tests | ||
|
||
- **nuxt-app:** ✅ update data table test ([f7649190](https://github.com/dpc-sdp/ripple-framework/commit/f7649190)) | ||
- ✅ add default contentType prop, tests ([7eb8c3e9](https://github.com/dpc-sdp/ripple-framework/commit/7eb8c3e9)) | ||
|
||
### 🎨 Styles | ||
|
||
- **nuxt-ripple:** 🔥 remove debug ([974c0b67](https://github.com/dpc-sdp/ripple-framework/commit/974c0b67)) | ||
- 🚨 fix linter warnings ([3624b6dd](https://github.com/dpc-sdp/ripple-framework/commit/3624b6dd)) | ||
|
||
### ❤️ Contributors | ||
|
||
- Dylan Kelly <[email protected]> | ||
- Jason Smith <[email protected]> | ||
- David Featherston <[email protected]> | ||
- Jeffrey Dowdle <[email protected]> | ||
|
||
## v2.1.7 | ||
|
||
[compare changes](https://github.com/dpc-sdp/ripple-framework/compare/v2.1.4...v2.1.7) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "2.1.7", | ||
"version": "2.1.8", | ||
"npmClient": "pnpm", | ||
"exact": true, | ||
"command": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"packageManager": "[email protected]", | ||
"name": "@dpc-sdp/eslint-config-ripple", | ||
"description": "ESLint config for Ripple projects", | ||
"version": "2.1.7", | ||
"version": "2.1.8", | ||
"license": "Apache-2.0", | ||
"repository": "https://github.com/dpc-sdp/ripple-framework", | ||
"main": "index.js", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"packageManager": "[email protected]", | ||
"name": "@dpc-sdp/nuxt-ripple-analytics", | ||
"description": "Nuxt module for handling event tracking.", | ||
"version": "2.1.7", | ||
"version": "2.1.8", | ||
"license": "Apache-2.0", | ||
"main": "./nuxt.config.ts", | ||
"repository": "https://github.com/dpc-sdp/ripple-framework", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"packageManager": "[email protected]", | ||
"name": "@dpc-sdp/nuxt-ripple-cli", | ||
"description": "A CLI for simplifying common setup and scaffolding tasks", | ||
"version": "2.1.7", | ||
"version": "2.1.8", | ||
"license": "Apache-2.0", | ||
"repository": "https://github.com/dpc-sdp/ripple-framework", | ||
"main": "./dist/index.js", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"packageManager": "[email protected]", | ||
"name": "@dpc-sdp/nuxt-ripple-preview", | ||
"description": "Adds support for drupal preview links in Ripple frontend sites", | ||
"version": "2.1.7", | ||
"version": "2.1.8", | ||
"license": "Apache-2.0", | ||
"main": "./nuxt.config.ts", | ||
"repository": "https://github.com/dpc-sdp/ripple-framework", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"packageManager": "[email protected]", | ||
"name": "@dpc-sdp/nuxt-ripple", | ||
"description": "Nuxt module for integrating Ripple and Tide", | ||
"version": "2.1.7", | ||
"version": "2.1.8", | ||
"license": "Apache-2.0", | ||
"main": "./nuxt.config.ts", | ||
"repository": "https://github.com/dpc-sdp/ripple-framework", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"packageManager": "[email protected]", | ||
"name": "ripple-storybook", | ||
"description": "Ripple Storybook instance", | ||
"version": "2.1.7", | ||
"version": "2.1.8", | ||
"license": "Apache-2.0", | ||
"private": true, | ||
"repository": "https://github.com/dpc-sdp/ripple-framework", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"packageManager": "[email protected]", | ||
"name": "@dpc-sdp/ripple-test-utils", | ||
"description": "Test utils for Ripple sites", | ||
"version": "2.1.7", | ||
"version": "2.1.8", | ||
"license": "Apache-2.0", | ||
"type": "module", | ||
"main": "./dist/config/index.js", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"packageManager": "[email protected]", | ||
"name": "@dpc-sdp/ripple-tide-api", | ||
"description": "Ripple API endpoints for Tide Drupal backend", | ||
"version": "2.1.7", | ||
"version": "2.1.8", | ||
"license": "Apache-2.0", | ||
"repository": "https://github.com/dpc-sdp/ripple-framework", | ||
"main": "./dist/index.js", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"packageManager": "[email protected]", | ||
"name": "@dpc-sdp/ripple-tide-event", | ||
"description": "Ripple mappings and components for Tide Event Content type", | ||
"version": "2.1.7", | ||
"version": "2.1.8", | ||
"license": "Apache-2.0", | ||
"main": "./nuxt.config.ts", | ||
"repository": "https://github.com/dpc-sdp/ripple-framework", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"packageManager": "[email protected]", | ||
"name": "@dpc-sdp/ripple-tide-grant", | ||
"description": "Ripple mappings and components for Tide Grant Content type", | ||
"version": "2.1.7", | ||
"version": "2.1.8", | ||
"license": "Apache-2.0", | ||
"repository": "https://github.com/dpc-sdp/ripple-framework", | ||
"main": "./nuxt.config.ts", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"packageManager": "[email protected]", | ||
"name": "@dpc-sdp/ripple-tide-landing-page", | ||
"description": "Ripple mappings and components for Tide landing-page Content type", | ||
"version": "2.1.7", | ||
"version": "2.1.8", | ||
"license": "Apache-2.0", | ||
"repository": "https://github.com/dpc-sdp/ripple-framework", | ||
"main": "./nuxt.config.ts", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"packageManager": "[email protected]", | ||
"name": "@dpc-sdp/ripple-tide-media", | ||
"description": "Ripple mappings and components for Tide media", | ||
"version": "2.1.7", | ||
"version": "2.1.8", | ||
"license": "Apache-2.0", | ||
"repository": "https://github.com/dpc-sdp/ripple-framework", | ||
"main": "./nuxt.config.ts", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"packageManager": "[email protected]", | ||
"name": "@dpc-sdp/ripple-tide-news", | ||
"description": "Ripple mappings and components for Tide News content type", | ||
"version": "2.1.7", | ||
"version": "2.1.8", | ||
"license": "Apache-2.0", | ||
"repository": "https://github.com/dpc-sdp/ripple-framework", | ||
"main": "./nuxt.config.ts", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"packageManager": "[email protected]", | ||
"name": "@dpc-sdp/ripple-tide-publication", | ||
"description": "Ripple mappings and components for Tide Publication Content type", | ||
"version": "2.1.7", | ||
"version": "2.1.8", | ||
"license": "Apache-2.0", | ||
"repository": "https://github.com/dpc-sdp/ripple-framework", | ||
"main": "./nuxt.config.ts", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"packageManager": "[email protected]", | ||
"name": "@dpc-sdp/ripple-tide-search", | ||
"description": "Ripple search UI and services for connecting to Tide search", | ||
"version": "2.1.7", | ||
"version": "2.1.8", | ||
"license": "Apache-2.0", | ||
"repository": "https://github.com/dpc-sdp/ripple-framework", | ||
"main": "./nuxt.config.ts", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"packageManager": "[email protected]", | ||
"name": "@dpc-sdp/ripple-ui-core", | ||
"description": "Ripple UI Core component library", | ||
"version": "2.1.7", | ||
"version": "2.1.8", | ||
"license": "Apache-2.0", | ||
"repository": "https://github.com/dpc-sdp/ripple-framework", | ||
"files": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"packageManager": "[email protected]", | ||
"name": "@dpc-sdp/ripple-ui-forms", | ||
"description": "A form component library built with Formkit", | ||
"version": "2.1.7", | ||
"version": "2.1.8", | ||
"license": "Apache-2.0", | ||
"repository": "https://github.com/dpc-sdp/ripple-framework", | ||
"main": "./dist/rpl-forms.umd.js", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"packageManager": "[email protected]", | ||
"name": "@dpc-sdp/stylelint-config-ripple", | ||
"description": "ESLint config for Ripple projects", | ||
"version": "2.1.7", | ||
"version": "2.1.8", | ||
"license": "Apache-2.0", | ||
"repository": "https://github.com/dpc-sdp/ripple-framework", | ||
"main": "index.js", | ||
|