Skip to content

Latest commit

 

History

History
61 lines (39 loc) · 4.04 KB

CHANGELOG.md

File metadata and controls

61 lines (39 loc) · 4.04 KB

An animated fractal of the arctic ocean

0.1.0

Release Date: 2019-01-08 Project Board Milestone

This is the initial release version of Arctic Ocean Fractal. It represents the basic project setup, structure and development workflow with an deployable state. It provides the initial implementations and configurations.

To get an overview of the general project plan, read the documentation which introduces the project and it's usage, the architecture, the tech stack and the development workflow.

Features

Basic Project Setup

NPM package initialization — #1 (⊶ ad46d7f2) ↠ Initialized the NPM package.json file that contains the project's metadata and dependency definitions.

Initial Project Setup — #2 (⊶ 7bf16ba4) ↠ Implemented the initial project setup based on Arctic Ice Studio's standards and conventions.

Styled SVG Vector Graphic Components — #3 (⊶ 73f18227) ↠ Implemented all required styled SVG vector graphic fractal components the main ArcticOceanFractal (#3) component consists of.

Main Public API ArcticOceanFractal Component — #4 (⊶ 255527c6) ↠ Implemented the main ArcticOceanFractal component. It is build out of the styled components implemented in #3 and represents the public API including the props to customize the component.