Skip to content

Commit eadab20

Browse files
committed
chore: prepare signature 1.0.8, includes hand crafted dependencies files
1 parent b2bc193 commit eadab20

5 files changed

Lines changed: 113 additions & 2 deletions

File tree

packages/customWidgets/signature-web/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
### Added
10+
11+
- We added a license file and a readme documenting all open source dependencies used in this package.
12+
913
## [1.0.7] - 2025-01-15
1014

1115
### Changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[
2+
{ "classnames": { "version": "2.5.1", "url": null } },
3+
{ "react-resize-detector": { "version": "9.1.1", "url": null } },
4+
{ "signature_pad": { "version": "4.0.0", "url": null } }
5+
]
Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
Name: classnames
2+
Version: 2.5.1
3+
License: MIT
4+
Private: false
5+
Description: A simple utility for conditionally joining classNames together
6+
Repository: git+https://github.com/JedWatson/classnames.git
7+
Author: Jed Watson
8+
Homepage: https://github.com/JedWatson/classnames#readme
9+
License Copyright:
10+
===
11+
12+
The MIT License (MIT)
13+
14+
Copyright (c) 2018 Jed Watson
15+
16+
Permission is hereby granted, free of charge, to any person obtaining a copy
17+
of this software and associated documentation files (the "Software"), to deal
18+
in the Software without restriction, including without limitation the rights
19+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
20+
copies of the Software, and to permit persons to whom the Software is
21+
furnished to do so, subject to the following conditions:
22+
23+
The above copyright notice and this permission notice shall be included in all
24+
copies or substantial portions of the Software.
25+
26+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
27+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
28+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
29+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
30+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
31+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
32+
SOFTWARE.
33+
34+
---
35+
36+
Name: react-resize-detector
37+
Version: 9.1.1
38+
License: MIT
39+
Private: false
40+
Description: React resize detector
41+
Repository: git+https://github.com/maslianok/react-resize-detector.git
42+
Author: Vitalii Maslianok <maslianok@gmail.com> (https://github.com/maslianok)
43+
Homepage: https://github.com/maslianok/react-resize-detector
44+
License Copyright:
45+
===
46+
47+
The MIT License (MIT)
48+
49+
Copyright (c) 2023 Vitalii Maslianok
50+
51+
Permission is hereby granted, free of charge, to any person obtaining a copy
52+
of this software and associated documentation files (the "Software"), to deal
53+
in the Software without restriction, including without limitation the rights
54+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
55+
copies of the Software, and to permit persons to whom the Software is
56+
furnished to do so, subject to the following conditions:
57+
58+
The above copyright notice and this permission notice shall be included in all
59+
copies or substantial portions of the Software.
60+
61+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
62+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
63+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
64+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
65+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
66+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
67+
SOFTWARE.
68+
69+
---
70+
71+
Name: signature_pad
72+
Version: 4.0.0
73+
License: MIT
74+
Private: false
75+
Description: Library for drawing smooth signatures.
76+
Repository: git+https://github.com/szimek/signature_pad.git
77+
Author: Szymon Nowak <szimek@gmail.com> (https://github.com/szimek)
78+
Homepage: https://github.com/szimek/signature_pad
79+
License Copyright:
80+
===
81+
82+
MIT License
83+
84+
Copyright (c) 2018 Szymon Nowak
85+
86+
Permission is hereby granted, free of charge, to any person obtaining a copy
87+
of this software and associated documentation files (the "Software"), to deal
88+
in the Software without restriction, including without limitation the rights
89+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
90+
copies of the Software, and to permit persons to whom the Software is
91+
furnished to do so, subject to the following conditions:
92+
93+
The above copyright notice and this permission notice shall be included in all
94+
copies or substantial portions of the Software.
95+
96+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
97+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
98+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
99+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
100+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
101+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
102+
SOFTWARE.

packages/customWidgets/signature-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mendix/signature-web",
33
"widgetName": "Signature",
4-
"version": "1.0.7",
4+
"version": "1.0.8",
55
"description": "A signature pad for capturing signatures",
66
"copyright": "© Mendix Technology BV 2025. All rights reserved.",
77
"license": "Apache-2.0",

packages/customWidgets/signature-web/src/package.xml

Lines changed: 1 addition & 1 deletion
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="Signature" version="1.0.7" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="Signature" version="1.0.8" xmlns="http://www.mendix.com/clientModule/1.0/">
44
<widgetFiles>
55
<widgetFile path="Signature.xml" />
66
</widgetFiles>

0 commit comments

Comments
 (0)