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

2.8.0 #50

Merged
merged 8 commits into from
Mar 20, 2024
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
8 changes: 4 additions & 4 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-v2.7.2-blue)](https://www.npmjs.com/package/jheat.js)
[![nuget](https://img.shields.io/badge/nuget-v2.7.2-purple)](https://www.nuget.org/packages/jHeat.js/)
[![npm](https://img.shields.io/badge/npmjs-v2.8.0-blue)](https://www.npmjs.com/package/jheat.js)
[![nuget](https://img.shields.io/badge/nuget-v2.8.0-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, charts, and statistics to visualize date-based activity and trends.</p>
> <p align="center">v2.7.2</p>
> <p align="center">v2.8.0</p>
<br />

![Heat.js](docs/images/main.png)
Expand All @@ -27,7 +27,7 @@ Heat.js
- Fully configurable per DOM element.
- Toggling colors on/off support.
- Export all data to CSV, JSON, XML, and TXT.
- Import data from JSON and TXT.
- Import data from JSON, TXT, and CSV.
- 51 language translations available!
- Trend types allows data to be split up and viewed separately.
- Customizable tooltips.
Expand Down
8 changes: 4 additions & 4 deletions README_NUGET.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Heat.js v2.7.2
# Heat.js v2.8.0

[![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-v2.7.2-blue)](https://www.npmjs.com/package/jheat.js)
[![nuget](https://img.shields.io/badge/nuget-v2.7.2-purple)](https://www.nuget.org/packages/jHeat.js/)
[![npm](https://img.shields.io/badge/npmjs-v2.8.0-blue)](https://www.npmjs.com/package/jheat.js)
[![nuget](https://img.shields.io/badge/nuget-v2.8.0-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 All @@ -20,7 +20,7 @@
- Fully configurable per DOM element.
- Toggling colors on/off support.
- Export all data to CSV, JSON, XML, and TXT.
- Import data from JSON and TXT.
- Import data from JSON, TXT, and CSV.
- 51 language translations available!
- Trend types allows data to be split up and viewed separately.
- Customizable tooltips.
Expand Down
767 changes: 316 additions & 451 deletions dist/heat.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/heat.js.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Heat.js Library v2.7.2
* Heat.js Library v2.8.0
*
* Copyright 2024 Bunoon
* Released under the MIT License
Expand Down Expand Up @@ -373,7 +373,7 @@ div.heat-js div.map-contents div.map div.days-months-bottom div.day-name {
text-align: left !important;
height: var(--heat-js-day-size);
margin-bottom: var(--heat-js-day-spacing);
display: inline-flex;
display: flex;
justify-content: center;
flex-direction: column;
}
Expand Down
4 changes: 2 additions & 2 deletions dist/heat.js.min.css

Large diffs are not rendered by default.

148 changes: 75 additions & 73 deletions dist/heat.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/themes/dark/heat.js.dark.bright-blue.theme.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v2.7.2 | (c) Bunoon 2024 | MIT License */
/*! Heat.js v2.8.0 | (c) Bunoon 2024 | MIT License */
:root {
/* Holidays */
--heat-js-holiday-background-color: rgba( 210, 43, 43, 0.75 );
Expand Down
2 changes: 1 addition & 1 deletion dist/themes/dark/heat.js.dark.bright-orange.theme.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v2.7.2 | (c) Bunoon 2024 | MIT License */
/*! Heat.js v2.8.0 | (c) Bunoon 2024 | MIT License */
:root {
/* Holidays */
--heat-js-holiday-background-color: rgba( 31, 81, 255, 0.75 );
Expand Down
2 changes: 1 addition & 1 deletion dist/themes/dark/heat.js.dark.bright-purple.theme.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v2.7.2 | (c) Bunoon 2024 | MIT License */
/*! Heat.js v2.8.0 | (c) Bunoon 2024 | MIT License */
:root {
/* Holidays */
--heat-js-holiday-background-color: rgba( 31, 81, 255, 0.75 );
Expand Down
2 changes: 1 addition & 1 deletion dist/themes/dark/heat.js.dark.bright-yellow.theme.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v2.7.2 | (c) Bunoon 2024 | MIT License */
/*! Heat.js v2.8.0 | (c) Bunoon 2024 | MIT License */
:root {
/* Holidays */
--heat-js-holiday-background-color: rgba( 31, 81, 255, 0.75 );
Expand Down
2 changes: 1 addition & 1 deletion dist/themes/dark/heat.js.dark.cadmium-red.theme.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v2.7.2 | (c) Bunoon 2024 | MIT License */
/*! Heat.js v2.8.0 | (c) Bunoon 2024 | MIT License */
:root {
/* Holidays */
--heat-js-holiday-background-color: rgba( 31, 81, 255, 0.75 );
Expand Down
2 changes: 1 addition & 1 deletion dist/themes/dark/heat.js.dark.github.theme.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v2.7.2 | (c) Bunoon 2024 | MIT License */
/*! Heat.js v2.8.0 | (c) Bunoon 2024 | MIT License */
:root {
/* Holidays */
--heat-js-holiday-background-color: rgba( 210, 43, 43, 0.75 );
Expand Down
2 changes: 1 addition & 1 deletion dist/themes/light/heat.js.light.bright-orange.theme.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v2.7.2 | (c) Bunoon 2024 | MIT License */
/*! Heat.js v2.8.0 | (c) Bunoon 2024 | MIT License */
:root {
/* Colors */
--heat-js-color-black: #F5F5F5;
Expand Down
2 changes: 1 addition & 1 deletion dist/themes/light/heat.js.light.bright-purple.theme.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v2.7.2 | (c) Bunoon 2024 | MIT License */
/*! Heat.js v2.8.0 | (c) Bunoon 2024 | MIT License */
:root {
/* Colors */
--heat-js-color-black: #F5F5F5;
Expand Down
2 changes: 1 addition & 1 deletion dist/themes/light/heat.js.light.gamboge.theme.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v2.7.2 | (c) Bunoon 2024 | MIT License */
/*! Heat.js v2.8.0 | (c) Bunoon 2024 | MIT License */
:root {
/* Colors */
--heat-js-color-black: #F5F5F5;
Expand Down
2 changes: 1 addition & 1 deletion dist/themes/light/heat.js.light.neon-blue.theme.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v2.7.2 | (c) Bunoon 2024 | MIT License */
/*! Heat.js v2.8.0 | (c) Bunoon 2024 | MIT License */
:root {
/* Colors */
--heat-js-color-black: #F5F5F5;
Expand Down
2 changes: 1 addition & 1 deletion dist/themes/light/heat.js.light.red.theme.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v2.7.2 | (c) Bunoon 2024 | MIT License */
/*! Heat.js v2.8.0 | (c) Bunoon 2024 | MIT License */
:root {
/* Colors */
--heat-js-color-black: #F5F5F5;
Expand Down
2 changes: 1 addition & 1 deletion dist/themes/light/heat.js.light.shamrock-green.theme.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v2.7.2 | (c) Bunoon 2024 | MIT License */
/*! Heat.js v2.8.0 | (c) Bunoon 2024 | MIT License */
:root {
/* Colors */
--heat-js-color-black: #F5F5F5;
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.af.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v2.7.2 - Afrikaans | (c) Bunoon 2024 | MIT License */
/*! Heat.js v2.8.0 - Afrikaans | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "",
"ndText": "",
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 v2.7.2 - Arabic | (c) Bunoon 2024 | MIT License */
/*! Heat.js v2.8.0 - Arabic | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "",
"ndText": "",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.be.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v2.7.2 - Belarusian | (c) Bunoon 2024 | MIT License */
/*! Heat.js v2.8.0 - Belarusian | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "",
"ndText": "",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.bg.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v2.7.2 - Bulgarian | (c) Bunoon 2024 | MIT License */
/*! Heat.js v2.8.0 - Bulgarian | (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 v2.7.2 - Bengali | (c) Bunoon 2024 | MIT License */
/*! Heat.js v2.8.0 - Bengali | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "",
"ndText": "",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.ca.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v2.7.2 - Catalan | (c) Bunoon 2024 | MIT License */
/*! Heat.js v2.8.0 - Catalan | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "",
"ndText": "",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.da.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v2.7.2 - Danish | (c) Bunoon 2024 | MIT License */
/*! Heat.js v2.8.0 - Danish | (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 v2.7.2 - German | (c) Bunoon 2024 | MIT License */
/*! Heat.js v2.8.0 - German | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "",
"ndText": "",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.el.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v2.7.2 - Greek | (c) Bunoon 2024 | MIT License */
/*! Heat.js v2.8.0 - Greek | (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 v2.7.2 - English | (c) Bunoon 2024 | MIT License */
/*! Heat.js v2.8.0 - English | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "st",
"ndText": "nd",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.eo.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v2.7.2 - Esperanto | (c) Bunoon 2024 | MIT License */
/*! Heat.js v2.8.0 - Esperanto | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "",
"ndText": "",
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 v2.7.2 - Spanish | (c) Bunoon 2024 | MIT License */
/*! Heat.js v2.8.0 - Spanish | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "",
"ndText": "",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.et.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v2.7.2 - Estonian | (c) Bunoon 2024 | MIT License */
/*! Heat.js v2.8.0 - Estonian | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "",
"ndText": "",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.fa.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v2.7.2 - Farsi | (c) Bunoon 2024 | MIT License */
/*! Heat.js v2.8.0 - Farsi | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "",
"ndText": "",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.fi.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v2.7.2 - Finnish | (c) Bunoon 2024 | MIT License */
/*! Heat.js v2.8.0 - Finnish | (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 v2.7.2 - French | (c) Bunoon 2024 | MIT License */
/*! Heat.js v2.8.0 - French | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "",
"ndText": "",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.fy.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v2.7.2 - Frisian | (c) Bunoon 2024 | MIT License */
/*! Heat.js v2.8.0 - Frisian | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "",
"ndText": "",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.ga.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v2.7.2 - Irish | (c) Bunoon 2024 | MIT License */
/*! Heat.js v2.8.0 - Irish | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "",
"ndText": "",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.gl.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v2.7.2 - Galician | (c) Bunoon 2024 | MIT License */
/*! Heat.js v2.8.0 - Galician | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "",
"ndText": "",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.he.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v2.7.2 - Hebrew | (c) Bunoon 2024 | MIT License */
/*! Heat.js v2.8.0 - Hebrew | (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 v2.7.2 - Hindi | (c) Bunoon 2024 | MIT License */
/*! Heat.js v2.8.0 - Hindi | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "",
"ndText": "",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.hu.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v2.7.2 - Hungarian | (c) Bunoon 2024 | MIT License */
/*! Heat.js v2.8.0 - Hungarian | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "",
"ndText": "",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.hy.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v2.7.2 - Armenian | (c) Bunoon 2024 | MIT License */
/*! Heat.js v2.8.0 - Armenian | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "",
"ndText": "",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.id.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v2.7.2 - Indonesian | (c) Bunoon 2024 | MIT License */
/*! Heat.js v2.8.0 - Indonesian | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "",
"ndText": "",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.is.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v2.7.2 - Icelandic | (c) Bunoon 2024 | MIT License */
/*! Heat.js v2.8.0 - Icelandic | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "",
"ndText": "",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.it.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v2.7.2 - Italian | (c) Bunoon 2024 | MIT License */
/*! Heat.js v2.8.0 - Italian | (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 v2.7.2 - Japanese | (c) Bunoon 2024 | MIT License */
/*! Heat.js v2.8.0 - Japanese | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "",
"ndText": "",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.ka.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v2.7.2 - Georgian | (c) Bunoon 2024 | MIT License */
/*! Heat.js v2.8.0 - Georgian | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "",
"ndText": "",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.ko.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v2.7.2 - Korean | (c) Bunoon 2024 | MIT License */
/*! Heat.js v2.8.0 - Korean | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "",
"ndText": "",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.lb.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v2.7.2 - Luxembourgish | (c) Bunoon 2024 | MIT License */
/*! Heat.js v2.8.0 - Luxembourgish | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "",
"ndText": "",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.lt.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v2.7.2 - Lithuanian | (c) Bunoon 2024 | MIT License */
/*! Heat.js v2.8.0 - Lithuanian | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "",
"ndText": "",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.lv.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v2.7.2 - Latvian | (c) Bunoon 2024 | MIT License */
/*! Heat.js v2.8.0 - Latvian | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "",
"ndText": "",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.ms.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v2.7.2 - Malay | (c) Bunoon 2024 | MIT License */
/*! Heat.js v2.8.0 - Malay | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "",
"ndText": "",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.ne.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v2.7.2 - Nepali | (c) Bunoon 2024 | MIT License */
/*! Heat.js v2.8.0 - Nepali | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "",
"ndText": "",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.nl.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v2.7.2 - Dutch | (c) Bunoon 2024 | MIT License */
/*! Heat.js v2.8.0 - Dutch | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "",
"ndText": "",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.no.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v2.7.2 - Norwegian | (c) Bunoon 2024 | MIT License */
/*! Heat.js v2.8.0 - Norwegian | (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 v2.7.2 - Portuguese | (c) Bunoon 2024 | MIT License */
/*! Heat.js v2.8.0 - Portuguese | (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 v2.7.2 - Polish | (c) Bunoon 2024 | MIT License */
/*! Heat.js v2.8.0 - Polish | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "",
"ndText": "",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.ro.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v2.7.2 - Romanian | (c) Bunoon 2024 | MIT License */
/*! Heat.js v2.8.0 - Romanian | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "",
"ndText": "",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.si.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v2.7.2 - Sinhalese | (c) Bunoon 2024 | MIT License */
/*! Heat.js v2.8.0 - Sinhalese | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "",
"ndText": "",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.sk.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v2.7.2 - Slovak | (c) Bunoon 2024 | MIT License */
/*! Heat.js v2.8.0 - Slovak | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "",
"ndText": "",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.sl.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v2.7.2 - Slovenian | (c) Bunoon 2024 | MIT License */
/*! Heat.js v2.8.0 - Slovenian | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "",
"ndText": "",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.sv.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v2.7.2 - Swedish | (c) Bunoon 2024 | MIT License */
/*! Heat.js v2.8.0 - Swedish | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "",
"ndText": "",
Expand Down
Loading
Loading