camunda-bpmn-js 0.13.0-alpha.4 → 0.13.0-alpha.7

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/CHANGELOG.md CHANGED
@@ -6,6 +6,34 @@ All notable changes to [camunda-bpmn-js](https://github.com/camunda/camunda-bpmn
6
6
 
7
7
  ___Note:__ Yet to be released changes appear here._
8
8
 
9
+ ## 0.13.0-alpha.7
10
+
11
+ _Re-publish of v0.13.0-alpha.6 with fixed distro._
12
+
13
+ * `FIX`: update peer dependencies ([#103](https://github.com/camunda/camunda-bpmn-js/pull/103))
14
+
15
+ ## 0.13.0-alpha.6
16
+
17
+ * `FIX`: set $parent when creating zeebe:CalledElement element ([#99](https://github.com/camunda/camunda-bpmn-js/pull/99))
18
+ * `DEPS`: update to `@bpmn-io/properties-panel@0.13.1`
19
+ * `DEPS`: update to `bpmn-js-properties-panel@1.0.0-alpha.9`
20
+
21
+ # Properties Panel
22
+
23
+ * `FEAT`: allow showing entries and errors through events ([#137](https://github.com/bpmn-io/properties-panel/pull/137))
24
+ * `FEAT`: allow opening groups per default ([#139](https://github.com/bpmn-io/properties-panel/pull/139))
25
+ * `FEAT`: add documentation ref ([#141](https://github.com/bpmn-io/properties-panel/pull/141))
26
+ * `FEAT`: add show callbacks to show entries and errors ([#601](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/601))
27
+ * `FEAT`: open element template custom groups ([#621](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/621))
28
+ * `FEAT`: display template name in header ([#627](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/627))
29
+ * `FEAT`: add documentation ref to header ([#629](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/629))
30
+ * `FIX`: copy versioned element template ([#632](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/632))
31
+
32
+ ## 0.13.0-alpha.5
33
+
34
+ * `DEPS`: update to `@bpmn-io/properties-panel@0.12.0`
35
+ * `DEPS`: update to `bpmn-js-properties-panel@1.0.0-alpha.7`
36
+
9
37
  ## 0.13.0-alpha.4
10
38
 
11
39
  * `FIX`: move properties panel deps to peer dependencies
@@ -17,7 +45,7 @@ ___Note:__ Yet to be released changes appear here._
17
45
  * `FEAT`: add cloud element templates ([#95](https://github.com/camunda/camunda-bpmn-js/pull/95))
18
46
  * `DEPS`: update to `bpmn-js@9.0.2`
19
47
  * `DEPS`: update to `@bpmn-io/properties-panel@0.11.0`
20
- * `DEPS`: update to `bpmn-properties-panel@1.0.0-alpha.5`
48
+ * `DEPS`: update to `bpmn-js-properties-panel@1.0.0-alpha.5`
21
49
  * `DEPS`: update to `zeebe-bpmn-moddle@0.11.0`
22
50
 
23
51
  ## 0.13.0-alpha.2
@@ -185,6 +185,11 @@
185
185
  margin-top: -6px;
186
186
  }
187
187
 
188
+ .bio-properties-panel-header-actions {
189
+ margin-left: auto;
190
+ margin-top: auto;
191
+ }
192
+
188
193
  /**
189
194
  * Scroll container
190
195
  */
@@ -875,3 +880,23 @@ textarea.bio-properties-panel-input {
875
880
  .bio-properties-panel-dropdown-button__menu-item--actionable:hover {
876
881
  background-color: var(--dropdown-item-hover-background-color);
877
882
  }
883
+
884
+ .bio-properties-panel-feel-input {
885
+ position: relative;
886
+ }
887
+
888
+ .bio-properties-panel-feel-input input {
889
+ padding-right: 2em
890
+ }
891
+
892
+ .bio-properties-panel-feel-icon {
893
+ display: inline-block;
894
+ height: 16px;
895
+ vertical-align: text-bottom;
896
+ padding: 0 3px;
897
+ }
898
+
899
+ .bio-properties-panel-feel-icon svg {
900
+ width: 16px;
901
+ height: 16px;
902
+ }