Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #329 from illright/chore/release
Browse files Browse the repository at this point in the history
Release 3.6.0
  • Loading branch information
illright authored Dec 23, 2021
2 parents bbbf2b4 + 7e50c6d commit 177813e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
19 changes: 4 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,11 @@ All notable changes to this project will be documented here.

The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/).

## [3.5.2] - 2021-11-21

### Fixed

- One more issue with the type of `AutocompleteField`'s `OptionGetter` (the type of the `getOptions` prop).

## [3.5.1] - 2021-11-20

### Fixed

- Fixed a minor regression in the types of components that extend other components ([#325](https://github.com/illright/attractions/issues/325)).

## [3.5.0] - 2021-11-08
## [3.6.0] - 2021-11-08

### Changed

- Change the [Dropdown](https://illright.github.io/attractions/docs/components/dropdown/)'s alignment props from ~~`right`~~ and ~~`top`~~ to `horizontalAlignment` and `verticalAlignment`, with values coming from `HorizontalAlignment` and `VerticalAlignment` that can be imported from `attractions/dropdown` ([#318](https://github.com/illright/attractions/pull/318)).
- Implement automatic positioning of the [Dropdown](https://illright.github.io/attractions/docs/components/dropdown/). This will prevent it from going off-screen in certain cases. This is also the new default behaviour; the previous alignment props (`right` and `top`) are now deprecated (Thanks to [@Th1nkK1D](https://github.com/Th1nkK1D) for the contribution - [#318](https://github.com/illright/attractions/pull/318)).

## [3.5.2] - 2021-11-21

Expand Down Expand Up @@ -224,7 +212,8 @@ Minor documentation and bug fixes.
First stable release with proper documentation.
Previous, undocumented, releases can be found in [the releases section](https://github.com/illright/attractions/releases).

[unreleased]: https://github.com/illright/attractions/compare/v3.5.2...HEAD
[unreleased]: https://github.com/illright/attractions/compare/v3.6.0...HEAD
[3.6.0]: https://github.com/illright/attractions/releases/tag/v3.6.0
[3.5.2]: https://github.com/illright/attractions/releases/tag/v3.5.2
[3.5.1]: https://github.com/illright/attractions/releases/tag/v3.5.1
[3.5.0]: https://github.com/illright/attractions/releases/tag/v3.5.0
Expand Down
2 changes: 1 addition & 1 deletion attractions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "attractions",
"version": "3.5.2",
"version": "3.6.0",
"description": "A UI kit for Svelte",
"homepage": "https://illright.github.io/attractions/",
"bugs": "https://github.com/illright/attractions/issues",
Expand Down

0 comments on commit 177813e

Please sign in to comment.