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

Hibiki v0.3.2 #6

Merged
merged 7 commits into from
Feb 25, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
bump to v0.3.2
  • Loading branch information
sawka committed Feb 23, 2022
commit 698dcfaeb6d4bc247e5983b0eaf7236a6ebee9f7
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ no build tools to download and run.
Just add one script tag to the top of your page or template:

```
<script src="https://cdn.hibikihtml.com/hibiki/v0.3.1/hibiki-prod.min.js"></script>
<script src="https://cdn.hibikihtml.com/hibiki/v0.3.2/hibiki-prod.min.js"></script>
```

Wrap any portion of your content with a &lt;template hibiki&gt; tag and you have your first
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hibiki",
"version": "0.3.1",
"version": "0.3.2",
"description": "Hibiki HTML",
"main": "dist/hibiki.js",
"repository": "https://github.com/sawka/hibiki",
Expand Down
2 changes: 1 addition & 1 deletion playground/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=1200">
<title>Hibiki HTML Playground</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<script src="https://cdn.hibikihtml.com/hibiki/v0.3.1/hibiki-prod.min.js"></script>
<script src="https://cdn.hibikihtml.com/hibiki/v0.3.2/hibiki-prod.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="/playground.css">
Expand Down
2 changes: 1 addition & 1 deletion playground/playground-iframe-bulma.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<title>Hibiki Playground Preview</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<script src="https://cdn.hibikihtml.com/hibiki/v0.3.1/hibiki-prod.min.js"></script>
<script src="https://cdn.hibikihtml.com/hibiki/v0.3.2/hibiki-prod.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
Expand Down
2 changes: 1 addition & 1 deletion playground/playground-iframe-clean.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<title>Hibiki Playground Preview</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<script src="https://cdn.hibikihtml.com/hibiki/v0.3.1/hibiki-prod.min.js"></script>
<script src="https://cdn.hibikihtml.com/hibiki/v0.3.2/hibiki-prod.min.js"></script>
</head>
<body>
%%TEXT%%
Expand Down
2 changes: 1 addition & 1 deletion playground/tutorial/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=1200">
<title>Hibiki HTML Tutorial</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<script src="https://cdn.hibikihtml.com/hibiki/v0.3.1/hibiki-prod.min.js"></script>
<script src="https://cdn.hibikihtml.com/hibiki/v0.3.2/hibiki-prod.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="/playground.css">
Expand Down
4 changes: 2 additions & 2 deletions playground/tutorial/t-gs.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h4 class="title is-4">Getting Started</h4>
You can create a Hibiki HTML app on any page in two steps. First add the Hibiki HTML JavaScript tag to
your page:
</p>
<pre class="codeblock">&lt;script src="https://cdn.hibikihtml.com/hibiki/v0.3.1/hibiki-prod.min.js"&gt;&lt;/script&gt;</pre>
<pre class="codeblock">&lt;script src="https://cdn.hibikihtml.com/hibiki/v0.3.2/hibiki-prod.min.js"&gt;&lt;/script&gt;</pre>
<p>
Next add a Hibiki template block to your page where you want the application to display (you can also wrap
your existing HTML to instantly convert it to a Hibiki app):
Expand Down Expand Up @@ -50,7 +50,7 @@ <h6 class="title is-6 mb-2">How the preview and tutorial was built</h6>
<a href="https://bulma.io/" target="_blank">Bulma</a> CSS library, and
<a href="https://fontawesome.com/v4.7/" target="_blank">FontAwesome v4.7</a>.
</p>
<pre class="codeblock">&lt;script src="https://cdn.hibikihtml.com/hibiki/v0.3.1/hibiki-prod.min.js">&lt;/script>
<pre class="codeblock">&lt;script src="https://cdn.hibikihtml.com/hibiki/v0.3.2/hibiki-prod.min.js">&lt;/script>
&lt;link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
&lt;link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css"></pre>

Expand Down
2 changes: 1 addition & 1 deletion playground/tutorial/t-intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h4 class="title is-4">Easy to Get Started</h4>
<p>
<a class="content-anchor" name="section1"></a>
Add one script tag to the top of your page:<br>
<code>https://cdn.hibikihtml.com/hibiki/v0.3.1/hibiki-prod.min.js</code>
<code>https://cdn.hibikihtml.com/hibiki/v0.3.2/hibiki-prod.min.js</code>
</p>
<p>
Wrap any portion of your content with a &lt;template&nbsp;hibiki&gt; tag and you have your first
Expand Down
4 changes: 2 additions & 2 deletions static/hibiki-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ if (testMode() == "test") {
libraryRoot: "https://localhost:5005/libs/",
useDevLibraryBuilds: true,
};
scriptQueue.push("/dist/hibiki-dev.js");
scriptQueue.push("/hibiki-dev.js");
}
else {
scriptQueue.push("https://cdn.hibikihtml.com/hibiki/v0.3.1/hibiki-prod.min.js");
scriptQueue.push("https://cdn.hibikihtml.com/hibiki/v0.3.2/hibiki-prod.min.js");
}
loadScriptQueue();
writeStyleSheet("https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css");
Expand Down
2 changes: 1 addition & 1 deletion webpack.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const merge = require('webpack-merge');
const common = require('./webpack.common.js');
const path = require('path');
const CopyPlugin = require("copy-webpack-plugin");
const VERSION = "v0.3.1";
const VERSION = "v0.3.2";

var merged = merge.merge(common, {
mode: "development",
Expand Down
2 changes: 1 addition & 1 deletion webpack.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const MiniCssExtractPlugin = require('mini-css-extract-plugin');
const LodashModuleReplacementPlugin = require('lodash-webpack-plugin');
const moment = require("dayjs");
const fs = require("fs");
const VERSION = "v0.3.1";
const VERSION = "v0.3.2";

function makeBuildStr() {
let buildStr = moment().format("YYYYMMDD-HHmmss");
Expand Down