Skip to content

Commit 182da34

Browse files
authored
Release/3.16.0 (#157)
* Feature/news (#149) * adding vuepress for blog * customising blog * reformatting blog posts. getting RSS working which will be used for modal. * got build somewhat working. now to think about how we integrate with existing app * got news working within the app. * changing blog theme version to lower version because of javascript error. Finally got iframe loading consistently. * adding in error handling * adding build script from top project level to install and compile news. Adding in some styling for news. Removing unnecessary meta data on posts. * working out behavior of news modal and close logic. Need to display news items in modal. * adding news modal - disabled. fixed issue with url not updating with iframe navigation. * simplifying get location * simplifying code * fixing bug where child gets out of sync with parent navigation. * refactor duplicated code * adding dismiss button to modal. adding links to headers of articles. * adding more style options for grid. styling up news modal. * adding new component for button icon. more styling for news modal * final styling finished for news modal. * fixing grammar mistake * fixing news tab bug * fixed sort order on feed. latest first, oldest last. got dismiss working which will take latest news item date and store in local storage. * removing date conversion as its not required. * Refactoring to help with readability of code. * lint fixes * deleting unused files. small refactor with pallette variables * fixing failing tests * 3.16.0-beta.0 * fixing bug with news navigation. lint changes * 3.16.0-beta.1 * hiding header anchor links * 3.16.0-beta.2 * changing dev deps to deps * 3.16.0-beta.3 * adding tests for getLatestNewsItems * small refactoring * adding tests for news helpers * eslint fixes * removing dummy posts * PR comments * fixing link to now navigate to news page irrelevant on the current route you are on. (#151) * Feature/auth (#152) * moving request defaults to see if it gets auth working server side. * 3.16.0-beta.4 * domain authorization (#154) * adding domain authorization feature. * 3.16.0-beta.5 * adding documentation for how to use and calling next to hook in middleware * 3.16.0-beta.6 * fix bug passing domain name to server. updated docs for overriding route. * 3.16.0-beta.7 * Simplifying code. Hiding button on unauthorized instead of disabling button. * small refactor * small refactor * removing unused code * updating tests. fixing warnings. * switching buttons in modal to use button-fill components. * fixing tests * 3.16.0-beta.8 * Feature/news release notes (#155) * splitting out news into separate posts. * creating release notes component to render github release notes. * adding fallback option if release has trouble loading. lets user visit github link instead. * updating tag for cadence-web * 3.16.0-beta.9 * 3.16.0
1 parent 3ccb1ab commit 182da34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cadence-web",
3-
"version": "3.16.0-beta.9",
3+
"version": "3.16.0",
44
"description": "Cadence Web UI",
55
"main": "server/index.js",
66
"licence": "MIT",

0 commit comments

Comments
 (0)