@camunda/element-templates-json-schema 0.3.1 → 0.7.0

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.
@@ -1,31 +0,0 @@
1
- ---
2
- name: Bug report
3
- about: Report a problem and help us fix it.
4
- labels: "bug"
5
- ---
6
-
7
-
8
- __Describe the Bug__
9
-
10
- <!-- A clear and concise description of what the bug is. -->
11
-
12
-
13
- __Steps to Reproduce__
14
-
15
- <!-- Clear steps that allow us to reproduce the error. -->
16
-
17
- 1. do this
18
- 2. do that
19
- 3. now this happens
20
-
21
-
22
- __Expected Behavior__
23
-
24
- <!-- A clear and concise description of what you expected to happen. -->
25
-
26
-
27
- __Environment__
28
-
29
- - Host (Browser/Node version), if applicable: [e.g. MS Edge 18, Chrome 69, Node 10 LTS]
30
- - OS: [e.g. Windows 7]
31
- - Library version: [e.g. 0.3.0]
@@ -1,25 +0,0 @@
1
- ---
2
- name: Feature request
3
- about: Suggest an idea or general improvement.
4
- labels: "enhancement"
5
- ---
6
-
7
-
8
- __Is your feature request related to a problem? Please describe__
9
-
10
- <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --->
11
-
12
-
13
- __Describe the solution you'd like__
14
-
15
- <!-- A clear and concise description of what you want to happen. -->
16
-
17
-
18
- __Describe alternatives you've considered__
19
-
20
- <!-- A clear and concise description of any alternative solutions or features you've considered. -->
21
-
22
-
23
- __Additional context__
24
-
25
- <!-- Add any other context or screenshots about the feature request here. -->
@@ -1,14 +0,0 @@
1
- ---
2
- name: Task
3
- about: Describe a generic activity we should carry out.
4
- ---
5
-
6
-
7
- __What should we do?__
8
-
9
- <!-- Clearly describe the activity we should carry out. -->
10
-
11
-
12
- __Why should we do it?__
13
-
14
- <!-- Argue why doing it is a healthy investment of our time. -->
@@ -1,5 +0,0 @@
1
- blank_issues_enabled: false
2
- contact_links:
3
- - name: Ask a question
4
- url: https://forum.camunda.org/c/modeler
5
- about: Head over to our community forum to ask questions and get answers.
@@ -1,26 +0,0 @@
1
- name: CI
2
- on: [ push, pull_request ]
3
- jobs:
4
- Build:
5
- runs-on: ubuntu-latest
6
-
7
- steps:
8
- - name: Checkout
9
- uses: actions/checkout@v2
10
- - name: Use Node.js
11
- uses: actions/setup-node@v1
12
- with:
13
- node-version: '10.x'
14
- - name: Cache Node.js modules
15
- uses: actions/cache@v2
16
- with:
17
- # npm cache files are stored in `~/.npm` on Linux/macOS
18
- path: ~/.npm
19
- key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}
20
- restore-keys: |
21
- ${{ runner.OS }}-node-
22
- ${{ runner.OS }}-
23
- - name: Install dependencies
24
- run: npm ci
25
- - name: Build
26
- run: npm run all
package/CHANGELOG.md DELETED
@@ -1,33 +0,0 @@
1
- # Changelog
2
-
3
- All notable changes to [element-templates-json-schema](https://github.com/camunda/element-templates-json-schema) are documented here. We use [semantic versioning](http://semver.org/) for releases.
4
-
5
- ## Unreleased
6
-
7
- ___Note:__ Yet to be released changes appear here._
8
-
9
- ## 0.3.1
10
-
11
- * `FIX`: set `minLength` and `maxLength` properties as numbers ([#24](https://github.com/camunda/element-templates-json-schema/issues/24))
12
- * `FIX`: adjust various error messages to be more explicit ([#27](https://github.com/camunda/element-templates-json-schema/pull/27))
13
- * `FIX`: allow `entriesVisible` property to be boolean ([`81043941`](https://github.com/camunda/element-templates-json-schema/commit/81043941441b7e682b09ca99aabedadfba8f622f))
14
- * `FIX`: allow `pattern` property to be string ([`65370578`](https://github.com/camunda/element-templates-json-schema/commit/653705786c4b7499a1aa15c3e6463815f8744fa2))
15
- * `CHORE`: make schema compatible with `ajv@7` ([`5630ef53`](https://github.com/camunda/element-templates-json-schema/commit/5630ef5362857667adbdd43ab3fa15cd5d648406))
16
-
17
- ## 0.3.0
18
-
19
- * `FEAT`: support multiple templates as a single entity ([#15](https://github.com/camunda/element-templates-json-schema/issues/15))
20
- * `FEAT`: add new scopes schema to handle as arrays ([`fb32aca9`](https://github.com/camunda/element-templates-json-schema/commit/fb32aca9c43e901ffdc67a2cfecc37afaad685fe))
21
- * `FEAT`: support `camunda:errorEventDefinition` property bindings ([`91eb144b`](https://github.com/camunda/element-templates-json-schema/commit/91eb144b832de5ba8b6de276e0214ec518d32196))
22
- * `FEAT`: support scoped `bpmn:Error` bindings ([`75e0c24f`](https://github.com/camunda/element-templates-json-schema/commit/75e0c24f3712376bda51cd73b749341ca9629b56))
23
- * `FEAT`: restrict allowed scope types ([`7fce5a14`](https://github.com/camunda/element-templates-json-schema/commit/7fce5a143a442f2ef9c116e2500e39717781a217))
24
-
25
- ## 0.2.0
26
-
27
- * `FEAT`: add schema for scopes ([#14](https://github.com/camunda/element-templates-json-schema/issues/14))
28
- * `FIX`: prevent example from crashing for valid templates ([#16](https://github.com/camunda/element-templates-json-schema/issues/16))
29
- * `CHORE`: migrate CI to GitHub actions ([`cceab6c5`](https://github.com/camunda/element-templates-json-schema/commit/cceab6c5f7316f3749e6c0d40e52805420668b93))
30
-
31
- ## 0.1.0
32
-
33
- * `FEAT`: initial version :tada: