Skip to content

Commit e942274

Browse files
authored
Merge pull request #9 from RadarTech/master
Release v1.0.0
2 parents e8b08c4 + 6470495 commit e942274

5 files changed

Lines changed: 234 additions & 286 deletions

File tree

.github/pull_request_template.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
## Description
2+
3+
<!-- Please include a summary of the change and which issue is fixed. Please provide the motivation for why this change is necessary at this stage of the product development cycle. -->
4+
5+
## Related PRs
6+
7+
<!-- List related PRs against other branches: `other_pr_production` | [link]() -->
8+
9+
10+
11+
## Checks
12+
- [ ] Tests were run locally
13+
- [ ] Please identify two developers to review this change
14+
- [ ] Linting was done locally
15+
- [ ] Code and unit of code written has an associated test
16+
- [ ] If readme needs to be updated to reflect this unit of work
17+
18+
19+
## Impacted Areas in Application
20+
List general components of the application that this PR will affect:
21+
22+
*

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ redshift.setOptions(options: WidgetOptions)
5454

5555
This mode is likely preferable for most websites because it does not disrupt the existing UI in any way. Simply slap `onclick="redshift.open()"` on a button and you're in business.
5656

57+
#### [View Live Demo](https://codepen.io/cavan-radar/details/pooJxvj?preview_height=650)
58+
5759
<img width="973" alt="Modal Embed" src="https://user-images.githubusercontent.com/20102664/65806350-62058500-e146-11e9-827d-5e422890dd5e.png">
5860

5961
#### Extended Window API
@@ -108,7 +110,9 @@ redshift.toggle()
108110

109111
### Direct Embed
110112

111-
This mode will directly embed the widget into the consuming website. By default, the widget will be attached to the `body` of the website. If a `containerId` is passed in the widget options then the widget will be rendered inside that container.
113+
This mode will directly embed the widget into the consuming website. By default, the widget will be attached to the `body` of the website. If a `containerId` is passed in the widget options then the widget will be rendered inside that container.
114+
115+
#### [View Live Demo](https://codepen.io/cavan-radar/details/BaaNqbo?preview_height=650)
112116

113117
<img width="975" alt="Direct Embed" src="https://user-images.githubusercontent.com/20102664/65806349-60d45800-e146-11e9-9459-50e36dc25999.png">
114118

package.json

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"typescript": "3.4.5",
3636
"webpack": "4.12.0",
3737
"webpack-cli": "3.0.8",
38-
"webpack-dev-server": "3.1.4",
38+
"webpack-dev-server": "3.1.11",
3939
"webpack-merge": "^4.2.1"
4040
},
4141
"husky": {

pull_request_template.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
## Smart commit
2+
```sh
3+
git commit -m “[jiraProjectName]-[number]”
4+
```
5+
6+
## Status
7+
Use github labels:
8+
`WIP or Draft`, `Feedback requested`, `Ready for review`
9+
10+
## Description
11+
Please include a summary of the change and which issue is fixed. Please provide the motivation for why this change is necessary at this stage of the product development cycle.
12+
13+
## Related PRs
14+
>List related PRs against other branches: `other_pr_production` | [link]()
15+
16+
17+
18+
## Checks
19+
- [ ] Tests were run locally
20+
- [ ] Please identify two developers to review this change
21+
- [ ] Linting was done locally
22+
- [ ] Code and unit of code written has an associated test
23+
- [ ] If readme needs to be updated to reflect this unit of work
24+
25+
26+
## Impacted Areas in Application
27+
List general components of the application that this PR will affect:
28+
29+
*

0 commit comments

Comments
 (0)