-
- Downloads
feat: Update node and pnpx binaries; enhance datatable column bar and select components
- Updated node binary path to version 24.1.0 and pnpx binary path to version 22.14.0 in import.mjs to reflect the latest dependency versions. - Improved the layout of `<monster-tabs>` in 312.html by adding a div for an active state and a button label. - Included the import of the tabs component in 312.mjs for modular usage. - Enhanced the ColumnBar class in columnbar.mjs with a close event listener for better usability and management of settings visibility. - Expanded translation capabilities in getTranslations() to support more languages (e.g., Mandarin and Hindi) in columnbar.mjs. - Updated lookup functionality in select.mjs to leverage IntersectionObserver for performance optimization, ensuring options are fetched only when needed and not more often than necessary. These changes aim to keep our dependencies fresh, improve user experience with the newly integrated features, and optimize the performance of component data fetching.
Showing
- development/config/import.mjs 2 additions, 2 deletionsdevelopment/config/import.mjs
- development/issues/closed/312.html 11 additions, 0 deletionsdevelopment/issues/closed/312.html
- development/issues/closed/312.mjs 1 addition, 0 deletionsdevelopment/issues/closed/312.mjs
- source/components/datatable/columnbar.mjs 104 additions, 43 deletionssource/components/datatable/columnbar.mjs
- source/components/form/select.mjs 49 additions, 35 deletionssource/components/form/select.mjs
Loading
Please register or sign in to comment