Releases: dpc-sdp/ripple
Releases · dpc-sdp/ripple
v1.2.0-rc.0
v1.2.0-rc.0
v1.1.0
- [SDPA-1986] nuxt events feed (#467) - @alan-cole
- [SDPA-1888] Fix: Safari hero banner graphic glitch. (#501) - @alan-cole
- [SDPA-3045] Added request id in all route requests (#500) - @tim-yao
- [SDPA-2976] Fetch alert notifications from site taxonomy (#487) - @dylankelly
- [SDPA-369] Implement topic and tags into Page content type. (#492) - @alan-cole
- [SDPA-2988] Adds topic and tags search results page (#489) - @dylankelly
- [SDPA-372] Add Topic and Tags to end of Landing Page. (#486) - @alan-cole
- [SDPA-3091] Fixed search conig (#498) - @tim-yao
- [SDPA-2723] Fix: A rpl-link 'target' prop change will update target attr (#496) - @alan-cole
- [SDPA-3074] Added winston modules in babel transpile (#497) - @tim-yao
- [SDPSUP-608] Fix for grant accordion error if body is null. (#477) - @dylankelly
- [SDPA-2723] Fix: Site footer and site map to work in storybook v5. - @alan-cole
- [SDPA-3072] Hero banner fonts (#495) - @alan-cole
- [SDPA-2985] Fix acknowledgment field name and hero banner border. (#493) - @alan-cole
- [SDPA-910] Add padding to Display Heading typography. (#479) - @alan-cole
- [SDPA-1408] Provide more precise scaling options for icons. (#481) - @alan-cole
- AIODPC-8: Start nuxt without yarn (#490) - @tim-yao
- [SDPA-2594] Hero Banner background position. (#478) - @alan-cole
- [SDPA-3061] fix vue warning (#491) - @dylankelly
- [SDPA-2432] Use path instead of fullpath for route query (#474) - @dylankelly
- Adds ability to upload test fixture via YAML file (#469) - @dylankelly
- [SDPA-2983] Links default to opening in the same window (#466) - @dylankelly
- [SDPA-3007] Added winston as logger (#480) - @tim-yao
- [SDPA-1407] Make success icon the same size (#473) - @dylankelly
- [SDPA-2451] Adds additional status messages for grants. (#464) - @dylankelly
- [SDPA-2894] Adds fallback meta description if metatag.description is unset (#458) - @dylankelly
- [SDPA-2661] Increase RplList line-height from 14px to 16px. (#454) - @alan-cole
- Add link target="" support to components that display menus. (#384) - @alan-cole
- [SDPA-2985] Prominent acknowledgment message. (#485) - @alan-cole
- [SDPA-2937] Acknowledgement flags (#468) - @alan-cole
Upgrade notes
This update need a small update on custom site "/store/index.js" to add request id, but without this changes, site should still working, not a breaking change.
import { logger } from '@dpc-sdp/ripple-nuxt-tide/lib/core'
export const actions = {
- async nuxtServerInit ({ dispatch }) {
+ async nuxtServerInit ({ dispatch }, { req }) {
try {
- await dispatch('tide/init')
+ await dispatch('tide/init', { requestId: req.requestId })
} catch (error) {
if (process.server) {
logger.error('Tide API server has an error.', { error, label: 'App' })
}
throw error
}
}
}
v1.1.0-alpha.0
v1.1.0-alpha.0
v1.0.1
v1.0.0
- v1.0.0 - @dylankelly
- Remove regression test job - @dylankelly
- v1.0.0-beta.12 (#465) - @dylankelly
- [SDPA-2974] Server auth token (#462) - @alan-cole
- Add unit tests for authenticated content setServerToken (#432) - @dylankelly
- v1.0.0-beta.11 (#459) - @tim-yao
- Added custom css in example (#457) - @tim-yao
- [SDPA-2709] Adds create ripple app scaffold tool. (#446) - @dylankelly
- FV map (#426) - @tim-yao
- Added missing auth token (#456) - @tim-yao
- [SDPA-2950] Fix: Middleware to load sequentially. (#453) - @alan-cole
- [SDPA-2928] Generate docs with custom text. (#445) - @alan-cole
- [SDPA-2911] Update Readme (#442) - @dylankelly
- Don't run tests that aren't supported by the demo landing page. (#455) - @alan-cole
- [SDPA-2945] Prevent underline from showing after the icon on a text link. (#450) - @alan-cole
- [SDPA-2934] Fix short campaign secondary text causing button wrapping. (#452) - @alan-cole
- [SDPA-1166] Form alerts. (#451) - @alan-cole
- v1.0.0-beta.10 (#449) - @tim-yao
- fix addServerMiddleware middleware (#448) - @dylankelly
- [SDPA-2727] Added support for custom modules (#437) - @tim-yao
- [SDPA-1948] Add unit tests for grants utils. (#444) - @alan-cole
- v1.0.0-beta.9 (#443) - @dylankelly
- [SDPA-2918] Cleanup and document example nuxt.config (#441) - @dylankelly
- [SDPA-2906] Fix commented out alerts import (#438) - @dylankelly
- [SDPA-2857] Add interface to extend markup plugins. (#425) - @dylankelly
- [SDPA-2718] Update docs / new-component / package-dependencies scripts. (#412) - @alan-cole
- [SDPA-2730] Publication Image - if no caption, then title always shows. (#417) - @alan-cole
- v1.0.0-beta.8 (#436) - @dylankelly
- fix for svgloader adding duplicate config (#435) - @dylankelly
- Release/1.0.0 beta.7 (#434) - @dylankelly
- Revert "v1.0.0-beta.6" (#433) - @dylankelly
- v1.0.0-beta.6 - @dylankelly
- Added ol css back (#431) - @tim-yao
- Adds Circle CI config for regression tests (#420) - @dylankelly
- Remove additional iframe padding in wysiwyg. (#430) - @dylankelly
- Add back custom component loader (#424) - @dylankelly
- [SDPA-2862] Removed vic gov au app from Ripple (#427) - @tim-yao
- [SDPA-2747] Event page e2e test (#429) - @alan-cole
- Fix search not working in example app (#428) - @dylankelly
- [SDPA-2651] Improve publication body and sidebar top alignment. (#418) - @alan-cole
- [SDPA-2549] Wrapping tweak to content rating radio buttons. (#421) - @alan-cole
- [SDPA-2833] Update webform conditional. (#414) - @alan-cole
- [SDPA-2498] Transcript to use HTML. (#411) - @alan-cole
- [SDPA-2715] Adds lint step on pre-push hook (#419) - @dylankelly
- [SDPA-2181] Upgrade Ripple storybook to v5 (#415) - @dylankelly
- [SDPSUP-485] Add honeypot to content rating form (#413) - @alan-cole
- fixed lagoon environment variables (#416) - @markxtji
- [SDPA-2703][SDPA-2704][SDPA-2706] Docker file update (#408) - @tim-yao
- [SDPA-2689] Store authentication token more securely. (#406) - @alan-cole
- Fix icons not rendering (#409) - @dylankelly
- Added vicpol form redirect into core (#405) - @tim-yao
- [SDPA-2705] Configure tests to run in circleci (#407) - @dylankelly
- [SDPA-2712] Adds lint config, fixes for rule update in standard (#403) - @dylankelly
- Adds back E2E tests at project root and ripple-test-tools package (#402) - @dylankelly
- [SDPA-1482] Adding support for windows cmd on example. (#404) - @alan-cole
- [SDPA-2776] Lerna update (#400) - @tim-yao
- Added readme for beta (#399) - @tim-yao
- Changed ripple to monorepo for whole Front end (#398) - @tim-yao
- [SDPSUP-441] Set correct tls-acme setting. (#393) - @conantran
- Feature/1.0.0 alpha.84 (#392) - @alan-cole
- [SDPA-2632] Featured Nav improvements. (#391) - @alan-cole
- Release/v1.0.0 alpha.83 (#390) - @dylankelly
- [SDPA-2675] Adds default values for publication image labels. (#389) - @dylankelly
- Release/1.0.0 alpha.82 (#387) - @tim-yao
- [SDPA-2649] Fix select after clear form. (#386) - @dylankelly
- [SDPA-2643] Fixed invalid css selector error (#385) - @tim-yao
- [SDPA-2625] Fix border gradient in safari. (#382) - @dylankelly
- Documentation script update. (#377) - @alan-cole
- [Release/v1.0.0 alpha.81 (#383)](https://github.com/dpc-sdp/ripple/commi...