-
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.
- Loading branch information
1 parent
5f49e5b
commit c02150c
Showing
21 changed files
with
108 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,93 @@ | ||
# Changelog | ||
|
||
## v2.1.2 | ||
|
||
[compare changes](https://github.com/dpc-sdp/ripple-framework/compare/v2.1.1...v2.1.2) | ||
|
||
|
||
### 🚀 Enhancements | ||
|
||
- ✨ move config out of public env ([17fb86b3](https://github.com/dpc-sdp/ripple-framework/commit/17fb86b3)) | ||
- **@dpc-sdp/ripple-test-utils:** ✨ use wildcard for search url ([66da5976](https://github.com/dpc-sdp/ripple-framework/commit/66da5976)) | ||
- **@dpc-sdp/ripple-ui-core:** Add default primary logo inline ([7def1aa1](https://github.com/dpc-sdp/ripple-framework/commit/7def1aa1)) | ||
- **@dpc-sdp/nuxt-ripple-analytics:** Add support for site-specific gtm containers ([d239ca48](https://github.com/dpc-sdp/ripple-framework/commit/d239ca48)) | ||
- **@dpc-sdp/nuxt-ripple:** Add support for new print logo cms field ([e321cb6c](https://github.com/dpc-sdp/ripple-framework/commit/e321cb6c)) | ||
- **@dpc-sdp/nuxt-ripple:** Add custom loading indicator ([258ea4ba](https://github.com/dpc-sdp/ripple-framework/commit/258ea4ba)) | ||
- **@dpc-sdp/ripple-tide-search:** Added domain to display for relative urls in search results ([fde956c4](https://github.com/dpc-sdp/ripple-framework/commit/fde956c4)) | ||
- **@dpc-sdp/nuxt-ripple-analytics:** Add link to vertical nav, prepend relative urls ([984d07bb](https://github.com/dpc-sdp/ripple-framework/commit/984d07bb)) | ||
- **@dpc-sdp/ripple-ui-forms:** Debounce input change event (primarily for numbers) ([af6686d9](https://github.com/dpc-sdp/ripple-framework/commit/af6686d9)) | ||
- **@dpc-sdp/nuxt-ripple:** Add flag to disable primary nav search ([89aa0465](https://github.com/dpc-sdp/ripple-framework/commit/89aa0465)) | ||
- **@dpc-sdp/nuxt-ripple-analytics:** Update search click event name ([df925cbf](https://github.com/dpc-sdp/ripple-framework/commit/df925cbf)) | ||
- **@dpc-sdp/nuxt-ripple-cli:** Update jest config to fix unit tests in layers running nuxt 3.6+ ([93bf9e04](https://github.com/dpc-sdp/ripple-framework/commit/93bf9e04)) | ||
- **@dpc-sdp/nuxt-ripple-cli:** Update package.json scripts to include ci mode tests ([469818a5](https://github.com/dpc-sdp/ripple-framework/commit/469818a5)) | ||
- **@dpc-sdp/ripple-ui-forms:** Add throttle prop ([a74ac8b6](https://github.com/dpc-sdp/ripple-framework/commit/a74ac8b6)) | ||
|
||
### 🩹 Fixes | ||
|
||
- Upgrade nuxt to 3.6.5 to fix FOUC in 404 page ([d2a76bb9](https://github.com/dpc-sdp/ripple-framework/commit/d2a76bb9)) | ||
- **@dpc-sdp/ripple-tide-api:** 🐛 add default value for baseUrl ([9bbaca0c](https://github.com/dpc-sdp/ripple-framework/commit/9bbaca0c)) | ||
- **@dpc-sdp/ripple-tide-search:** Fixed reactivity of useRoute after nuxt upgrade ([c893679c](https://github.com/dpc-sdp/ripple-framework/commit/c893679c)) | ||
- **@dpc-sdp/nuxt-ripple-analytics:** Send all falsely values as undefined ([17420c57](https://github.com/dpc-sdp/ripple-framework/commit/17420c57)) | ||
- **@dpc-sdp/ripple-tide-search:** Fixed site search filter not clearing properly ([eb0494da](https://github.com/dpc-sdp/ripple-framework/commit/eb0494da)) | ||
- **@dpc-sdp/ripple-tide-search:** Pass site to base layout ([a6cf69de](https://github.com/dpc-sdp/ripple-framework/commit/a6cf69de)) | ||
- **@dpc-sdp/ripple-tide-landing-page:** Add custom heading gap for category grid, fix alt urls ([d70cf4ab](https://github.com/dpc-sdp/ripple-framework/commit/d70cf4ab)) | ||
- **@dpc-sdp/ripple-ui-core:** 🐛 missing , ([7e8d2ed5](https://github.com/dpc-sdp/ripple-framework/commit/7e8d2ed5)) | ||
- **@dpc-sdp/ripple-tide-search:** Fixed search filter row gap ([a2f15c72](https://github.com/dpc-sdp/ripple-framework/commit/a2f15c72)) | ||
- **@dpc-sdp/ripple-tide-search:** Send app search key on server to fix basic auth ([636b368a](https://github.com/dpc-sdp/ripple-framework/commit/636b368a)) | ||
- **@dpc-sdp/nuxt-ripple:** Added site url to nuxt-ripple nuxt.config ([27c7bba1](https://github.com/dpc-sdp/ripple-framework/commit/27c7bba1)) | ||
|
||
### 💅 Refactors | ||
|
||
- ♻️ merge config at runtime ([22e0d74d](https://github.com/dpc-sdp/ripple-framework/commit/22e0d74d)) | ||
- **@dpc-sdp/ripple-ui-core:** ♻️ move icons to core, update generate script ([9489903f](https://github.com/dpc-sdp/ripple-framework/commit/9489903f)) | ||
- ♻️ move social share url concern to caller ([615b8a9a](https://github.com/dpc-sdp/ripple-framework/commit/615b8a9a)) | ||
|
||
### 📦 Build | ||
|
||
- **nuxt-app:** 🔧 disable basic auth by default ([2f320938](https://github.com/dpc-sdp/ripple-framework/commit/2f320938)) | ||
|
||
### 🏡 Chore | ||
|
||
- Add git config in publish step ([42815a76](https://github.com/dpc-sdp/ripple-framework/commit/42815a76)) | ||
- Empty commit to test deploy ([112685d7](https://github.com/dpc-sdp/ripple-framework/commit/112685d7)) | ||
- Fix canary publish step ([c89de863](https://github.com/dpc-sdp/ripple-framework/commit/c89de863)) | ||
- Remove all usage of deprecated vm2 package ([cb7e2c72](https://github.com/dpc-sdp/ripple-framework/commit/cb7e2c72)) | ||
- **@dpc-sdp/nuxt-ripple-cli:** Added github package registry to npmrc template ([1e34c163](https://github.com/dpc-sdp/ripple-framework/commit/1e34c163)) | ||
- Added topic package to site generator template ([e002f17f](https://github.com/dpc-sdp/ripple-framework/commit/e002f17f)) | ||
- **@dpc-sdp/nuxt-ripple-cli:** Update github action ([c1afc460](https://github.com/dpc-sdp/ripple-framework/commit/c1afc460)) | ||
- **@dpc-sdp/nuxt-ripple-cli:** Added missing files to layer ci command ([b4823502](https://github.com/dpc-sdp/ripple-framework/commit/b4823502)) | ||
- **@dpc-sdp/nuxt-ripple-cli:** Fixed incorrect file extension for PR template ([53e5bafb](https://github.com/dpc-sdp/ripple-framework/commit/53e5bafb)) | ||
- **@dpc-sdp/nuxt-ripple-cli:** Fixed cypress tests not running locally in scaffold projects ([44912d86](https://github.com/dpc-sdp/ripple-framework/commit/44912d86)) | ||
- Merge in develop ([bac6c728](https://github.com/dpc-sdp/ripple-framework/commit/bac6c728)) | ||
|
||
### ✅ Tests | ||
|
||
- Refactor page and site mocking step definitions ([1c933492](https://github.com/dpc-sdp/ripple-framework/commit/1c933492)) | ||
- Fix incorrectly named step ([1493fd9f](https://github.com/dpc-sdp/ripple-framework/commit/1493fd9f)) | ||
- Brought back generic api mock step for publication tests ([dcbae1b2](https://github.com/dpc-sdp/ripple-framework/commit/dcbae1b2)) | ||
- Fixed broken test ([e26565bb](https://github.com/dpc-sdp/ripple-framework/commit/e26565bb)) | ||
- Add generic site and base url for tests ([49ab2a1e](https://github.com/dpc-sdp/ripple-framework/commit/49ab2a1e)) | ||
- **@dpc-sdp/ripple-tide-grant:** Fixed cypress tests after search change ([168439f2](https://github.com/dpc-sdp/ripple-framework/commit/168439f2)) | ||
|
||
### 🤖 CI | ||
|
||
- Run actions if action config changes ([cfe8a30d](https://github.com/dpc-sdp/ripple-framework/commit/cfe8a30d)) | ||
- Re-run actions when the action is modified ([43e9c358](https://github.com/dpc-sdp/ripple-framework/commit/43e9c358)) | ||
- Fix action paths ([512e1074](https://github.com/dpc-sdp/ripple-framework/commit/512e1074)) | ||
- Wait for correct site id ([52ff7c54](https://github.com/dpc-sdp/ripple-framework/commit/52ff7c54)) | ||
- Try waiting on an asset instead of api endpoint ([96367702](https://github.com/dpc-sdp/ripple-framework/commit/96367702)) | ||
- Removed hardcoded site id from tests ([ab891824](https://github.com/dpc-sdp/ripple-framework/commit/ab891824)) | ||
- Removed search engine name from cypres env var ([7dfed15c](https://github.com/dpc-sdp/ripple-framework/commit/7dfed15c)) | ||
- **@dpc-sdp/nuxt-ripple-cli:** Updated cypress test action template to be more generic ([f98c8589](https://github.com/dpc-sdp/ripple-framework/commit/f98c8589)) | ||
|
||
### ❤️ Contributors | ||
|
||
- David Featherston <[email protected]> | ||
- Jeffrey Dowdle <[email protected]> | ||
- Dylankelly <[email protected]> | ||
- Jason Smith <[email protected]> | ||
- Dylan Kelly <[email protected]> | ||
|
||
## v2.1.0...release/2.1.1 | ||
|
||
[compare changes](https://github.com/dpc-sdp/ripple-framework/compare/v2.1.0...release/2.1.1) | ||
|
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.1", | ||
"version": "2.1.2", | ||
"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.1", | ||
"version": "2.1.2", | ||
"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.1", | ||
"version": "2.1.2", | ||
"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.1", | ||
"version": "2.1.2", | ||
"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.1", | ||
"version": "2.1.2", | ||
"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.1", | ||
"version": "2.1.2", | ||
"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.1", | ||
"version": "2.1.2", | ||
"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.1", | ||
"version": "2.1.2", | ||
"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.1", | ||
"version": "2.1.2", | ||
"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.1", | ||
"version": "2.1.2", | ||
"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.1", | ||
"version": "2.1.2", | ||
"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.1", | ||
"version": "2.1.2", | ||
"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.1", | ||
"version": "2.1.2", | ||
"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.1", | ||
"version": "2.1.2", | ||
"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.1", | ||
"version": "2.1.2", | ||
"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.1", | ||
"version": "2.1.2", | ||
"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.1", | ||
"version": "2.1.2", | ||
"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.1", | ||
"version": "2.1.2", | ||
"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.1", | ||
"version": "2.1.2", | ||
"license": "Apache-2.0", | ||
"repository": "https://github.com/dpc-sdp/ripple-framework", | ||
"main": "index.js", | ||
|