Recent Releases of yonder
yonder - running start
Breaking changes
- Select input
selectedbehaviour has been reverted,selectedwill once again default to the first choice unless otherwise specified
Bug fixes
- Select input will correctly start with the default value specified by
selected
New features
- Chip input argument
stackadded to control the ordering of selected chips
Minor improvements
- Upgraded to Bootstrap 4.4.1
- R
Published by nteetor over 6 years ago
yonder - long patrol
Breaking changes
- Select inputs no longer default to the first possible value
- The
column()function'swidthargument now accepts the values:1:12,"content", and"equal". The new"content"value is equivalent to the previous value"auto"."equal"is the new default and the placeholder value, so as to allowcolumn(width = c(xs = 2, lg = "equal")). - The
modal()function no longer includes atitleargument, instead useheader
Bug fixes
- Added javascript polyfill for Internet Explorer NodeList forEach method (#158)
- Arguments passed to
alert()are now evaluated in the correct environment (#171) - The function
updateRadiobarInput()correctly selects a new choice if onlyselectedis specified (#155) - The function
updateMenuInput()correctly selects a new choice if onlyselectedis specified - The function
updateTextInput()correctly passesvalidandinvalidfeedback - Display headings no longer ignore elements passed as arguments (#164)
- Input update functions now correctly handle named values passed as
selectedby removing names (#170)
New features
- Button input tooltips may now be updated with
updateButtonInput() - The update input functions may now remove all of an input's choices by passing
a zero-length value as
choices - The new
updateFormInput()may be used to trigger a form submission from the server (#160) - The new
webpage()function may be used as the top-level element of an application AsIscharacter vectors are now concatenated with<br>when passing character values as choices or labels (#159)
Major improvements
- Web resources are no longer attached to each element, instead they are only attached to the top-most parent element
Minor improvements
- The documentation for select inputs no longer mentions the
multipleargument (#167) - Added
placeholderargument to chip inputs - The
collapsePane()function now includes the argumentanimateto optionally prevent animation when toggling a collapsible pane - A menu input's label may now be updated with
updateMenuInput() - Darkened the default grey color (#162)
- Link inputs now inherit their text align property (#163)
- R
Published by nteetor over 6 years ago