Skip to content

Commit

Permalink
Beta3 (#242)
Browse files Browse the repository at this point in the history
* do not use prefs when column mapping
* use current signals as truth
* use CubeShape instead of Product icon
* sync snapshot with insight
* promote Snapshot interface
* save signalValues with snapshot
* separate link and share
* use safeFieldName
* no null size column
* handle square brackets
* filter whitespace column names
* expression-safe field name
* conditional size columnMap
* ensure size column for density
* cast Toggle to any
* save signal values prior to deselection
* use intrinsic fluentui types
* react as peerDependency
* sync @types/react
* save snapshots to powerbi
* handle table names within parens
* set prototype of React classes
* persistence of signal values
* change dependencies in readme
* major version
  • Loading branch information
danmarshall authored Jun 23, 2020
1 parent 67abe31 commit 4dea77f
Show file tree
Hide file tree
Showing 136 changed files with 14,188 additions and 14,347 deletions.
8 changes: 4 additions & 4 deletions docs/embed/v3/sanddance-embed.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SandDance</title>
<link rel="stylesheet" type="text/css"
href="https://unpkg.com/@msrvida/sanddance-embed@3.0.0-beta.2/dist/css/sanddance-embed.css" />
href="https://unpkg.com/@msrvida/sanddance-embed@3/dist/css/sanddance-embed.css" />
<link rel="stylesheet" type="text/css"
href="https://unpkg.com/@msrvida/sanddance-explorer@3.0.0-beta.2/dist/css/sanddance-explorer.css" />
href="https://unpkg.com/@msrvida/sanddance-explorer@3/dist/css/sanddance-explorer.css" />
</head>

<body>
Expand All @@ -17,8 +17,8 @@
<script src="https://unpkg.com/deck.gl@8.1.5/dist.min.js"></script>
<script src="https://unpkg.com/vega@5.11/build/vega.min.js"></script>
<script src="https://unpkg.com/@fluentui/react@7.111/dist/fluentui-react.js"></script>
<script src="https://unpkg.com/@msrvida/sanddance-explorer@3.0.0-beta.2/dist/umd/sanddance-explorer.js"></script>
<script src="https://unpkg.com/@msrvida/sanddance-embed@3.0.0-beta.2/dist/umd/sanddance-embed.js"></script>
<script src="https://unpkg.com/@msrvida/sanddance-explorer@3/dist/umd/sanddance-explorer.js"></script>
<script src="https://unpkg.com/@msrvida/sanddance-embed@3/dist/umd/sanddance-embed.js"></script>

<div id="app"></div>

Expand Down
24 changes: 12 additions & 12 deletions extensions/azdata-sanddance/package-lock.json

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

24 changes: 12 additions & 12 deletions extensions/common-backend/package-lock.json

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

Loading

0 comments on commit 4dea77f

Please sign in to comment.