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.
- 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
- Simplify layer control by using a singular list of enabled layers instead of separate
enable
anddisable
arrays. - Reset default NPM package version
1.0.0
to starting version0.1.0
.
- 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.