# 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).

## [1.7.0]

### Changed

- Migrated build system to esbuild

## [1.6.0]

### Added

- Added `Container` component

## [1.5.0] - 2021-10-08

### Fixed

- Added `id` prop to `Box` component
- Added `elementType` prop to `Box` component

## [1.4.0] - 2021-09-27

### Added

- Added spin prop to Icon component

### Changed

- Upgraded Theme UI to v0.11

## [1.3.0] - 2021-09-16

### Added

- Added a CHANGELOG.md
- Added `marginX` property as shorthand for `margin-left`/`margin-right`
- Added `marginY` property as shorthand for `margin-top`/`margin-bottom`
- Added `paddingX` property as shorthand for `padding-left`/`padding-right`
- Added `paddingY` property as shorthand for `padding-top`/`padding-bottom`
- Added `size-0` value to space object, with a value of `0`

## [1.2.1] - 2021-08-18

### Changed

- Refactored Icon component to not use SVG component
- Upgraded Storybook to v6.3.7
- Removed "Core" from Storybook titles

## [1.2.0] - 2017-07-20

### Added

- Added textAlign property to text property group

## [1.1.1] - 2021-04-20

### Changed

- Upgraded ThemeUI to v0.6.2.

[unreleased]: https://github.com/simplybusiness/mobius-core/compare/v1.7.0...HEAD
[1.6.0]: https://github.com/simplybusiness/mobius-core/compare/v1.7.0...v1.7.0
[1.6.0]: https://github.com/simplybusiness/mobius-core/compare/v1.5.0...v1.6.0
[1.5.0]: https://github.com/simplybusiness/mobius-core/compare/v1.4.0...v1.5.0
[1.4.0]: https://github.com/simplybusiness/mobius-core/compare/v1.3.0...v1.4.0
[1.3.0]: https://github.com/simplybusiness/mobius-core/compare/v1.2.1...v1.3.0
[1.2.1]: https://github.com/simplybusiness/mobius-core/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/simplybusiness/mobius-core/compare/v1.1.1...v1.2.0
[1.1.1]: https://github.com/simplybusiness/mobius-core/compare/v1.1.0...v1.1.1
