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 #321 from illright/chore/release
Browse files Browse the repository at this point in the history
Release v3.5.0
  • Loading branch information
illright authored Nov 8, 2021
2 parents fb5f75e + f23d08f commit ff68033
Show file tree
Hide file tree
Showing 6 changed files with 993 additions and 1,094 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,21 @@ 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/).

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

### Added

- The [`Slider`](https://illright.github.io/attractions/docs/components/slider) component has been added, allowing you to create a slider similar to the one you would get with `<input type="range">`. It also support inputting a range by supplying a tuple for the `value` prop (Thanks to [@RikuVan](https://github.com/RikuVan) for the contribution - [#290](https://github.com/illright/attractions/pull/290)).
- The `closeOnSelection` prop to the `DatePicker` component has been added.
- The `closeOnSelection` prop to the `DatePicker` component has been added to close the dropdown after a selection has been made.

### Changed

- Change the [`Dropdown`](https://illright.github.io/attractions/docs/components/dropdown) chevron transition animation to a `scaleY(-1)` for `150ms` ([#310](https://github.com/illright/attractions/pull/310))
- Change the [`Dropdown`](https://illright.github.io/attractions/docs/components/dropdown) chevron transition animation to a `scaleY(-1)` for `150ms` ([#310](https://github.com/illright/attractions/pull/310)).
- The [`Card`](https://illright.github.io/attractions/docs/components/card) component will now use the SCSS `$background` variable as its default background color instead of the hard-coded white color.

### Fixed

- Fixed some types and documentation mistakes for the [`Accordion`](https://illright.github.io/attractions/docs/components/accordion) component ([#316](https://github.com/illright/attractions/pull/316)).

## [3.4.0] - 2021-09-12

Expand Down
24 changes: 12 additions & 12 deletions attractions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "attractions",
"version": "3.4.0",
"version": "3.5.0",
"description": "A UI kit for Svelte",
"homepage": "https://illright.github.io/attractions/",
"bugs": "https://github.com/illright/attractions/issues",
Expand Down Expand Up @@ -30,23 +30,23 @@
"*"
],
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@rollup/plugin-node-resolve": "^13.0.4",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@rollup/plugin-node-resolve": "^13.0.6",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0",
"pkg-versions": "^2.1.0",
"prettier-plugin-svelte": "^2.4.0",
"rollup": "^2.56.3",
"rollup": "^2.59.0",
"rollup-plugin-svelte": "^7.1.0",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.39.2",
"stylelint": "^13.11.0",
"sass": "^1.43.4",
"stylelint": "^13.13.1",
"sveld": "^0.10.2",
"svelte": "^3.42.5",
"svelte-preprocess": "^4.9.4",
"typescript": "^4.4.3"
"svelte": "^3.44.1",
"svelte-preprocess": "^4.9.8",
"typescript": "^4.4.4"
},
"peerDependencies": {
"postcss": ">=7 <9",
Expand Down
46 changes: 23 additions & 23 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,38 +10,38 @@
"start": "node __sapper__/build"
},
"dependencies": {
"clipboard-polyfill": "^3.0.2",
"compression": "^1.7.1",
"clipboard-polyfill": "^3.0.3",
"compression": "^1.7.4",
"polka": "next",
"prismjs": "^1.24.0",
"prismjs": "^1.25.0",
"sapper-environment": "^1.0.1",
"sirv": "^1.0.17"
"sirv": "^1.0.18"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.6",
"@babel/runtime": "^7.15.4",
"@rollup/plugin-alias": "^3.1.5",
"@babel/core": "^7.16.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@babel/runtime": "^7.16.0",
"@rollup/plugin-alias": "^3.1.8",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/plugin-replace": "^3.0.0",
"attractions": "^3.0.0",
"eslint-config-prettier": "^8.1.0",
"mdsvex": "^0.9.6",
"postcss": "^8.3.6",
"attractions": "workspace:^3.5.0",
"eslint-config-prettier": "^8.3.0",
"mdsvex": "^0.9.8",
"postcss": "^8.3.11",
"prettier": "2.4.0",
"prism-svelte": "^0.4.6",
"prism-svelte": "^0.4.7",
"remark-heading-id": "^1.0.0",
"rollup": "^2.56.3",
"rollup": "^2.59.0",
"rollup-plugin-svelte": "^7.1.0",
"rollup-plugin-terser": "^7.0.0",
"sapper": "^0.29.2",
"sass": "^1.39.2",
"svelte": "^3.42.5",
"svelte-feather-icons": "^3.2.2",
"svelte-preprocess": "^4.9.4"
"rollup-plugin-terser": "^7.0.2",
"sapper": "^0.29.3",
"sass": "^1.43.4",
"svelte": "^3.44.1",
"svelte-feather-icons": "^3.5.0",
"svelte-preprocess": "^4.9.8"
}
}
1 change: 1 addition & 0 deletions docs/src/routes/docs/components/card.svx
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,6 @@ The content of the card.
| Name | Description | Default |
| ---- | ----------- | ------- |
| **`$main`** | The color of the border for outline cards. | <ColorPreview value="#4300B0" /> |
| **`$background`** | The background color of the card. | <ColorPreview value="#FFFFFF" bordered /> |
| **`$shadow-0`** | The shadow of regular cards. | <ShadowPreview value={shadow0} /> |
| **`$card-radius`** | The curvature radius of a card. | `1.25em` |
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,25 +23,25 @@
"docs"
],
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/core": "^7.16.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.6",
"@babel/runtime": "^7.15.4",
"@babel/plugin-transform-runtime": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@babel/runtime": "^7.16.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-svelte3": "^3.2.1",
"husky": "^7.0.2",
"is-ci": "^3.0.0",
"lint-staged": "^11.1.2",
"husky": "^7.0.4",
"is-ci": "^3.0.1",
"lint-staged": "^11.2.6",
"prettier": "2.4.0",
"prettier-plugin-svelte": "^2.4.0",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-sass-guidelines": "^8.0.0",
"stylelint-config-standard": "^22.0.0",
"svelte": "^3.42.5",
"svelte-check": "^2.2.6",
"typescript": "^4.4.3"
"svelte": "^3.44.1",
"svelte-check": "^2.2.8",
"typescript": "^4.4.4"
}
}
Loading

0 comments on commit ff68033

Please sign in to comment.