Skip to content

Releases: att/rcloud.rcap

Text control link update

10 Apr 14:32
94a36c6

Choose a tag to compare

Pre-release

Bug Fix for #307

This release changes the way that the HTML control's links are rendered. If the link is internal (starting with a #), it will be rendered without the target attribute, and open in the same window. Other links will continue to open in a new window.

New controls and bug fixes

22 Feb 09:29

Choose a tag to compare

This release includes a number of new controls, and fixes for some bugs.

New Controls

  • Message Control (#269)
  • Data Download Control (#270)
  • Data Upload Control (#251)
  • Progress Spinner Control (#274)

Designer Features

  • Designer Specified Control Update Order (#271)

Bug Fixes

  • Modified state not set when changing page enabled status or delete page (#301)
  • DataTable - thSize nor tdSize get picked up (#296)
  • Sparklines not displayed when datatable is on different page than current (#292)

New build!

  • Smaller tarball (#267) and a standard R build procedure (#268)

Form control improvements and User Profile

22 Jul 21:18

Choose a tag to compare

  • Can now specify a width for text boxes (#185)
  • Keying enter into a text field submits the form variable values (#186)
  • Can enter a color in a color picker. (#246)
  • User profile support (#235)
  • Whitespace at the bottom of a page is now removed (#227)

Fix html widgets

11 Nov 14:07

Choose a tag to compare

The only change in this release is that rcloud.rcap now depends on rcloud.htmlwidgets, so HTML widgets work on dashboards, without needing to load the rcloud.htmlwidgets package explicitly.

Fixes

10 Nov 12:03

Choose a tag to compare

Enhancements

#162 - dashboard themes;
#171 - site wide page CSS class;
#173 - style editor is now invoked using a main toolbar link
#48 - accordion menu (option within Page Menu control)

RCAP's viewer responds very quickly with a loading animation while the dashboard is generated. Thanks @gaborcsardi.

Bug Fixes

#155 - 'no items' message is now shown appropriately;
#157 - firefox controls menu items are now shown in two columns;
#161 - 'dirty state indicator' is removed when designer closes;
#165 - modified state;
#167 - viewer favicon
#169 - sparklines now using raw data;

Fixes for date pickers, rPrint and data tables

21 Sep 15:58

Choose a tag to compare

This release contains bug fixes for the following issues:

#149
Default dates now appear in forms. In particular, the date range control is now working correctly, either with start/end date or start date + interval. Note that notebook dates can now be specified as characters (with dashes) or dates.

#150
rPrint controls should now maintain their formatting

#145
Data table columns may now contain a '.' in their title without an issue to that table's rendering.

Browser compatibility fixes

07 Sep 09:07

Choose a tag to compare

This release fixes some browser compatibility issues that caused the dashboard not to show up in Safari and older versions of Chrome.

It also fixes the email-screenshot tool, which uses a phantom.js headless browser.

Bug fixes and selected form control values

26 Aug 16:24

Choose a tag to compare

  • Allow viewing of dashboard straight from RCAP: #139
  • All widgets - Function list scroll: #100
  • Multiple selected form values can now be specified in function returns which fixes #32
  • Multiple selected values do not work with the multi-select control: #136
  • General designer dialog visual improvements.

New controls, canvas sizing and bug fixes.

25 Aug 14:39

Choose a tag to compare

  • Action button, #31
    The new 'action button' control allows developers to trigger functions based on a variable change. Wiki entry for action button.
  • Canvas - default size, #95
    Width and alignment for canvas set with query string parameters. Wiki entry for embedding RCAP in an iframe.
  • Date range control, #54
    The new 'date range' control allows developers to specify a date range, either as start/end date, or start + interval. Wiki entry for using dates.
  • Bug fix: modified state should now always be set appropriately, #84
    This bug addresses an issue where some changes in the designer were not setting the 'modified' state correctly.

Htmlwidgets and other fixes

12 Aug 09:49

Choose a tag to compare