You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add link & target props to big_number.handlebars (#861)
* Add link & target props to big_number.handlebars
* Refactor: added new links in 49_big_number.sql and updated big_number.handlebars
* Refactor: added new links in 49_big_number.sql
* Apply suggestions from code review
* fix broken links in the documentation
* Update CHANGELOG.md
---------
Co-authored-by: Ophir LOJKINE <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,11 @@
18
18
- Updated sqlparser to [v0.56](https://github.com/apache/datafusion-sqlparser-rs/blob/main/changelog/0.56.0.md), with many improvements including:
19
19
- Add support for the xmltable(...) function in postgres
20
20
- Add support for MSSQL IF/ELSE statements.
21
+
- Added four optional properties to the `big_number` component:
22
+
- title_link (string): the URL or path that the Big Number’s title should link to, if any
23
+
- title_link_new_tab (bool): how the title link is opened
24
+
- value_link (string): the URL or path that the Big Number’s value should link to, if any
25
+
- value_link_new_tab (bool): open the link in a new tab
21
26
- Add support for nice "switch" checkboxes in the form component using `'switch' as type`
22
27
- Add support for headers in the form component using
0 commit comments