Skip to content

Commit

Permalink
Updating to 1.0.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
abhchand committed Jun 29, 2020
1 parent 16a09e5 commit d1e610f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ Import the latest VanillaTreeViewer **script** and **styling** from our CDN ([Se

```erb
<head>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/abhchand/[email protected].5/dist/main.min.css" >
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/abhchand/[email protected].5/dist/index.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/abhchand/[email protected].6/dist/main.min.css" >
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/abhchand/[email protected].6/dist/index.min.js"></script>
</head>
```

Expand Down Expand Up @@ -172,7 +172,7 @@ Be sure to include this _after_ sourcing the `VanillaTreeViewer` script
Example for ActionScript:

```erb
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/abhchand/[email protected].5/dist/index.min.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/abhchand/[email protected].6/dist/index.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/languages/actionscript.min.js"></script>
```

Expand Down Expand Up @@ -202,7 +202,7 @@ Here is one approach that handles styling for all mount nodes:

The default styling for `VanillaTreeViewer` is based off the look and feel of [Sublime Text](https://www.sublimetext.com/).

`VanillaTreeViewer` does not provide a programmatic way to customize the component itself, but if you really need to customize the look and feel further you can override [the CSS](https://cdn.jsdelivr.net/gh/abhchand/[email protected].5/dist/main.min.css) for the `VanillaTreeViewer` component at your discretion.
`VanillaTreeViewer` does not provide a programmatic way to customize the component itself, but if you really need to customize the look and feel further you can override [the CSS](https://cdn.jsdelivr.net/gh/abhchand/[email protected].6/dist/main.min.css) for the `VanillaTreeViewer` component at your discretion.

* All CSS classes begin with `.vanilla-tree-viewer*`
* Please be aware that the default styling utilizes [media queries](https://www.w3schools.com/css/css_rwd_mediaqueries.asp) to apply styling at different screen widths.
Expand Down
4 changes: 2 additions & 2 deletions examples/simple.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<style>body { font-family: 'Helvetica' }</style>

<!-- Include styling and the JS library. -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/abhchand/[email protected].5/dist/main.min.css">
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/abhchand/[email protected].5/dist/index.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/abhchand/[email protected].6/dist/main.min.css">
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/abhchand/[email protected].6/dist/index.min.js"></script>

<script>
/*
Expand Down

0 comments on commit d1e610f

Please sign in to comment.