@bpmn-io/properties-panel 0.12.0 → 0.13.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.
package/CHANGELOG.md CHANGED
@@ -6,6 +6,12 @@ All notable changes to [`@bpmn-io/properties-panel`](https://github.com/bpmn-io/
6
6
 
7
7
  ___Note:__ Yet to be released changes appear here._
8
8
 
9
+ ## 0.13.0
10
+
11
+ * `FEAT`: allow showing entries and errors through events ([#137](https://github.com/bpmn-io/properties-panel/pull/137))
12
+ * `FEAT`: allow opening groups per default ([#139](https://github.com/bpmn-io/properties-panel/pull/139))
13
+ * `FEAT`: add documentation ref ([#141](https://github.com/bpmn-io/properties-panel/pull/141))
14
+
9
15
  ## 0.12.0
10
16
 
11
17
  * `FEAT`: allow addition of FEEL icon to TextFields and TextAreas ([#138](https://github.com/bpmn-io/properties-panel/pull/138))
@@ -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
  */