tocco-widget-bundle 3.14.8 → 3.14.9
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 +7 -0
- package/dist/address-update.js +3 -3
- package/dist/{chunk-103.d63d6d4db2e5724f3804.js → chunk-103.cffb49929132472008f8.js} +2 -2
- package/dist/chunk-651.77c0598fb2605eb1096f.js +1 -0
- package/dist/chunk-actions.66fe88e1e2754b8e0d63.js +1 -0
- package/dist/chunk-vendor-icons.b5736ce6e37e5e3ea914.js +1 -0
- package/dist/docs-browser.js +3 -3
- package/dist/education-portfolio.js +1 -1
- package/dist/entity-browser.js +1 -1
- package/dist/entity-dms.js +3 -3
- package/dist/evaluation-execution-participation.js +1 -1
- package/dist/event-registration.js +1 -1
- package/dist/freemarker-code.js +1 -1
- package/dist/function-mutation.js +1 -1
- package/dist/job-application.js +1 -1
- package/dist/login.js +1 -1
- package/dist/mailing-list.js +1 -1
- package/dist/membership-registration.js +2 -2
- package/dist/password-update.js +1 -1
- package/dist/personal-dms.js +3 -3
- package/dist/public-dms.js +3 -3
- package/dist/sso-login.js +1 -1
- package/dist/stint-auction.js +1 -1
- package/dist/user-availability.js +1 -1
- package/dist/user-grades.js +1 -1
- package/dist/user-menu.js +1 -1
- package/dist/wage-view.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-651.9177b2957671f69f80fe.js +0 -1
- package/dist/chunk-actions.89c251719bc5d00a8961.js +0 -1
- package/dist/chunk-vendor-icons.3e1ba124bd32b60ba76d.js +0 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
3.14.9
|
|
2
|
+
- add default parameter for onColumnPositionChange prop
|
|
3
|
+
- remove onColumnPositionChange prop in Table instance - it is now handled via default parameter in Table
|
|
4
|
+
- add sticky buttons wrapper to mailing list mail action
|
|
5
|
+
- fix icon color in Table
|
|
6
|
+
- add faCalendarXmark icon
|
|
7
|
+
|
|
1
8
|
3.14.8
|
|
2
9
|
- revert the change to make searchform more compact as it was causing problems with the datepicker icons on smaller screens
|
|
3
10
|
- fix undefined values from suggestion fields
|