dphelper 1.8.124 → 1.8.125
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/CONTRIBUTING.md +3 -3
- package/.github/README.md +12 -10
- package/.github/pull_request_template.md +27 -0
- package/README.md +12 -10
- package/docs/index.md +12 -10
- package/index.js +1 -1
- package/package.json +6 -16
- package/.github/FUNDING.yml +0 -16
- package/.github/dependabot.yml +0 -11
- package/index.d.ts +0 -15
package/.github/CONTRIBUTING.md
CHANGED
|
@@ -32,7 +32,7 @@ This project and everyone participating in it is governed by the [dphelper Code
|
|
|
32
32
|
|
|
33
33
|
## I Have a Question
|
|
34
34
|
|
|
35
|
-
> If you want to ask a question, we assume that you have read the available [Documentation](https://
|
|
35
|
+
> If you want to ask a question, we assume that you have read the available [Documentation](https://a51.gitbook.io/dphelper/).
|
|
36
36
|
|
|
37
37
|
Before you ask a question, it is best to search for existing [Issues](https://github.com/a51-dev/a51.dphelper.public/issues) that might help you. In case you have found a suitable issue and still need clarification, you can write your question in this issue. It is also advisable to search the internet for answers first.
|
|
38
38
|
|
|
@@ -57,7 +57,7 @@ We will then take care of the issue as soon as possible.
|
|
|
57
57
|
A good bug report shouldn't leave others needing to chase you up for more information. Therefore, we ask you to investigate carefully, collect information and describe the issue in detail in your report. Please complete the following steps in advance to help us fix any potential bug as fast as possible.
|
|
58
58
|
|
|
59
59
|
* Make sure that you are using the latest version.
|
|
60
|
-
* Determine if your bug is really a bug and not an error on your side e.g. using incompatible environment components/versions (Make sure that you have read the [documentation](https://
|
|
60
|
+
* Determine if your bug is really a bug and not an error on your side e.g. using incompatible environment components/versions (Make sure that you have read the [documentation](https://a51.gitbook.io/dphelper/). If you are looking for support, you might want to check [this section](contributing.md#i-have-a-question)).
|
|
61
61
|
* To see if other users have experienced (and potentially already solved) the same issue you are having, check if there is not already a bug report existing for your bug or error in the [bug tracker](https://github.com/a51-dev/a51.dphelper.public/issues?q=label%3Abug).
|
|
62
62
|
* Also make sure to search the internet (including Stack Overflow) to see if users outside of the GitHub community have discussed the issue.
|
|
63
63
|
* Collect information about the bug:
|
|
@@ -91,7 +91,7 @@ This section guides you through submitting an enhancement suggestion for dphelpe
|
|
|
91
91
|
#### Before Submitting an Enhancement
|
|
92
92
|
|
|
93
93
|
* Make sure that you are using the latest version.
|
|
94
|
-
* Read the [documentation](https://
|
|
94
|
+
* Read the [documentation](https://a51.gitbook.io/dphelper/) carefully and find out if the functionality is already covered, maybe by an individual configuration.
|
|
95
95
|
* Perform a [search](https://github.com/a51-dev/a51.dphelper.public/issues) to see if the enhancement has already been suggested. If it has, add a comment to the existing issue instead of opening a new one.
|
|
96
96
|
* Find out whether your idea fits with the scope and aims of the project. It's up to you to make a strong case to convince the project's developers of the merits of this feature. Keep in mind that we want features that will be useful to the majority of our users and not just a small subset. If you're just targeting a minority of users, consider writing an add-on/plugin library.
|
|
97
97
|
|
package/.github/README.md
CHANGED
|
@@ -11,6 +11,8 @@
|
|
|
11
11
|

|
|
12
12
|

|
|
13
13
|
|
|
14
|
+
[](https://a51.gitbook.io/dphelper)
|
|
15
|
+
|
|
14
16
|
<!--
|
|
15
17
|
[](https://snyk.io/advisor/npm-package/dphelper)
|
|
16
18
|
[](https://socket.dev/npm/package/dphelper)
|
|
@@ -53,7 +55,7 @@ export default App;
|
|
|
53
55
|
|
|
54
56
|
## Live Demo
|
|
55
57
|
|
|
56
|
-
[https://a51.dev/
|
|
58
|
+
[https://tests.a51.dev/](https://tests.a51.dev/)
|
|
57
59
|
|
|
58
60
|
You can see an HTML version where dpHelper and LayerPro work together seamlessly. dpHelper is compatible with a variety of frontend libraries, including:
|
|
59
61
|
* HTML
|
|
@@ -64,12 +66,12 @@ You can see an HTML version where dpHelper and LayerPro work together seamlessly
|
|
|
64
66
|
## Documentation
|
|
65
67
|
|
|
66
68
|
You can see:
|
|
67
|
-
- [State](https://
|
|
68
|
-
- [Store](https://
|
|
69
|
-
- [Observer](https://
|
|
70
|
-
- [List of functions](https://
|
|
69
|
+
- [State](https://a51.gitbook.io/dphelper/general/state)
|
|
70
|
+
- [Store](https://a51.gitbook.io/dphelper/general/store)
|
|
71
|
+
- [Observer](https://a51.gitbook.io/dphelper/general/observer)
|
|
72
|
+
- [List of functions](https://a51.gitbook.io/dphelper/general/tools)
|
|
71
73
|
|
|
72
|
-
You can see more tutorials, information, and examples about **dpHelper** [clicking here](https://
|
|
74
|
+
You can see more tutorials, information, and examples about **dpHelper** [clicking here](https://a51.gitbook.io/dphelper).
|
|
73
75
|
|
|
74
76
|
## Usage
|
|
75
77
|
|
|
@@ -301,10 +303,10 @@ The dpHelper browser extension allows you to manage your application's dpHelper
|
|
|
301
303
|
|
|
302
304
|
[MIT - https://en.wikipedia.org/wiki/MIT_License](https://en.wikipedia.org/wiki/MIT_License)
|
|
303
305
|
|
|
304
|
-
- [LICENCE](https://
|
|
305
|
-
- [CODE OF CONDUCT](https://
|
|
306
|
-
- [SECURITY](https://
|
|
307
|
-
- [CONTRIBUTING](https://
|
|
306
|
+
- [LICENCE](https://a51.gitbook.io/dphelper/documents/license)
|
|
307
|
+
- [CODE OF CONDUCT](https://a51.gitbook.io/dphelper/documents/code_of_conduct)
|
|
308
|
+
- [SECURITY](https://a51.gitbook.io/dphelper/documents/security)
|
|
309
|
+
- [CONTRIBUTING](https://a51.gitbook.io/dphelper/documents/contributing)
|
|
308
310
|
|
|
309
311
|
---
|
|
310
312
|
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
## Description
|
|
2
|
+
|
|
3
|
+
1. What is this PR about (link the issue and add a short description)
|
|
4
|
+
|
|
5
|
+
## Steps for reproduction
|
|
6
|
+
|
|
7
|
+
1. click button
|
|
8
|
+
2. expect xyz
|
|
9
|
+
|
|
10
|
+
## Code Review
|
|
11
|
+
|
|
12
|
+
- [ ] hi, I need you to do
|
|
13
|
+
- conceptual review (architecture, feature-correctness)
|
|
14
|
+
- detailed review (read every line)
|
|
15
|
+
- test it on preview
|
|
16
|
+
|
|
17
|
+
## Before requesting a review
|
|
18
|
+
|
|
19
|
+
- [ ] made a self-review
|
|
20
|
+
- [ ] added inline comments where things may be not obvious (the "why", not "what")
|
|
21
|
+
|
|
22
|
+
## Before merging
|
|
23
|
+
|
|
24
|
+
- [ ] tested locally and on preview environment (preview dev login: 0000)
|
|
25
|
+
- [ ] updated [test cases] document
|
|
26
|
+
- [ ] added tests
|
|
27
|
+
- [ ] if any new env variables are added, added them to `.env` file
|
package/README.md
CHANGED
|
@@ -11,6 +11,8 @@
|
|
|
11
11
|

|
|
12
12
|

|
|
13
13
|
|
|
14
|
+
[](https://a51.gitbook.io/dphelper)
|
|
15
|
+
|
|
14
16
|
<!--
|
|
15
17
|
[](https://snyk.io/advisor/npm-package/dphelper)
|
|
16
18
|
[](https://socket.dev/npm/package/dphelper)
|
|
@@ -53,7 +55,7 @@ export default App;
|
|
|
53
55
|
|
|
54
56
|
## Live Demo
|
|
55
57
|
|
|
56
|
-
[https://a51.dev/
|
|
58
|
+
[https://tests.a51.dev/](https://tests.a51.dev/)
|
|
57
59
|
|
|
58
60
|
You can see an HTML version where dpHelper and LayerPro work together seamlessly. dpHelper is compatible with a variety of frontend libraries, including:
|
|
59
61
|
* HTML
|
|
@@ -64,12 +66,12 @@ You can see an HTML version where dpHelper and LayerPro work together seamlessly
|
|
|
64
66
|
## Documentation
|
|
65
67
|
|
|
66
68
|
You can see:
|
|
67
|
-
- [State](https://
|
|
68
|
-
- [Store](https://
|
|
69
|
-
- [Observer](https://
|
|
70
|
-
- [List of functions](https://
|
|
69
|
+
- [State](https://a51.gitbook.io/dphelper/general/state)
|
|
70
|
+
- [Store](https://a51.gitbook.io/dphelper/general/store)
|
|
71
|
+
- [Observer](https://a51.gitbook.io/dphelper/general/observer)
|
|
72
|
+
- [List of functions](https://a51.gitbook.io/dphelper/general/tools)
|
|
71
73
|
|
|
72
|
-
You can see more tutorials, information, and examples about **dpHelper** [clicking here](https://
|
|
74
|
+
You can see more tutorials, information, and examples about **dpHelper** [clicking here](https://a51.gitbook.io/dphelper).
|
|
73
75
|
|
|
74
76
|
## Usage
|
|
75
77
|
|
|
@@ -301,10 +303,10 @@ The dpHelper browser extension allows you to manage your application's dpHelper
|
|
|
301
303
|
|
|
302
304
|
[MIT - https://en.wikipedia.org/wiki/MIT_License](https://en.wikipedia.org/wiki/MIT_License)
|
|
303
305
|
|
|
304
|
-
- [LICENCE](https://
|
|
305
|
-
- [CODE OF CONDUCT](https://
|
|
306
|
-
- [SECURITY](https://
|
|
307
|
-
- [CONTRIBUTING](https://
|
|
306
|
+
- [LICENCE](https://a51.gitbook.io/dphelper/documents/license)
|
|
307
|
+
- [CODE OF CONDUCT](https://a51.gitbook.io/dphelper/documents/code_of_conduct)
|
|
308
|
+
- [SECURITY](https://a51.gitbook.io/dphelper/documents/security)
|
|
309
|
+
- [CONTRIBUTING](https://a51.gitbook.io/dphelper/documents/contributing)
|
|
308
310
|
|
|
309
311
|
---
|
|
310
312
|
|
package/docs/index.md
CHANGED
|
@@ -11,6 +11,8 @@
|
|
|
11
11
|

|
|
12
12
|

|
|
13
13
|
|
|
14
|
+
[](https://a51.gitbook.io/dphelper)
|
|
15
|
+
|
|
14
16
|
<!--
|
|
15
17
|
[](https://snyk.io/advisor/npm-package/dphelper)
|
|
16
18
|
[](https://socket.dev/npm/package/dphelper)
|
|
@@ -53,7 +55,7 @@ export default App;
|
|
|
53
55
|
|
|
54
56
|
## Live Demo
|
|
55
57
|
|
|
56
|
-
[https://a51.dev/
|
|
58
|
+
[https://tests.a51.dev/](https://tests.a51.dev/)
|
|
57
59
|
|
|
58
60
|
You can see an HTML version where dpHelper and LayerPro work together seamlessly. dpHelper is compatible with a variety of frontend libraries, including:
|
|
59
61
|
* HTML
|
|
@@ -64,12 +66,12 @@ You can see an HTML version where dpHelper and LayerPro work together seamlessly
|
|
|
64
66
|
## Documentation
|
|
65
67
|
|
|
66
68
|
You can see:
|
|
67
|
-
- [State](https://
|
|
68
|
-
- [Store](https://
|
|
69
|
-
- [Observer](https://
|
|
70
|
-
- [List of functions](https://
|
|
69
|
+
- [State](https://a51.gitbook.io/dphelper/general/state)
|
|
70
|
+
- [Store](https://a51.gitbook.io/dphelper/general/store)
|
|
71
|
+
- [Observer](https://a51.gitbook.io/dphelper/general/observer)
|
|
72
|
+
- [List of functions](https://a51.gitbook.io/dphelper/general/tools)
|
|
71
73
|
|
|
72
|
-
You can see more tutorials, information, and examples about **dpHelper** [clicking here](https://
|
|
74
|
+
You can see more tutorials, information, and examples about **dpHelper** [clicking here](https://a51.gitbook.io/dphelper).
|
|
73
75
|
|
|
74
76
|
## Usage
|
|
75
77
|
|
|
@@ -301,10 +303,10 @@ The dpHelper browser extension allows you to manage your application's dpHelper
|
|
|
301
303
|
|
|
302
304
|
[MIT - https://en.wikipedia.org/wiki/MIT_License](https://en.wikipedia.org/wiki/MIT_License)
|
|
303
305
|
|
|
304
|
-
- [LICENCE](https://
|
|
305
|
-
- [CODE OF CONDUCT](https://
|
|
306
|
-
- [SECURITY](https://
|
|
307
|
-
- [CONTRIBUTING](https://
|
|
306
|
+
- [LICENCE](https://a51.gitbook.io/dphelper/documents/license)
|
|
307
|
+
- [CODE OF CONDUCT](https://a51.gitbook.io/dphelper/documents/code_of_conduct)
|
|
308
|
+
- [SECURITY](https://a51.gitbook.io/dphelper/documents/security)
|
|
309
|
+
- [CONTRIBUTING](https://a51.gitbook.io/dphelper/documents/contributing)
|
|
308
310
|
|
|
309
311
|
---
|
|
310
312
|
|