# Changelog

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

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.0](https://github.com/metonym/svelte-primer/releases/tag/v0.1.0) - 2020-11-23

- Add TypeScript definitions

## [0.1.0-rc.4](https://github.com/metonym/svelte-primer/releases/tag/v0.1.0-rc.4) - 2020-05-11

- Fix falsy values by filter class/style attributes

- Bump `svelte-octicons` to v9.6.1

## [0.1.0-rc.3](https://github.com/metonym/svelte-primer/releases/tag/v0.1.0-rc.3) - 2020-05-10

- Add Header, Pagination components

- Replace `javascript:void` with `#`

## [0.1.0-rc.2](https://github.com/metonym/svelte-primer/releases/tag/v0.1.0-rc.2) - 2020-05-10

- Fix "undefined" aria-current attribute

## [0.1.0-rc.1](https://github.com/metonym/svelte-primer/releases/tag/v0.1.0-rc.1) - 2020-05-10

- Export `Pagehead`

## [0.1.0-rc.0](https://github.com/metonym/svelte-primer/releases/tag/v0.1.0-rc.0) - 2020-05-09

- Remove unnecessary exports like `className`, `style`, `alt`, `src`

- Forward the "click" event where appropriate

## [0.1.0-beta.1](https://github.com/metonym/svelte-primer/releases/tag/v0.1.0-beta.1) - 2020-04-29

- Add `Autocomplete` component

- List unsupported components in README

## [0.1.0-alpha.6](https://github.com/metonym/svelte-primer/releases/tag/v0.1.0-alpha.6) - 2020-04-29

- Add `Form` component

## [0.1.0-alpha.5](https://github.com/metonym/svelte-primer/releases/tag/v0.1.0-alpha.5) - 2020-04-28

- Add `Navigation` component

## [0.1.0-alpha.4](https://github.com/metonym/svelte-primer/releases/tag/v0.1.0-alpha.4) - 2020-04-26

- Add `ButtonMarketing` component

## [0.1.0-alpha.3](https://github.com/metonym/svelte-primer/releases/tag/v0.1.0-alpha.3) - 2020-04-26

- Add `Popover` component

- Rename `type` prop to `variant` in `Button` component

- Filter falsy values in class array value

## [0.1.0-alpha.2](https://github.com/metonym/svelte-primer/releases/tag/v0.1.0-alpha.2) - 2020-04-26

- Complete `Avatar`, `Timeline`, `Box`, `Blankslate` components

## [0.1.0-alpha.1](https://github.com/metonym/svelte-primer/releases/tag/v0.1.0-alpha.1) - 2020-04-26

- Initial release
