tocco-widget-bundle 3.15.25 → 3.15.27
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 +8 -0
- package/dist/address-update.js +7 -7
- package/dist/chunk-55341.dd9bf39edd4492297d27.js +1 -0
- package/dist/chunk-72969.05a9ef46cb7a58c11953.js +19 -0
- package/dist/chunk-actions.dbb48ecacb8d54021605.js +1 -0
- package/dist/chunk-vendor-icons.2a6718b50bf55b83e7c7.js +1 -0
- package/dist/docs-browser.js +8 -8
- package/dist/education-portfolio.js +2 -2
- package/dist/entity-browser.js +2 -2
- package/dist/entity-dms.js +6 -6
- package/dist/evaluation-execution-participation.js +2 -2
- package/dist/event-registration.js +2 -2
- package/dist/freemarker-code.js +1 -1
- package/dist/function-mutation.js +2 -2
- package/dist/job-application.js +2 -2
- package/dist/login.js +1 -1
- package/dist/mailing-list.js +2 -2
- package/dist/membership-registration.js +7 -7
- package/dist/password-update.js +1 -1
- package/dist/personal-dms.js +8 -8
- package/dist/public-dms.js +6 -6
- package/dist/sso-login.js +1 -1
- 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 +1 -1
- package/dist/wage-view.js +2 -2
- package/package.json +1 -1
- package/dist/chunk-55341.99624ca01c2c10f6053b.js +0 -1
- package/dist/chunk-72969.b520fe284f9e8640fea6.js +0 -19
- package/dist/chunk-actions.f015a6452996d0cf4102.js +0 -1
- package/dist/chunk-vendor-icons.a578eadc5a4cee83c807.js +0 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
3.15.27
|
|
2
|
+
- add list breadcrumb to actions in relation view
|
|
3
|
+
|
|
4
|
+
3.15.26
|
|
5
|
+
- Add custom context menu to entity list.
|
|
6
|
+
- Add context menu to table
|
|
7
|
+
- Add parent object to actions to allow for relative navigation
|
|
8
|
+
|
|
1
9
|
3.15.25
|
|
2
10
|
- Enable registration of logout socket action handler during session validation
|
|
3
11
|
|