Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

Releases: cgatno/sunburst-chart-periodic-table

Maintenance release: v0.2.1 hotfix

10 Feb 15:51
Compare
Choose a tag to compare

This release includes fixes for:

  • IE compatibility
  • Simplified task running (via npm run build)
  • Label disappearing trick due to text element overlap

Major release: first major update, v0.2.0!

17 Jan 18:32
Compare
Choose a tag to compare

This release marks the first major update to the Periodic Sunburst of the Elements. (New release, new moniker!) If you want to see how the project has changed, I suggest heading over to the README since it is almost completely rewritten. Since that is a little lengthy though (and I don't want to bore anyone!), I will highlight some of the major changes here:

  • Integrated build system using Gulp.js
  • Integrated web server for testing using local-web-server
  • Better and more complete in-code documentation (comments)
  • Corrected element information and new element names/symbols added
  • Switch from manual data preparation to using Wijmo's CollectionView object - relatively massive reduction in size of codebase
  • Minor style tweaking
  • Full code linting and more consistent ES6 syntax

That list doesn't fully describe all of the changes, so I encourage you to go and check out the code to see what else is new! As always, I would love to have help with development and issue tracking, so please stop by and consider contributing if you have the time!

Bug fixer for v0.1.0

07 Nov 15:42
Compare
Choose a tag to compare

v0.1.1 - Bug Fixes

  • Fixed incorrectly categorized elements (see issue #2)
  • Fixed data labels that were incorrectly pluralized (see commit e3e3e3c)

v0.1.0 production level release

04 Nov 16:16
Compare
Choose a tag to compare

Project Initialization

31 Oct 14:13
Compare
Choose a tag to compare
Pre-release

Project Initialization

Changelog

  • Add a README to direct our project!