tocco-widget-bundle 0.1.133 → 0.1.135
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 +12 -0
- package/dist/address-update.js +2 -2
- package/dist/{chunk-240.2b03c52088ce45ab0ed6.js → chunk-240.6a620be31cc2de61623e.js} +1 -1
- package/dist/chunk-actions.73f0e33975e3b6fd192d.js +1 -0
- package/dist/docs-browser.js +2 -2
- package/dist/entity-browser.js +2 -2
- package/dist/entity-dms.js +2 -2
- package/dist/evaluation-execution-participation.js +6 -6
- package/dist/event-registration.js +2 -2
- package/dist/job-application.js +2 -2
- package/dist/login.js +8 -8
- package/dist/mailing-list.js +2 -2
- package/dist/password-update.js +8 -8
- package/dist/personal-dms.js +2 -2
- package/dist/public-dms.js +7 -7
- 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 +6 -6
- package/dist/wage-view.js +2 -2
- package/package.json +1 -1
- package/dist/chunk-actions.f9c1743ce83193ba1fc9.js +0 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
0.1.135
|
|
2
|
+
- fix report generation with empty model
|
|
3
|
+
|
|
4
|
+
0.1.134
|
|
5
|
+
- invoke action only once
|
|
6
|
+
- only update input when app is mounted
|
|
7
|
+
- restructure cache for widget use cases
|
|
8
|
+
- remove revision from object cache
|
|
9
|
+
- fix text resource in evaluation-execution-participation-action
|
|
10
|
+
- ignore meta fields on values
|
|
11
|
+
- add form to store and add form model name
|
|
12
|
+
|
|
1
13
|
0.1.133
|
|
2
14
|
- handle expanded range field via default value
|
|
3
15
|
- remove unused expanded property
|