Skip to content

Commit

Permalink
Merge pull request #189 from rstudio/remove-alpha-warning
Browse files Browse the repository at this point in the history
Remove alpha message
  • Loading branch information
nstrayer authored Sep 22, 2023
2 parents 0998e18 + 53d1deb commit 447ed02
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 7 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ A visual tool for building the UI portion of a Shiny application that generates

The goal of the Shiny Ui Editor is to allow people to build the broad-level UI for their Shiny app without writing code. The editor is intended for those who may not be comfortable with the HTML-style code of Shiny's UI functions or who simply don't want to fiddle with sizes to get things laid out correctly.

## ⚠️ `shinyuieditor` is currently in Alpha.

It may be unstable, and the API may change. We're excited to hear your feedback, but please don't use it for production applications just yet!

## Installing

While in development the package is only available on github:
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion inst/editor/build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Shiny UI Editor</title>
<script type="module" crossorigin src="./assets/index-f95d252b.js"></script>
<script type="module" crossorigin src="./assets/index-975c0aaf.js"></script>
<link rel="stylesheet" href="./assets/index-e6523c56.css">
</head>

Expand Down
2 changes: 1 addition & 1 deletion inst/vscode-extension/media/build/extension-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -7809,7 +7809,7 @@ function getOverflowAncestors($, rA, eA) {
var AA;
rA === void 0 && (rA = []), eA === void 0 && (eA = !0);
const tA = getNearestOverflowAncestor($), nA = tA === ((AA = $.ownerDocument) == null ? void 0 : AA.body), oA = getWindow$2(tA);
return nA ? rA.concat(oA, oA.visualViewport || [], isOverflowElement(tA) ? tA : [], oA.frameElement && eA ? getOverflowAncestors(oA.frameElement) : []) : rA.concat(tA, getOverflowAncestors(tA));
return nA ? rA.concat(oA, oA.visualViewport || [], isOverflowElement(tA) ? tA : [], oA.frameElement && eA ? getOverflowAncestors(oA.frameElement) : []) : rA.concat(tA, getOverflowAncestors(tA, [], eA));
}
function getCssDimensions($) {
const rA = getComputedStyle$1($);
Expand Down
Binary file modified inst/vscode-extension/shinyuieditor-0.5.0.vsix
Binary file not shown.

0 comments on commit 447ed02

Please sign in to comment.