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.
@@ -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://passariello.gitbook.io/dphelper-devtools/).
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://passariello.gitbook.io/dphelper-devtools/). If you are looking for support, you might want to check [this section](contributing.md#i-have-a-question)).
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://passariello.gitbook.io/dphelper-devtools/) carefully and find out if the functionality is already covered, maybe by an individual configuration.
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
  ![dphelper](https://img.shields.io/badge/dphelper-npm-green?logo=dphelper&logoColor=white)
12
12
  ![browser extension](https://img.shields.io/badge/browser%20extension-beta-orange.svg)
13
13
 
14
+ [![GitBook](https://img.shields.io/static/v1?message=Documented%20on%20GitBook&logo=gitbook&logoColor=ffffff&label=%20&labelColor=5c5c5c&color=3F89A1)](https://a51.gitbook.io/dphelper)
15
+
14
16
  <!--
15
17
  [![dphelper](https://snyk.io/advisor/npm-package/dphelper/badge.svg)](https://snyk.io/advisor/npm-package/dphelper)
16
18
  [![Socket Badge](https://socket.dev/api/badge/npm/package/dphelper)](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/tests/](https://a51.dev/tests/)
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://passariello.gitbook.io/dphelper-devtools/general/state)
68
- - [Store](https://passariello.gitbook.io/dphelper-devtools/general/store)
69
- - [Observer](https://passariello.gitbook.io/dphelper-devtools/general/observer)
70
- - [List of functions](https://passariello.gitbook.io/dphelper-devtools/general/tools)
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://passariello.gitbook.io/dphelper-devtools).
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://passariello.gitbook.io/dphelper-devtools/documents/license)
305
- - [CODE OF CONDUCT](https://passariello.gitbook.io/dphelper-devtools/documents/code_of_conduct)
306
- - [SECURITY](https://passariello.gitbook.io/dphelper-devtools/documents/security)
307
- - [CONTRIBUTING](https://passariello.gitbook.io/dphelper-devtools/documents/contributing)
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
  ![dphelper](https://img.shields.io/badge/dphelper-npm-green?logo=dphelper&logoColor=white)
12
12
  ![browser extension](https://img.shields.io/badge/browser%20extension-beta-orange.svg)
13
13
 
14
+ [![GitBook](https://img.shields.io/static/v1?message=Documented%20on%20GitBook&logo=gitbook&logoColor=ffffff&label=%20&labelColor=5c5c5c&color=3F89A1)](https://a51.gitbook.io/dphelper)
15
+
14
16
  <!--
15
17
  [![dphelper](https://snyk.io/advisor/npm-package/dphelper/badge.svg)](https://snyk.io/advisor/npm-package/dphelper)
16
18
  [![Socket Badge](https://socket.dev/api/badge/npm/package/dphelper)](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/tests/](https://a51.dev/tests/)
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://passariello.gitbook.io/dphelper-devtools/general/state)
68
- - [Store](https://passariello.gitbook.io/dphelper-devtools/general/store)
69
- - [Observer](https://passariello.gitbook.io/dphelper-devtools/general/observer)
70
- - [List of functions](https://passariello.gitbook.io/dphelper-devtools/general/tools)
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://passariello.gitbook.io/dphelper-devtools).
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://passariello.gitbook.io/dphelper-devtools/documents/license)
305
- - [CODE OF CONDUCT](https://passariello.gitbook.io/dphelper-devtools/documents/code_of_conduct)
306
- - [SECURITY](https://passariello.gitbook.io/dphelper-devtools/documents/security)
307
- - [CONTRIBUTING](https://passariello.gitbook.io/dphelper-devtools/documents/contributing)
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
  ![dphelper](https://img.shields.io/badge/dphelper-npm-green?logo=dphelper&logoColor=white)
12
12
  ![browser extension](https://img.shields.io/badge/browser%20extension-beta-orange.svg)
13
13
 
14
+ [![GitBook](https://img.shields.io/static/v1?message=Documented%20on%20GitBook&logo=gitbook&logoColor=ffffff&label=%20&labelColor=5c5c5c&color=3F89A1)](https://a51.gitbook.io/dphelper)
15
+
14
16
  <!--
15
17
  [![dphelper](https://snyk.io/advisor/npm-package/dphelper/badge.svg)](https://snyk.io/advisor/npm-package/dphelper)
16
18
  [![Socket Badge](https://socket.dev/api/badge/npm/package/dphelper)](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/tests/](https://a51.dev/tests/)
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://passariello.gitbook.io/dphelper-devtools/general/state)
68
- - [Store](https://passariello.gitbook.io/dphelper-devtools/general/store)
69
- - [Observer](https://passariello.gitbook.io/dphelper-devtools/general/observer)
70
- - [List of functions](https://passariello.gitbook.io/dphelper-devtools/general/tools)
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://passariello.gitbook.io/dphelper-devtools).
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://passariello.gitbook.io/dphelper-devtools/documents/license)
305
- - [CODE OF CONDUCT](https://passariello.gitbook.io/dphelper-devtools/documents/code_of_conduct)
306
- - [SECURITY](https://passariello.gitbook.io/dphelper-devtools/documents/security)
307
- - [CONTRIBUTING](https://passariello.gitbook.io/dphelper-devtools/documents/contributing)
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