Skip to content

Commit b2248ea

Browse files
Merge pull request #11 from BasicPrimitives/highalighnment
Highlight alignment fix for React
2 parents 43b0bfe + 08f697e commit b2248ea

File tree

57 files changed

+1328
-1358
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+1328
-1358
lines changed

ReferenceControlsProcessingDiagram.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,6 @@
131131
result.minimizedItemBorderColor = null; // Shape border line has the same color as item title background color
132132
result.minimizedItemFillColor = null; // Shape background has the same color as item title background color
133133
result.minimizedItemOpacity = 0.7; // Shape background opacity
134-
result.highlightPadding = new primitives.common.Thickness(2, 2, 2, 2);
135-
136134

137135
result.itemTemplate = ["div",
138136
{
@@ -184,8 +182,6 @@
184182
result.minimizedItemBorderColor = null; // Shape border line has the same color as item title background color
185183
result.minimizedItemFillColor = null; // Shape background has the same color as item title background color
186184
result.minimizedItemOpacity = 0.7; // Shape background opacity
187-
result.highlightPadding = new primitives.common.Thickness(2, 2, 2, 2);
188-
189185

190186
result.itemTemplate = ["div",
191187
{

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#### Version 5.4.15
2+
* Fixed minimised items highlight alignment in React
3+
#### Version 5.4.14
4+
* Fixed objects comparison for React JSX
5+
#### Version 5.4.12
6+
* Removed CSS file from React component
17
#### Version 5.4.0
28
* Added OrgDiagram & FamDiagram React components and samples.
39
* Extracted platform specific functionality out of core.

min/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "basicprimitives",
3-
"version": "5.4.14",
3+
"version": "5.4.15",
44
"description": "Basic Primitives Diagrams for JavaScript - data visualization components library that implements organizational chart and multi-parent dependency diagrams, contains implementations of JavaScript Controls and PDF rendering plugins.",
55
"main": "primitives.latest.js",
66
"scripts": {

0 commit comments

Comments
 (0)