-
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 'develop' into feature/R20-1709-data-table-additional-co…
…ntent
- Loading branch information
Showing
32 changed files
with
212 additions
and
51 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,52 @@ | ||
# Changelog | ||
|
||
## v2.6.0...release/v2.6.1 | ||
|
||
[compare changes](https://github.com/dpc-sdp/ripple-framework/compare/v2.6.0...release/v2.6.1) | ||
|
||
|
||
### 🚀 Enhancements | ||
|
||
- **@dpc-sdp/ripple-tide-search:** Add checkbox support ([18734846b](https://github.com/dpc-sdp/ripple-framework/commit/18734846b)) | ||
|
||
### 🩹 Fixes | ||
|
||
- **@dpc-sdp/ripple-tide-search:** Add lost class to dependent filter ([ec4ab5f4f](https://github.com/dpc-sdp/ripple-framework/commit/ec4ab5f4f)) | ||
- **@dpc-sdp/ripple-tide-api:** 🐛 regression in cheerio srcset ([c655dead3](https://github.com/dpc-sdp/ripple-framework/commit/c655dead3)) | ||
- **nuxt-ripple:** 🐛 filter incomplete related links ([5709351b2](https://github.com/dpc-sdp/ripple-framework/commit/5709351b2)) | ||
- **@dpc-sdp/ripple-tide-search:** Don't clear suggestions after selecting a suburb ([5240eaa78](https://github.com/dpc-sdp/ripple-framework/commit/5240eaa78)) | ||
- **@dpc-sdp/ripple-ui-maps:** Fixed icon not changing when exiting fullscreen map via keyboard ([3e79adc3a](https://github.com/dpc-sdp/ripple-framework/commit/3e79adc3a)) | ||
- **@dpc-sdp/ripple-tide-search:** Improved suburb autocomplete suggestions ([a60805757](https://github.com/dpc-sdp/ripple-framework/commit/a60805757)) | ||
- **@dpc-sdp/ripple-ui-core:** Fix svg sprite breaking in svgo 3.2.0 ([d8b78de5e](https://github.com/dpc-sdp/ripple-framework/commit/d8b78de5e)) | ||
- **@dpc-sdp/ripple-tide-search:** Fixed search logic firing after user navigated to a new page ([ab4eae4b0](https://github.com/dpc-sdp/ripple-framework/commit/ab4eae4b0)) | ||
- **@dpc-sdp/nuxt-ripple:** Wrap navigateTo to get redirects working again ([70a7f0caf](https://github.com/dpc-sdp/ripple-framework/commit/70a7f0caf)) | ||
- **@dpc-sdp/ripple-ui-core:** Return slug value ([5147533ae](https://github.com/dpc-sdp/ripple-framework/commit/5147533ae)) | ||
|
||
### 💅 Refactors | ||
|
||
- **@dpc-sdp/nuxt-ripple-analytics:** ♻️ move release to datalayer root ([9178fabc2](https://github.com/dpc-sdp/ripple-framework/commit/9178fabc2)) | ||
|
||
### ✅ Tests | ||
|
||
- **@dpc-sdp/ripple-tide-api:** ✅ increase unit test coverage ([e9561c08b](https://github.com/dpc-sdp/ripple-framework/commit/e9561c08b)) | ||
- **@dpc-sdp/ripple-tide-api:** ✅ add unit test ([bcc882fa0](https://github.com/dpc-sdp/ripple-framework/commit/bcc882fa0)) | ||
- **@dpc-sdp/ripple-tide-api:** ✅ add unit test ([3c770a7cb](https://github.com/dpc-sdp/ripple-framework/commit/3c770a7cb)) | ||
- **@dpc-sdp/ripple-tide-api:** ✅ increase unit test coverage ([3c4bb013b](https://github.com/dpc-sdp/ripple-framework/commit/3c4bb013b)) | ||
- ✅ fix landing page regression ([d5e40f422](https://github.com/dpc-sdp/ripple-framework/commit/d5e40f422)) | ||
- **nuxt-app:** ✅ fix test ([c072a2e0e](https://github.com/dpc-sdp/ripple-framework/commit/c072a2e0e)) | ||
|
||
### 🎨 Styles | ||
|
||
- 🔊 rename for consistency ([d7f923f1e](https://github.com/dpc-sdp/ripple-framework/commit/d7f923f1e)) | ||
- 🔥 remove deprecated ([8e6adcc75](https://github.com/dpc-sdp/ripple-framework/commit/8e6adcc75)) | ||
- **@dpc-sdp/ripple-tide-api:** 🏷️ move function decl to types ([1fe5bd6f6](https://github.com/dpc-sdp/ripple-framework/commit/1fe5bd6f6)) | ||
|
||
### ❤️ Contributors | ||
|
||
- David Featherston <[email protected]> | ||
- Jeffrey Dowdle <[email protected]> | ||
- Jason Smith <[email protected]> | ||
|
||
## v2.6.0 | ||
|
||
[compare changes](https://github.com/dpc-sdp/ripple-framework/compare/v2.5.3...v2.6.0) | ||
|
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
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 |
---|---|---|
|
@@ -67,6 +67,11 @@ | |
"ids": { | ||
"values": ["Birds"] | ||
} | ||
}, | ||
{ | ||
"terms": { | ||
"checkboxFilter.keyword": ["Archived"] | ||
} | ||
} | ||
] | ||
} | ||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "2.6.0", | ||
"version": "2.6.1", | ||
"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.6.0", | ||
"version": "2.6.1", | ||
"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.6.0", | ||
"version": "2.6.1", | ||
"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.6.0", | ||
"version": "2.6.1", | ||
"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.6.0", | ||
"version": "2.6.1", | ||
"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
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.6.0", | ||
"version": "2.6.1", | ||
"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.6.0", | ||
"version": "2.6.1", | ||
"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.6.0", | ||
"version": "2.6.1", | ||
"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
Oops, something went wrong.