Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.48 KB

CHANGELOG.md

File metadata and controls

43 lines (31 loc) · 1.48 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Added

  • Start using human-readable changelogs and semantic versioning.
  • A layout component for sticky subsections (scroll in, scroll through itself, scroll out)
  • A timeline format that allows the synchronization of map movement and layers with paragraphs of text.
  • Snap points for subsections

Changed

  • Simplify layer control by using a singular list of enabled layers instead of separate enable and disable arrays.
  • Reset default NPM package version 1.0.0 to starting version 0.1.0.

Fixed

  • Prevent flickering with a permanent base layer and increase render performance by integrating requestAnimationFrame().
  • An error which prevented rendering of the base layer in Chrome.