Changes in version 1.2.3 (2026-04-26) - Allow user configuration of arrow graphical parameters and padding with set_consort_defaults(). - Allow custom bullet characters. - Allow simple markup for bold, italic and superscript. - Figure styles will also be applied to grViz plot. - Improved documentation. - Special thanks to @Ramsas88 Changes in version 1.2.2 (2024-06-04) - Use comma separators for large number. - Support two level randomisation/stratification - Support multiple variables in one node - Better node alignment - Improved documentation Changes in version 1.2.1 (2023-09-22) - Better numeric format in gen_text - Bug in connection with build_grviz Changes in version 1.2.0 (2023-04-11) - Able to have multiple split with grViz - Improve node width calculation to avoid overlap. - Bug in producing nodes for blank text. - Bug in not drawing arrow after split. - Bug in quotation for grViz - Fixed some typos Changes in version 1.1.0 (2023-01-05) - Re-write most of the codes, there's some changes with the parameters. - Improved the alignment of the nodes, no need to provide a coordinates. - Now the plots will be drawn at the final stage. - New function build_grviz and build_grid. - Print the diagram with Shiny and HTML. Changes in version 1.0.1 (2021-12-20) - Fixed error in lower grid version. - Removed gtable dependency. - Fixed auto align with middle. Changes in version 1.0.0 (2021-11-04) - Many updates and changes in the consort building process. - Removed Gmisc dependencies and added some functions for the replacement. - Added some unit tests. - Added option for text width. - Fixed some typos. - Fixed alignment issues and error if side box is blank. - build_consort has been deprecated. - Box adding functions return gList, and the add_label returns gtable with labels and flowchart. - Various updates to the box adding functions, and supports the pipeline operators. - Enhanced connect_box function. Changes in version 0.2.0 (2021-09-10) - No side box if no subjects excluded. - Add text align option for terminal box. - Allow continuous terminal box. - Exported box label generation function. - Added some examples. Changes in version 0.1.1 (2021-08-10) - Initial release.