Skip to content

Commit b74e93f

Browse files
committed
Update NEWS and bump version
1 parent dd3cc29 commit b74e93f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: shiny
22
Type: Package
33
Title: Web Application Framework for R
4-
Version: 0.11.0.9002
4+
Version: 0.11.0.9003
55
Date: 2015-01-08
66
Authors@R: c(
77
person("Winston", "Chang", role = c("aut", "cre"), email = "[email protected]"),

NEWS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ shiny 0.11.0.9xxx
44
* Major client-side performance improvements for pages that have many
55
conditionalPanels, tabPanels, and plotOutputs. (#693, #717, #723)
66

7+
* `tabPanel`s now use the `title` for `value` by default. This fixes a bug
8+
in which an icon in the title caused problems with a conditionalPanel's test
9+
condition. (#725, #728)
10+
11+
* `selectInput` now has a `size` argument to control the height of the input
12+
box. (#729)
13+
714
* `navbarPage` no longer includes a first row of extra whitespace when
815
`header=NULL`. (#722)
916

0 commit comments

Comments
 (0)