Skip to content

Commit 128ccee

Browse files
chore(main): release 1.7.0
1 parent c7986a9 commit 128ccee

File tree

3 files changed

+37
-3
lines changed

3 files changed

+37
-3
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# Changelog
22

3+
## [1.7.0](https://github.com/AlexGarrixen/Cool-Contrast/compare/v1.6.0...v1.7.0) (2024-06-23)
4+
5+
6+
### Features
7+
8+
* add color picker ([58ce9b8](https://github.com/AlexGarrixen/Cool-Contrast/commit/58ce9b845c7e23cbcc6376a0991df9f3c6783380))
9+
* add color selector ([3bad71c](https://github.com/AlexGarrixen/Cool-Contrast/commit/3bad71c3ff9e017c335502940519bdb908150352))
10+
* add dialog more details ([836f4f1](https://github.com/AlexGarrixen/Cool-Contrast/commit/836f4f1d262fecf970c2be25fd89bc2ef5ef90d1))
11+
* add fade effect in toolbar section ([7201ed0](https://github.com/AlexGarrixen/Cool-Contrast/commit/7201ed099c1dc9ef9274415d36b8a607c77c9338))
12+
* add funcionality random color generate ([c1202f7](https://github.com/AlexGarrixen/Cool-Contrast/commit/c1202f79fff087da8773c62aab1ae694b449844a))
13+
* add live preview when preselected suggestions ([ad96c33](https://github.com/AlexGarrixen/Cool-Contrast/commit/ad96c33c8d0e5920679066d44f870bf624098520))
14+
* add toolbar ([4f59202](https://github.com/AlexGarrixen/Cool-Contrast/commit/4f59202f26182e99ed8561cf6e863d13c1e77f4e))
15+
* **button recipe:** add isDisabled variant ([7898f51](https://github.com/AlexGarrixen/Cool-Contrast/commit/7898f51a336ccb426fc21cd537d9e235db20e546))
16+
* **button recipe:** update color variants ([a85358e](https://github.com/AlexGarrixen/Cool-Contrast/commit/a85358e0616f5ea03e079f2377d5878ddb0326cb))
17+
* **hooks:** add useColorChannelField ([dcf5c63](https://github.com/AlexGarrixen/Cool-Contrast/commit/dcf5c63b565b4446eabe761f4c38ac65e32d67e0))
18+
* **hooks:** add useHexColorField ([920a14c](https://github.com/AlexGarrixen/Cool-Contrast/commit/920a14c2f81c4b67489a3a73b73b40add9061ce9))
19+
* **hooks:** update use media query ([8af914a](https://github.com/AlexGarrixen/Cool-Contrast/commit/8af914a3306663651810441caa76c73c29df96f6))
20+
* implement landing preview ([a7f1ecf](https://github.com/AlexGarrixen/Cool-Contrast/commit/a7f1ecfd1872a6fbacb892cabcd15191f4e7a7d5))
21+
* **landing preview:** add hero ([0b431de](https://github.com/AlexGarrixen/Cool-Contrast/commit/0b431de403fad15174041597c4c76c4aa69147ef))
22+
* **landing preview:** add page full preview ([e4c4d14](https://github.com/AlexGarrixen/Cool-Contrast/commit/e4c4d1479ffb3e243e7df9ad2744cafcb81ec14e))
23+
* **landing preview:** add releases ([d8f4bf5](https://github.com/AlexGarrixen/Cool-Contrast/commit/d8f4bf5b129ab7e55c4276c1b9b3330fea233052))
24+
* **landing preview:** add tours ([8c47ffa](https://github.com/AlexGarrixen/Cool-Contrast/commit/8c47ffabbb9046a92cfc0266e8dba2fd4573d710))
25+
* **seo:** update metadata config ([e2eebe6](https://github.com/AlexGarrixen/Cool-Contrast/commit/e2eebe6a9f0c2f6d1a6013776f650fed36dd1056))
26+
* **seo:** update open graph image ([a5c93f5](https://github.com/AlexGarrixen/Cool-Contrast/commit/a5c93f5572758d562cabf0f382ff98fe5007e532))
27+
* **store:** update default colors ([df18ab4](https://github.com/AlexGarrixen/Cool-Contrast/commit/df18ab407163665dd4663222d5b63f12409d86ab))
28+
* **toolbar:** add full screen functionality ([3baf7d5](https://github.com/AlexGarrixen/Cool-Contrast/commit/3baf7d538af163ef8216c17185610e8727e9df26))
29+
* **toolbar:** replace tab by select ([966d983](https://github.com/AlexGarrixen/Cool-Contrast/commit/966d9831c1e1fadfdc6f221da5073e6d3f28ba28))
30+
31+
32+
### Bug Fixes
33+
34+
* **dialog more details:** remove duplicated suggestions ([436f8eb](https://github.com/AlexGarrixen/Cool-Contrast/commit/436f8ebf40a276df2a5bddc1687ffef4fcea9582))
35+
* **random color generator:** set maximum attempts to avoid possible loops ([cfc010b](https://github.com/AlexGarrixen/Cool-Contrast/commit/cfc010b105162ca2919cefacd7d4f063e493d74d))
36+
337
## [1.6.0](https://github.com/AlexGarrixen/Cool-Contrast/compare/v1.5.0...v1.6.0) (2024-01-21)
438

539

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "color-contrast-inspector",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"private": true,
55
"author": {
66
"name": "@AlexGarrixen"

0 commit comments

Comments
 (0)