Skip to content

Commit 5e566a0

Browse files
authored
Start v1.8.1.1 release candidate (#4020)
* Start v1.8.1.1 release candidate * `yarn build` (GitHub Actions) * Sync package version (GitHub Actions) * Remove alpha from npm version --------- Co-authored-by: cpsievert <cpsievert@users.noreply.github.com>
1 parent edd1db7 commit 5e566a0

File tree

11 files changed

+13
-13
lines changed

11 files changed

+13
-13
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: 1.8.1.9000
4+
Version: 1.8.1.1
55
Authors@R: c(
66
person("Winston", "Chang", role = c("aut", "cre"), email = "winston@posit.co", comment = c(ORCID = "0000-0002-1576-2126")),
77
person("Joe", "Cheng", role = "aut", email = "joe@posit.co"),

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# shiny (development version)
1+
# shiny 1.8.1.1
22

33
* In v1.8.1, shiny.js starting throwing an error when input/output bindings have duplicate IDs. This error is now only thrown when `shiny::devmode(TRUE)` is enabled, so the issue is still made discoverable through the JS error console, but avoids unnecessarily breaking apps that happen to work with duplicate IDs. (#4019)
44

inst/www/shared/shiny-autoreload.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inst/www/shared/shiny-showcase.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inst/www/shared/shiny-showcase.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inst/www/shared/shiny-testmode.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inst/www/shared/shiny.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! shiny 1.8.1.9000 | (c) 2012-2024 RStudio, PBC. | License: GPL-3 | file LICENSE */
1+
/*! shiny 1.8.1.1 | (c) 2012-2024 RStudio, PBC. | License: GPL-3 | file LICENSE */
22
"use strict";
33
(function() {
44
var __create = Object.create;
@@ -25106,7 +25106,7 @@
2510625106
var windowShiny2;
2510725107
function setShiny(windowShiny_) {
2510825108
windowShiny2 = windowShiny_;
25109-
windowShiny2.version = "1.8.1.9000";
25109+
windowShiny2.version = "1.8.1.1";
2511025110
var _initInputBindings = initInputBindings(), inputBindings = _initInputBindings.inputBindings, fileInputBinding2 = _initInputBindings.fileInputBinding;
2511125111
var _initOutputBindings = initOutputBindings(), outputBindings = _initOutputBindings.outputBindings;
2511225112
setFileInputBinding(fileInputBinding2);

inst/www/shared/shiny.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inst/www/shared/shiny.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inst/www/shared/shiny.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)