<p align="center"><a href="https://www.npmjs.com/package/arctic-landscape"><img src="https://raw.githubusercontent.com/arcticicestudio/arctic-landscape/develop/assets/repository-hero.svg?sanitize=true"/></a></p>

<p align="center"><a href="https://github.com/arcticicestudio/arctic-landscape/releases/latest"><img src="https://img.shields.io/github/release/arcticicestudio/arctic-landscape.svg?style=flat-square&label=Release&logo=github&logoColor=eceff4&colorA=4c566a&colorB=88c0d0"/></a></p>

<p align="center"><a href="https://github.com/arcticicestudio/arctic-landscape/releases/latest"><img src="https://img.shields.io/npm/v/arctic-landscape.svg?style=flat-square&logo=npm&logoColor=eceff4&colorA=4c566a&colorB=88c0d0"/></a> <a href="https://github.com/arcticicestudio/arctic-landscape/releases/latest"><img src="https://img.shields.io/npm/dt/arctic-landscape.svg?style=flat-square&logo=npm&logoColor=eceff4&colorA=4c566a&colorB=88c0d0"/></a></p>

<p align="center">Changelog for the animated drawing of an arctic landscape</p>

# 0.1.0

![Release Date: 2019-01-05](https://img.shields.io/badge/Release_Date-2019--01--05-88c0d0.svg?style=flat-square&colorA=4c566a) [![Project Board](https://img.shields.io/badge/Project_Board-0.1.0-88c0d0.svg?style=flat-square&colorA=4c566a&logo=github&logoColor=eceff4)](https://github.com/arcticicestudio/arctic-landscape/projects/3) [![Milestone](https://img.shields.io/badge/Milestone-0.1.0-88c0d0.svg?style=flat-square&colorA=4c566a&logo=github&logoColor=eceff4)](https://github.com/arcticicestudio/arctic-landscape/milestone/1)

This is the initial release version of _Arctic Landscape_.
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][gh-readme] which introduces the project and it's usage, the architecture, the tech stack and the development workflow.

<p align="center"><a href="https://www.npmjs.com/package/arctic-landscape"><img src="https://raw.githubusercontent.com/arcticicestudio/arctic-landscape/develop/assets/repository-hero.svg?sanitize=true"/></a></p>

## Features

### Basic Project Setup

<p align="center"><img src="https://upload.wikimedia.org/wikipedia/commons/d/db/Npm-logo.svg?sanitize=true" width="10%" /></p>

**Initial Project Setup** — #1 (⊶ c8e5f122)
↠ Implemented the initial project setup based on [Arctic Ice Studio's][ais] standards and conventions.

<p align="center"><img src="https://user-images.githubusercontent.com/7836623/48661206-c0fe6600-ea6e-11e8-8142-4c65c82b9927.png" width="50%" /></p>

**Styled SVG Vector Graphic Components** — #2 (⊶ 61257dd8)
↠ Implemented all required styled SVG vector graphic fractal components the main `ArcticLandscape` (#3) component consists of.

<p align="center"><img src="https://user-images.githubusercontent.com/7836623/48669377-c0fc7580-eb03-11e8-82e8-4853fb0ed52c.png" width="10%" /></p>

**Main Public API `ArcticLandscape` Component** — #3 (⊶ 328c412a)
↠ Implemented the main `ArcticLandscape` component. It is build out of the styled components implemented in #2 and represents the public API including the [`props` to customize the component][gh-readme-cs].

---

<!--
+------------------+
+ Symbol Reference +
+------------------+
↠ (U+21A0): Start of a log section description
— (U+2014): Separator between a log section title and the metadata
⇄ (U+21C4): Separator between a issue ID and pull request ID in a log metadata
⊶ (U+22B6): Icon prefix for the short commit SHA checksum in a log metadata
-->

<!-- lint disable final-definition -->

<!-- Base Links -->

[ais]: https://www.arcticicestudio.com
[gh-readme]: https://github.com/arcticicestudio/arctic-landscape/blob/develop/README.md
[gh-readme-cs]: https://github.com/arcticicestudio/arctic-landscape#customization
