Skip to content

Commit 4de3b84

Browse files
committed
Merge branch 'master' into feature/lock-scroll-next
2 parents bf72b35 + 06f2fd5 commit 4de3b84

17 files changed

+210
-33
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
name: "\U0001F41B Bug report"
3+
about: "If something isn't working \U0001F915"
4+
title: ''
5+
labels: bug
6+
assignees: hunterliu1003
7+
8+
---
9+
10+
<!-- **IMPORTANT!**
11+
Before reporting a bug, please make sure that you have read through our documentation and you think your problem is indeed an issue related to our module. -->
12+
13+
### Version
14+
15+
vue-final-modal: <!-- ex: v0.19.0 -->
16+
vue: <!-- ex: v2.6.12 -->
17+
nuxt: <!-- ex: v2.12.0 -->
18+
19+
### OS
20+
21+
Mac or Windows
22+
23+
### Reproduction Link
24+
<!--
25+
A minimal test case based on one of:
26+
- a fork of https://codesandbox.io/s/nuxtcontent-demo-l164h
27+
- a GitHub repository that can reproduce the bug
28+
-->
29+
30+
### Steps to reproduce
31+
32+
33+
### What is Expected?
34+
35+
36+
### What is actually happening?
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: "\U0001F680 Feature request"
3+
about: "Let us know if you have a feature request \U0001F4A1"
4+
title: ''
5+
labels: enhancement
6+
assignees: hunterliu1003
7+
8+
---
9+
10+
### Is your feature request related to a problem? Please describe.
11+
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
12+
13+
### Describe the solution you'd like
14+
<!-- A clear and concise description of what you want to happen. -->
15+
16+
### Describe alternatives you've considered
17+
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
18+
19+
### Additional context
20+
<!-- Add any other context or screenshots about the feature request here. -->
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: "❤️ Say thank you"
3+
about: Tell us how you use vue-final-modal & support our efforts in maintaining vue-final-modal
4+
title: ''
5+
labels: ''
6+
assignees: hunterliu1003
7+
8+
---
9+
10+
# ❤️ I'm using **`vue-final-modal`**
11+
12+
If you (or your company) are using **`vue-final-modal`** - please let us know. We'd love to hear from you!
13+
14+
**`vue-final-modal`** is a community driven project, which means it's not maintained by a company. If you would like to help `vue-final-modal` - any of the following is greatly appreciated.
15+
16+
- [ ] Give the repository a star ⭐️
17+
- [ ] Help out with issues
18+
- [ ] Review pull requests
19+
- [ ] Blog about vue-final-modal
20+
- [ ] Make tutorials
21+
- [ ] Give talks
22+
23+
Thank you! 💐

.github/ISSUE_TEMPLATE/-question.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: "❓Question"
3+
about: Ask a question about vue-final-modal
4+
title: ''
5+
labels: question
6+
assignees: hunterliu1003
7+
8+
---
9+
10+
<!-- **IMPORTANT!**
11+
Please make sure to look for an answer to your question in our documentation and the documentation before asking a question here.
12+
-->

README.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ Looking for a Vue 3 version? [It's over here](https://github.com/hunterliu1003/v
3030

3131
## Introduction
3232

33-
`Vue Final Modal` is a renderless component<br />
33+
### **Vue Final Modal** is a **renderless component**!
34+
3435
You can create a [higher-order component](https://vue-final-modal.org/examples/recommended-use) easily and can customize `template`, `script` and `style` based on your needs.
3536

3637
features:
@@ -315,4 +316,23 @@ toggle modal by name.
315316

316317
## Contribution
317318

318-
👋 Hi I'm Hunter. Author of `vue-final-modal`. There is no perfect library even the `final` of vue modal. If you have any ideas for optimization of `vue-final-modal`, feel free to open [issues](https://github.com/hunterliu1003/vue-final-modal/issues) or [pull requests](https://github.com/hunterliu1003/vue-final-modal/pulls).
319+
👋 Hi I'm Hunter, the author of `vue-final-modal`.
320+
321+
To develop vue-final-modal, I learn a lot from these awesome libraries:
322+
323+
- [Vuetify](https://vuetifyjs.com/en/)
324+
- attach
325+
- [Element UI](https://element.eleme.io/)
326+
- stackable modal
327+
- zIndex
328+
- zIndexBase
329+
- [vue-js-modal](https://github.com/euvl/vue-js-modal)
330+
- dynamic modal
331+
- transition
332+
- focusTrap for A11y
333+
- [Bootstrap Vue](https://bootstrap-vue.org/)
334+
- lockScroll
335+
336+
> There is no perfect library even the `final` of vue modal.
337+
338+
If you have any ideas for optimization of `vue-final-modal`, feel free to open [issues](https://github.com/hunterliu1003/vue-final-modal/issues) or [pull requests](https://github.com/hunterliu1003/vue-final-modal/pulls).

dist/VueFinalModal.esm.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/VueFinalModal.esm.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/VueFinalModal.umd.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/VueFinalModal.umd.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@nuxt/content-theme-docs": "^0.6.1",
1313
"nuxt": "^2.14.1",
14-
"vue-final-modal": "^0.19.0"
14+
"vue-final-modal": "^0.19.1"
1515
},
1616
"devDependencies": {
1717
"@nuxtjs/google-analytics": "^2.4.0",

0 commit comments

Comments
 (0)