Commit 3ccb1ab
authored
Release/3.16.0 (#156)
* 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.91 parent 6f80271 commit 3ccb1ab
File tree
49 files changed
+1047
-87
lines changed- client
- components
- feature-flag
- helpers
- routes
- news
- helpers
- workflow
- helpers
- test
- news
- blog
- .vuepress
- components
- styles
- _posts
- server
- middleware
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
49 files changed
+1047
-87
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| |||
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
| 38 | + | |
| 39 | + | |
36 | 40 | | |
37 | 41 | | |
38 | 42 | | |
| |||
45 | 49 | | |
46 | 50 | | |
47 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
48 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
49 | 66 | | |
50 | 67 | | |
51 | | - | |
| 68 | + | |
52 | 69 | | |
53 | 70 | | |
54 | 71 | | |
| |||
76 | 93 | | |
77 | 94 | | |
78 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
79 | 102 | | |
80 | 103 | | |
81 | 104 | | |
| |||
151 | 174 | | |
152 | 175 | | |
153 | 176 | | |
| 177 | + | |
154 | 178 | | |
155 | 179 | | |
156 | 180 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
4 | 10 | | |
5 | 11 | | |
6 | 12 | | |
| 13 | + | |
7 | 14 | | |
8 | 15 | | |
9 | 16 | | |
| |||
14 | 21 | | |
15 | 22 | | |
16 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
17 | 34 | | |
18 | 35 | | |
19 | 36 | | |
| |||
28 | 45 | | |
29 | 46 | | |
30 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
31 | 53 | | |
32 | 54 | | |
33 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
34 | 58 | | |
35 | 59 | | |
36 | 60 | | |
37 | 61 | | |
38 | 62 | | |
39 | 63 | | |
40 | 64 | | |
| 65 | + | |
41 | 66 | | |
42 | 67 | | |
| 68 | + | |
| 69 | + | |
43 | 70 | | |
44 | 71 | | |
45 | | - | |
46 | 72 | | |
47 | | - | |
48 | 73 | | |
49 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
50 | 96 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
3 | 9 | | |
4 | 10 | | |
5 | 11 | | |
6 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
7 | 19 | | |
8 | 20 | | |
9 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
0 commit comments