Skip to content

Commit e7ebe6c

Browse files
author
JelteMX
committed
Bump version
1 parent 9286073 commit e7ebe6c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Show a reference table. Rows & Columns are Mendix objects, Entry objects are in
2929
- Selection of rows (single, multi)
3030
- Events: Click/Double click on Row, Column, Entry or empty field
3131

32-
> This widget is about 850Kb uncompressed, so in your cloud deployment this widget should take about 220 Kb of network resources
32+
> This widget is about 580Kb uncompressed, so in your cloud deployment this widget should take about 150 Kb of network resources
3333
3434
Tested:
3535

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dynamictable",
33
"widgetName": "DynamicTable",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"description": "Dynamic (Tree) Table for Mendix",
66
"copyright": "Jelte Lagendijk 2019",
77
"author": "Jelte Lagendijk <jelte.lagendijk@mendix.com>",

src/components/TemplateComponent.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export class TemplateComponent extends Component<TemplateComponentProps> {
2727
}
2828

2929
const __html = sanitize(this.compile(template, data), {
30-
USE_PROFILES: {svg: true, svgFilters: true},
30+
USE_PROFILES: { svg: true, svgFilters: true },
3131
ALLOWED_ATTR: ["class", "src", "style"]
3232
});
3333

src/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<package xmlns="http://www.mendix.com/package/1.0/">
3-
<clientModule name="DynamicTable" version="1.0.0" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="DynamicTable" version="1.1.0" xmlns="http://www.mendix.com/clientModule/1.0/">
44
<widgetFiles>
55
<widgetFile path="DynamicTable.xml"/>
66
</widgetFiles>

0 commit comments

Comments
 (0)