tocco-widget-bundle 0.1.202 → 0.1.204
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 +10 -0
- package/dist/address-update.js +1 -1
- package/dist/chunk-240.12fe021f1693b5950314.js +1 -0
- package/dist/chunk-467.bc2bcfff95046446a9a1.js +1 -0
- package/dist/chunk-631.2abce73ce650f0d25aa4.js +1 -0
- package/dist/chunk-actions.920a757a7a0a9c73f710.js +1 -0
- package/dist/docs-browser.js +2 -2
- package/dist/education-portfolio.js +2 -2
- package/dist/entity-browser.js +2 -2
- package/dist/entity-dms.js +2 -2
- package/dist/evaluation-execution-participation.js +2 -2
- package/dist/event-registration.js +2 -2
- package/dist/function-mutation.js +52 -0
- package/dist/job-application.js +2 -2
- package/dist/login.js +2 -2
- package/dist/mailing-list.js +2 -2
- package/dist/membership-registration.js +6 -6
- package/dist/password-update.js +2 -2
- package/dist/personal-dms.js +2 -2
- package/dist/public-dms.js +2 -2
- package/dist/sso-login.js +6 -6
- package/dist/stint-auction.js +2 -2
- package/dist/user-availability.js +2 -2
- package/dist/user-grades.js +2 -2
- package/dist/user-menu.js +5 -5
- package/dist/wage-view.js +2 -2
- package/package.json +2 -1
- package/dist/chunk-240.b937412d265d055cbe2e.js +0 -1
- package/dist/chunk-467.44aa6e26f01e12f55c8d.js +0 -1
- package/dist/chunk-631.e92af592c96f253f66d8.js +0 -1
- package/dist/chunk-actions.13b768f58ca814aac7f1.js +0 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
0.1.204
|
|
2
|
+
- do not render terms if no conditions were configured
|
|
3
|
+
- create function-mutation
|
|
4
|
+
- add function-mutation
|
|
5
|
+
- check for empty string that element is only added if necessary
|
|
6
|
+
|
|
7
|
+
0.1.203
|
|
8
|
+
- fix getTextOfChildren
|
|
9
|
+
- replace deprecated selectUnit
|
|
10
|
+
|
|
1
11
|
0.1.202
|
|
2
12
|
- fix buggy scroll to top for modals
|
|
3
13
|
- remove delete action from all forms and add searchFormType
|