Skip to content

Commit

Permalink
chore(release): spell check, site rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
nteetor committed Nov 22, 2019
1 parent 2b805d9 commit d445f75
Show file tree
Hide file tree
Showing 20 changed files with 93 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
^pkgdown$
^index.Rmd$
^CRAN-RELEASE$
^renv$
^renv$
14 changes: 7 additions & 7 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# yonder 0.1.2
# yonder 0.1.2

## Breaking changes

* Select inputs no longer default to the first possible value
* The `column()` function's `width` argument 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
previous value `"auto"`. `"equal"` is the new default and the placeholder
value, so as to allow `column(width = c(xs = 2, lg = "equal"))`.
* The `modal()` function no longer includes a `title` argument, instead use
`header`
Expand All @@ -32,14 +32,14 @@
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
* The new `webpage()` function may be used as the top-level element of an
application
* `AsIs` character vectors are now concatenated with `<br>` when passing
* `AsIs` character 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
* Web resources are no longer attached to each element, instead they are
only attached to the top-most parent element

## Minor improvements
Expand All @@ -48,8 +48,8 @@
(#167)
* Added `placeholder` argument to chip inputs
* The `collapsePane()` function now includes the argument `animate` to
optionally prevent animation when toggling a collasible pane
* A menu input's label may now be updated with `updateMenuInput()`
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)

Expand Down
2 changes: 1 addition & 1 deletion R/design.R
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@ height <- function(tag, size) {

#' Vertical and horizontal scroll
#'
#' Many of the applications you build depsite a complex layout will still fit
#' Many of the applications you build despite a complex layout will still fit
#' onto a single page. To help scroll long content alongside shorter content use
#' the `scroll()` utility function.
#'
Expand Down
2 changes: 1 addition & 1 deletion R/forms.R
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ updateFormInput <- function(id, submit = FALSE,

#' Input labels, help text, and formatting to inputs
#'
#' Form groups are a way of labelling an input. Form rows are similar to
#' Form groups are a way of labeling an input. Form rows are similar to
#' [columns()]s, but include additional styles intended for forms. The
#' flexibility provided by form rows and groups means you can confidently
#' develop shiny applications for devices and screens of varying sizes.
Expand Down
2 changes: 1 addition & 1 deletion R/menu.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' Menu inputs
#'
#' A togglable dropdown menu input. Menu inputs may be used as standalone
#' A toggleable dropdown menu input. Menu inputs may be used as standalone
#' reactive inputs or within a [navInput()]. For building custom, more complex
#' dropdown elements please see [dropdown()].
#'
Expand Down
2 changes: 1 addition & 1 deletion R/navbar.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#' defaults to `NULL`, in which case nothing is added.
#'
#' @param collapse One of `"sm"`, `"md"`, `"lg"`, `"xl"`, or `NULL` specifying
#' the breakpoint at which the navbar collapes, defaults to `NULL`, in which
#' the breakpoint at which the navbar collaspes, defaults to `NULL`, in which
#' case the navbar is always expanded.
#'
#' @family layout functions
Expand Down
2 changes: 1 addition & 1 deletion R/yonder.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#' createRenderFunction createWebDependency
NULL

#' A new approach to shiny applications
#' An opinionated shiny framework
#'
#' Yonder is a set of tools for flexible and creative shiny application
#' construction and design.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# yonder <img src="man/figures/logo.png" align="right" width=120 height=139 alt=""/>

A reactive web framework built on [shiny](https://github.com/rstudio/shiny).
An opinionated [shiny](https://github.com/rstudio/shiny) framework.

[![can we build it?](https://travis-ci.org/nteetor/yonder.svg?branch=master)](https://travis-ci.org/nteetor/yonder)

Expand Down
2 changes: 1 addition & 1 deletion docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

63 changes: 63 additions & 0 deletions docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/reference/formGroup.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/reference/menuInput.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/navbar.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/reference/scroll.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/reference/yonder-package.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/formGroup.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/menuInput.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/navbar.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/scroll.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/yonder-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d445f75

Please sign in to comment.