Releases: dpc-sdp/ripple-framework
Releases · dpc-sdp/ripple-framework
v2.3.1
What's Changed
- [R20-1542] add missed optional chaining by @lambry in #865
- [R20-1522] increase menu depth for breadcrumbs by @lambry in #862
- Set section-cache-tags respone header for pages by @jeffdowdle in #866
- feat(@dpc-sdp/ripple-tide-api): merged site+alert cache tags with page cache tags by @jeffdowdle in #867
- chore: 🔖 release 2.3.1 by @dylankelly in #868
Full Changelog: v2.3.0...v2.3.1
v2.3.0
What's Changed
- [R20-1344] add support for fallback values in filters by @lambry in #813
- [R20-1516] conditionally render rating submit action by @lambry in #841
- [R20-1527] change route name to page_title by @lambry in #848
- Release/v2.2.1 by @dylankelly in #852
- [R20-1440] make only title and url 'links' by @lambry in #849
- [R20-1168] Add aria annotations on tabs by @waitingallday in #853
- fix(@dpc-sdp/ripple-tide-search): fixed global filters not being applied to aggregations query by @jeffdowdle in #854
- docs(docs): 📝 use different theme for card highlight as vic gov is wrong by @dylankelly in #843
- feat(@dpc-sdp/ripple-tide-search): added sort dropdown to search listing page by @jeffdowdle in #850
- [R20-1383] allow supplying custom rpl icons by @lambry in #855
- fix(nuxt-ripple): 🐛 exclude metatag canonical by @waitingallday in #856
- [R20-1531] add support for icons in description lists by @lambry in #857
- fix(@dpc-sdp/ripple-tide-search): added missing aria-expanded to search filter toggle by @jeffdowdle in #859
- feat(@dpc-sdp/nuxt-ripple): add karenni font by @lambry in #861
- [R20-1538] use description list for grant meta by @lambry in #860
- feat(@dpc-sdp/ripple-tide-search): added sort dropdown to custom collection by @jeffdowdle in #858
- chore: 🔖 release ripple 2.3.0 by @jeffdowdle in #863
Full Changelog: v2.2.1...v2.3.0
v2.2.1
Hotfix release to fix issue with search filters not appearing
Full Changelog: v2.2.0...v2.2.1
v2.2.0
What's Changed
- [R20-1493] Add accessible label to links opening in a new window by @waitingallday in #819
- chore(@dpc-sdp/nuxt-ripple-cli): updated new layer cli with correct publish action by @jeffdowdle in #822
- [R20-1505] fix(nuxt-ripple): 🐛 fix title undefined in search page by @dylankelly in #823
- RplPrimaryNavBar: use src if printSrc is not supplied by @waitingallday in #827
- [R20-1511] add dataLayer event for error pages by @lambry in #831
- [R20-1509] move measurement ids and production flag by @lambry in #830
- [R20-1329] add optional noresults message to search bar by @dylankelly in #832
- move required eslint dependencies from devdependencies by @dylankelly in #821
- [R20-1321] Add custom collection by @dylankelly in #777
- [R20-1306] Hyphenate titles by @waitingallday in #824
- fix(@dpc-sdp/ripple-ui-core): add max width to scrollable table story by @lambry in #833
- feat(nuxt-ripple): added social links to footer by @jeffdowdle in #834
- [R20-1479][R20-1489] a11y carousel feedback by @lambry in #835
- feat(@dpc-sdp/ripple-ui-core): made search result date label customisable by @jeffdowdle in #820
- [R20-1426] remove counter from form inputs by @lambry in #836
- fix(@dpc-sdp/ripple-tide-publication): matched page api by merging configs by @jeffdowdle in #839
- feat(@dpc-sdp/ripple-tide-publication): support singular authors by @lambry in #837
- feat(@dpc-sdp/nuxt-ripple): added table of contents to sitemap page by @jeffdowdle in #840
- [R20-1426] infer counter type by @lambry in #844
- [R20-1426] remove counter from textareas by @lambry in #842
- chore: 🚀 change publish process to be on release by @dylankelly in #845
- chore: 🔖 release v2.2.0 by @dylankelly in #846
Full Changelog: https://github.com/dpc-sdp/ripple-framework/blob/v2.2.0/CHANGELOG.md
v2.1.9
🚀 Enhancements
- @dpc-sdp/ripple-tide-landing-page: ✨ add support for open forms (ff41cbc7)
✅ Tests
- @dpc-sdp/ripple-tide-landing-page: ✅ add weight in openforms height test (365e5e32)
❤️ Contributors
- Dylan Kelly [email protected]
v2.1.8
🚀 Enhancements
- @dpc-sdp/ripple-tide-search: Column classes, array-ify-ing, filter empty params (be2a9af7)
- @dpc-sdp/ripple-ui-forms: Use filter.multiple to disable array-ifying values (5e5dd8e5)
- @dpc-sdp/nuxt-ripple-analytics: Fix faulty isProduction check (712c5514)
- @dpc-sdp/nuxt-ripple-analytics: Move useRuntimeConfig to route file (0a0de979)
🩹 Fixes
- @dpc-sdp/ripple-tide-search: Espace query text before adding to DSL query (f8c152b2)
- nuxt-ripple: 🐛 whitelist contact icons (dc2b2428)
- nuxt-app: Fix media test (ee0a1671)
- @dpc-sdp/ripple-ui-core: 🐛 check for label (44041ad8)
- Use derived page title instead of metatag value (da87d6fe)
- @dpc-sdp/nuxt-ripple: 🐛 ensure page title is always set (6cb599c3)
- @dpc-sdp/nuxt-ripple: 🐛 fix title definition (6ee4b159)
- 🐛 handle undefined page.meta (20b675a5)
- nuxt-ripple: 🐛 fix issue where menus in share links cause a 500 error (fbcabfff)
- @dpc-sdp/ripple-tide-api: 🐛 fetch menu for unpublished pages (4d6a3469)
💅 Refactors
- nuxt-ripple: ♻️ update 500 template to match platform (76e2cac9)
- ♻️ add 401 support, use error comp (0912a4d7)
- @dpc-sdp/nuxt-ripple: ♻️ refactor to call head functions from plugins (8939c97a)
🏡 Chore
- @dpc-sdp/nuxt-ripple-cli: ✨ add template for new UI library (47353eb7)
✅ Tests
🎨 Styles
❤️ Contributors
- Dylan Kelly [email protected]
- Jason Smith [email protected]
- David Featherston [email protected]
- Jeffrey Dowdle [email protected]
v2.1.7
🚀 Enhancements
- @dpc-sdp/ripple-tide-event: Add event search result card (67f6c95f)
🩹 Fixes
- @dpc-sdp/ripple-ui-core: 💄 remove overflowing padding (bbdef3be)
- nuxt-ripple: 🐛 fix css load order on build (9bd2f8b4)
🏡 Chore
❤️ Contributors
- Dylan Kelly [email protected]
- Jason Smith [email protected]
- David Featherston [email protected]
v2.1.6
🚀 Enhancements
- @dpc-sdp/ripple-tide-event: Add event search result card (67f6c95f)
🩹 Fixes
- @dpc-sdp/ripple-ui-core: 💄 remove overflowing padding (bbdef3be)
🏡 Chore
- 🔖 release 2.1.5 (3f77f7fb)
❤️ Contributors
- Dylan Kelly [email protected]
- Jason Smith [email protected]
- David Featherston [email protected]
v2.1.5
🚀 Enhancements
- @dpc-sdp/ripple-tide-event: Add event search result card (67f6c95f)
🩹 Fixes
- @dpc-sdp/ripple-ui-core: 💄 remove overflowing padding (bbdef3be)
❤️ Contributors
- Jason Smith [email protected]
- David Featherston [email protected]
v2.1.4
🩹 Fixes
- @dpc-sdp/ripple-ui-core: Fix divider displaying when no cobrand (f23bc0b5)
✅ Tests
- @dpc-sdp/ripple-ui-core: ✅ add test for cobrand logo (dc6806ca)
❤️ Contributors
- Dylan Kelly [email protected]