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

1.8.0 #28

Merged
merged 31 commits into from
Feb 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
d2af632
Updated to v1.8.0.
Feb 1, 2024
30c0bd0
Added new public function "getIds()", which will return all the IDs f…
Feb 1, 2024
550cda3
Added new public function "resetAll()", which will reset the data for…
Feb 1, 2024
0bbbe10
Added documentation on how to report bugs and raise feature request.
Feb 1, 2024
838fb44
Added layout support for the new Statistics view.
Feb 1, 2024
168aafb
Statistics are now showing.
Feb 1, 2024
38a5c37
Added minimized files, fixed labels.
Feb 1, 2024
5171a99
Updated change log and documentation.
Feb 1, 2024
0f6ab5b
Documentation update.
Feb 1, 2024
6be4b31
Updated translations.
Feb 1, 2024
f7e134a
Added a new configuration option called "noStatisticsDataMessage", wh…
Feb 1, 2024
bfbf86a
Removed dead code.
Feb 1, 2024
4ac0649
Updated CSS classes.
Feb 1, 2024
aa809d7
Minor adjustment.
Feb 1, 2024
df515c6
Added moveToPreviousYear(), moveToNextYear() and moveToCurrentYear().
Feb 1, 2024
a8dcd25
Minor CSS update.
Feb 1, 2024
5a7882f
Change log update.
Feb 1, 2024
a75baae
When the no data messages are shown, all other objects in the DOM ele…
Feb 1, 2024
4a5e216
Minor cleanup.
Feb 1, 2024
75bcf18
Minor documentatio update.
Feb 1, 2024
ebe1a68
Minor cleanups.
Feb 1, 2024
f54c5d5
More variables.
Feb 1, 2024
b32d08d
Fixed a fault that caused empty data sets to be exported to CSV files.
Feb 1, 2024
617b8b6
Added a new binding option called "noTypesLabel", which states a labe…
Feb 1, 2024
abc262f
Minor HTMl file updates.
Feb 1, 2024
1788bb3
Fixed a fault that caused the active state for buttons to be shown wh…
Feb 1, 2024
f82c062
Updated README files.
Feb 2, 2024
1c3471b
Updated change log.
Feb 2, 2024
d2871dc
Change log fixes.
Feb 2, 2024
fd5f7f1
Lots of improvements to the documentation.
Feb 2, 2024
393af7e
Updated main image.
Feb 2, 2024
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
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
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-v1.7.1-blue)](https://www.npmjs.com/package/jheat.js)
[![nuget](https://img.shields.io/badge/nuget-v1.7.1-purple)](https://www.nuget.org/packages/jHeat.js/)
[![npm](https://img.shields.io/badge/npmjs-v1.8.0-blue)](https://www.npmjs.com/package/jheat.js)
[![nuget](https://img.shields.io/badge/nuget-v1.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 and charts to visualize date-based activity and trends.</p>
> <p align="center">v1.7.1</p>
> <p align="center">v1.8.0</p>
<br />

![Heat.js](docs/images/main.png)
Expand All @@ -23,7 +23,7 @@ Heat.js
- Full API available via public functions.
- Fully styled in CSS/SASS, fully responsive, and compatible with the Bootstrap library.
- Full CSS theme support (using :root variables).
- 2 views supported: Map and Chart!
- 3 views supported: Map Chart and Statistics!
- Fully configurable per DOM element.
- Toggling colors on/off support.
- Export all data to CSV.
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 v1.7.1
# Heat.js v1.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-v1.7.1-blue)](https://www.npmjs.com/package/jheat.js)
[![nuget](https://img.shields.io/badge/nuget-v1.7.1-purple)](https://www.nuget.org/packages/jHeat.js/)
[![npm](https://img.shields.io/badge/npmjs-v1.8.0-blue)](https://www.npmjs.com/package/jheat.js)
[![nuget](https://img.shields.io/badge/nuget-v1.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 @@ -16,7 +16,7 @@
- Full API available via public functions.
- Fully styled in CSS/SASS, fully responsive, and compatible with the Bootstrap library.
- Full CSS theme support (using :root variables).
- 2 views supported: Map and Chart!
- 3 views supported: Map Chart and Statistics!
- Fully configurable per DOM element.
- Toggling colors on/off support.
- Export all data to CSV.
Expand Down
Loading
Loading