mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 21:47:17 +00:00
* Added Hover Background option for button, button group, modal trigger btn, popover menu button
* Added FontSize style property to Button, Button group, Popover menu, Modal Trigger btn. Adjusted line height and icon size accordingly
* Added FontWeight to Button, Button Group, Popover Menu, Modal Trigger Button
* Added Content Alignment for Button, Popover menu and Modal Trigger btn
* Added Hover Toggle for Button , Button Group, Popover menu and Modal Trigger Btn
* Reverted changes to button group legacy
* Added the properties to the new Button Group
* Resolved copilot comments
* Removed Content Alignment from Button group and changed the accordian for hover bg
* Created the migration and the import-export service
* perf: Replace placeholder text color migration with optimized version using cursor pagination
* fix: use result[1] for affected row count in batch DELETE
entityManager.query() returns [rows, rowCount] for DELETE/UPDATE
statements, not a QueryResult object. result.rowCount is undefined,
causing the cleanup loop to exit after the first batch.
* update: bump subproject commits for frontend and server components
* fix: include NULL styles rows in placeholder text color backfill
NOT (styles::jsonb ? 'key') yields NULL when styles IS NULL, so those
rows were silently skipped. Added explicit OR styles IS NULL to catch them.
* chore: use @helpers path alias for migration.helper import
* fix: implement two-pass delete for app history to avoid FK violations
* Revert "Reverted placeholder color changes (#15659)"
This reverts commit
|
||
|---|---|---|
| .. | ||
| CustomMenuList.jsx | ||
| CustomOption.jsx | ||
| CustomValueContainer.jsx | ||
| DropdownV2.jsx | ||
| dropdownV2.scss | ||
| useMenuWidth.js | ||
| utils.js | ||