Skip to content

Commit

Permalink
Renamed to v1.6.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
William Troup committed Jan 29, 2024
1 parent 8f4bb67 commit b6fcaf1
Show file tree
Hide file tree
Showing 24 changed files with 31 additions and 33 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
Heat.js

[![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Heat.js%2C%20a%20free%20JavaScript%heat%20map&url=https://github.com/williamtroup/Heat.js&hashtags=javascript,heat,map)
[![npm](https://img.shields.io/badge/npmjs-v1.7.0-blue)](https://www.npmjs.com/package/jheat.js)
[![nuget](https://img.shields.io/badge/nuget-v1.7.0-purple)](https://www.nuget.org/packages/jHeat.js/)
[![npm](https://img.shields.io/badge/npmjs-v1.6.3-blue)](https://www.npmjs.com/package/jheat.js)
[![nuget](https://img.shields.io/badge/nuget-v1.6.3-purple)](https://www.nuget.org/packages/jHeat.js/)
[![license](https://img.shields.io/badge/license-MIT-green)](https://github.com/williamtroup/Heat.js/blob/main/LICENSE.txt)
[![discussions Welcome](https://img.shields.io/badge/discussions-Welcome-red)](https://github.com/williamtroup/Heat.js/discussions)
[![coded by William Troup](https://img.shields.io/badge/coded_by-William_Troup-yellow)](https://william-troup.com/)
</h1>

> <p align="center">🌞 A lightweight JavaScript library that generates customizable heat maps and charts to visualize date-based activity and trends.</p>
> <p align="center">v1.7.0</p>
> <p align="center">v1.6.3</p>
<br />
![Heat.js](docs/images/main.png)
Expand Down
6 changes: 3 additions & 3 deletions README_NUGET.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Heat.js v1.7.0
# Heat.js v1.6.3

[![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Heat.js%2C%20a%20free%20JavaScript%heat%20map&url=https://github.com/williamtroup/Heat.js&hashtags=javascript,heat,map)
[![npm](https://img.shields.io/badge/npmjs-v1.7.0-blue)](https://www.npmjs.com/package/jheat.js)
[![nuget](https://img.shields.io/badge/nuget-v1.7.0-purple)](https://www.nuget.org/packages/jHeat.js/)
[![npm](https://img.shields.io/badge/npmjs-v1.6.3-blue)](https://www.npmjs.com/package/jheat.js)
[![nuget](https://img.shields.io/badge/nuget-v1.6.3-purple)](https://www.nuget.org/packages/jHeat.js/)
[![license](https://img.shields.io/badge/license-MIT-green)](https://github.com/williamtroup/Heat.js/blob/main/LICENSE.txt)
[![discussions Welcome](https://img.shields.io/badge/discussions-Welcome-red)](https://github.com/williamtroup/Heat.js/discussions)
[![coded by William Troup](https://img.shields.io/badge/coded_by-William_Troup-yellow)](https://william-troup.com/)
Expand Down
4 changes: 2 additions & 2 deletions dist/heat.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v1.7.0 | (c) Bunoon 2024 | MIT License */
/*! Heat.js v1.6.3 | (c) Bunoon 2024 | MIT License */
(function() {
function render() {
var tagTypes = _configuration.domElementTypes;
Expand Down Expand Up @@ -1126,7 +1126,7 @@
return this;
};
this.getVersion = function() {
return "1.7.0";
return "1.6.3";
};
(function(documentObject, windowObject) {
_parameter_Document = documentObject;
Expand Down
2 changes: 1 addition & 1 deletion dist/heat.js.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Heat.js Library v1.7.0
* Heat.js Library v1.6.3
*
* Copyright 2024 Bunoon
* Released under the MIT License
Expand Down
2 changes: 1 addition & 1 deletion dist/heat.js.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/heat.min.js

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

2 changes: 1 addition & 1 deletion dist/themes/heat.js.light.theme.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v1.7.0 | (c) Bunoon 2024 | MIT License */
/*! Heat.js v1.6.3 | (c) Bunoon 2024 | MIT License */
:root {
/* Colors */
--heat-js-color-black: #F5F5F5;
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.ar.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v1.7.0 | (c) Bunoon 2024 | MIT License */
/*! Heat.js v1.6.3 | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "",
"ndText": "",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.bn.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v1.7.0 | (c) Bunoon 2024 | MIT License */
/*! Heat.js v1.6.3 | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "",
"ndText": "",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.de.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v1.7.0 | (c) Bunoon 2024 | MIT License */
/*! Heat.js v1.6.3 | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "",
"ndText": "",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.en.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v1.7.0 | (c) Bunoon 2024 | MIT License */
/*! Heat.js v1.6.3 | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "st",
"ndText": "nd",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.es.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v1.7.0 | (c) Bunoon 2024 | MIT License */
/*! Heat.js v1.6.3 | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "",
"ndText": "",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.fr.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v1.7.0 | (c) Bunoon 2024 | MIT License */
/*! Heat.js v1.6.3 | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "",
"ndText": "",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.hi.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v1.7.0 | (c) Bunoon 2024 | MIT License */
/*! Heat.js v1.6.3 | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "",
"ndText": "",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.ja.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v1.7.0 | (c) Bunoon 2024 | MIT License */
/*! Heat.js v1.6.3 | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "",
"ndText": "",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.pl.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v1.7.0 | (c) Bunoon 2024 | MIT License */
/*! Heat.js v1.6.3 | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "",
"ndText": "",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.pt.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v1.7.0 | (c) Bunoon 2024 | MIT License */
/*! Heat.js v1.6.3 | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "",
"ndText": "",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.tr.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v1.7.0 | (c) Bunoon 2024 | MIT License */
/*! Heat.js v1.6.3 | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "",
"ndText": "",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.zh.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v1.7.0 | (c) Bunoon 2024 | MIT License */
/*! Heat.js v1.6.3 | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "",
"ndText": "",
Expand Down
4 changes: 1 addition & 3 deletions docs/CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Heat.js - Change Log:

## Version 1.7.0:

#### **CSS:**
## Version 1.6.3:
- Increased the bars width shown in the chart view to 10 pixels.
- Added a top left/right border radius to bars width shown in the chart view.

Expand Down
2 changes: 1 addition & 1 deletion heat.js.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>jHeat.js</id>
<version>1.7.0</version>
<version>1.6.3</version>
<title>Heat.js</title>
<description>A lightweight JavaScript library that generates customizable heat maps and charts to visualize date-based activity and trends.</description>
<authors>William Troup</authors>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jheat.js",
"title": "Heat.js",
"description": "A lightweight JavaScript library that generates customizable heat maps and charts to visualize date-based activity and trends.",
"version": "1.7.0",
"version": "1.6.3",
"main": "dist/heat.js",
"homepage": "https://www.william-troup.com/heat-js/",
"author": {
Expand Down
4 changes: 2 additions & 2 deletions src/heat.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* A lightweight JavaScript library that generates customizable heat maps and charts to visualize date-based activity and trends.
*
* @file observe.js
* @version v1.7.0
* @version v1.6.3
* @author Bunoon
* @license MIT License
* @copyright Bunoon 2024
Expand Down Expand Up @@ -1865,7 +1865,7 @@
* @returns {string} The version number.
*/
this.getVersion = function() {
return "1.7.0";
return "1.6.3";
};


Expand Down
2 changes: 1 addition & 1 deletion src/heat.js.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Heat.js Library v1.7.0
* Heat.js Library v1.6.3
*
* Copyright 2024 Bunoon
* Released under the MIT License
Expand Down

0 comments on commit b6fcaf1

Please sign in to comment.