Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove alpha message #189

Merged
merged 3 commits into from
Sep 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.