Skip to content

Releases: haiilo/catalyst

v6.1.2

05 Jul 22:38
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

6.1.2 (2023-07-05)

Bug Fixes

  • core: fix test setup (846d3fc)
  • core: update checkbox behaviour for indeterminate state (1850788)

6.1.1 (2023-07-03)

Features

Bug Fixes

  • core: fix cat-select tagging support for selecting newly created… (#240) (d2e45b4)
  • core: toggle indeterminate state (#281) (6cc1ac3)

6.1.0 (2023-07-03)

Bug Fixes

  • core: update peer dependencies (b8a0831)

6.0.3 (2023-07-03)

Bug Fixes

  • core: add missing font weight 600 to lato (ce15940)
  • core: regenerate package-lock.json file (91d5884)
  • core: remove duplicate cat-muted definition (e1f7aaf)
  • core: remove outdated i18n messages (0459e56)

6.0.2 (2023-06-19)

Bug Fixes

  • release: update ci workflow (ad1cafd)

6.0.1 (2023-06-19)

Bug Fixes

  • core: remove console logs and fix formats in datepicker (ba7c99b)
  • core: rename datepicker in docs (551b59e)

6.0.0 (2023-06-16)

Features

Bug Fixes

  • core: cleanup form handling (47c4483)
  • core: stop event propagation on cat-select open/close arrow and … (#269) (9db5612)

5.4.0 (2023-06-09)

Features

  • add default icons for catalyst components (#227) (9e3ddb7)
  • core: add output event to get page (#243) (a68cca0)
  • core: add utility classes for cat-border-top, bottom, left, right (#205) (6852a01)
  • core: change font-weight for all headlines to 600 (#233) (3ccadc2)
  • core: change lowercase pm/am to uppercase AM/PM + Imask spike (#221) (f7452ad)
  • core: new cat-timepicker component (#217) (390128d)
  • core: restyle checkbox, toggle and radio button hint message (#215) (669b60a)
  • core: set pnum font feature setting on headings (#202) (0c2b238)
  • core: support for icons in cat-select component (#239) (b41ea0c)
  • core: update libs to latest version (#192) (6deb56c)
  • tokens: updating the line height for text size s in general to 1.5 (#214) (e0300a4)

Bug Fixes

  • core: add border to dropdowns (#195) (4b81a3a)
  • core: add tilde (~) to vanilajs-datepicker sass file import (0a06332)
  • core: add vanillajs-datepicker scss file to build assets (e25bfe0)
  • core: align input shadows to be the same as for buttons (#213) (5011d4a)
  • core: change @import to @use on cat-datepicker scss file (8abd872)
  • core: change componentDidLoad to componentDidRender in cat-datepicker (6198247)
  • core: close dropdown when losing focus (#181) (2342251)
  • core: create a copy of vanilajs-datepicker style file (fabd28b)
  • core: debugging (9b63d8f)
  • core: fix the min-height of the cat-textarea (#201) (d84df74)
  • core: import vanillajs-datepicker style into cat-input component (1ee4f8e)
  • core: move style content inside the main datepicker scss file (382fe6c)
  • core: remove debug output from SCSS (a37d943)
  • core: remove error logs in tests (#232) (b8289a0)
  • core: show all options when an item is selected (#153) (f821ce3)

5.3.0 (2023-03-22)

Features

  • core: add button-group component (#178) (c375f28)
  • core: horizontal alignment for form groups and selects (#168) (230601d)
  • core: increase opacity on background-color for outline and text buttons (#180) (76f2ca3)

Bug Fixes

Read more

v6.1.1

03 Jul 20:14
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

6.1.1 (2023-07-03)

Features

Bug Fixes

  • core: fix cat-select tagging support for selecting newly created… (#240) (d2e45b4)
  • core: toggle indeterminate state (#281) (6cc1ac3)

6.1.0 (2023-07-03)

Bug Fixes

  • core: update peer dependencies (b8a0831)

6.0.3 (2023-07-03)

Bug Fixes

  • core: add missing font weight 600 to lato (ce15940)
  • core: regenerate package-lock.json file (91d5884)
  • core: remove duplicate cat-muted definition (e1f7aaf)
  • core: remove outdated i18n messages (0459e56)

6.0.2 (2023-06-19)

Bug Fixes

  • release: update ci workflow (ad1cafd)

6.0.1 (2023-06-19)

Bug Fixes

  • core: remove console logs and fix formats in datepicker (ba7c99b)
  • core: rename datepicker in docs (551b59e)

6.0.0 (2023-06-16)

Features

Bug Fixes

  • core: cleanup form handling (47c4483)
  • core: stop event propagation on cat-select open/close arrow and … (#269) (9db5612)

5.4.0 (2023-06-09)

Features

  • add default icons for catalyst components (#227) (9e3ddb7)
  • core: add output event to get page (#243) (a68cca0)
  • core: add utility classes for cat-border-top, bottom, left, right (#205) (6852a01)
  • core: change font-weight for all headlines to 600 (#233) (3ccadc2)
  • core: change lowercase pm/am to uppercase AM/PM + Imask spike (#221) (f7452ad)
  • core: new cat-timepicker component (#217) (390128d)
  • core: restyle checkbox, toggle and radio button hint message (#215) (669b60a)
  • core: set pnum font feature setting on headings (#202) (0c2b238)
  • core: support for icons in cat-select component (#239) (b41ea0c)
  • core: update libs to latest version (#192) (6deb56c)
  • tokens: updating the line height for text size s in general to 1.5 (#214) (e0300a4)

Bug Fixes

  • core: add border to dropdowns (#195) (4b81a3a)
  • core: add tilde (~) to vanilajs-datepicker sass file import (0a06332)
  • core: add vanillajs-datepicker scss file to build assets (e25bfe0)
  • core: align input shadows to be the same as for buttons (#213) (5011d4a)
  • core: change @import to @use on cat-datepicker scss file (8abd872)
  • core: change componentDidLoad to componentDidRender in cat-datepicker (6198247)
  • core: close dropdown when losing focus (#181) (2342251)
  • core: create a copy of vanilajs-datepicker style file (fabd28b)
  • core: debugging (9b63d8f)
  • core: fix the min-height of the cat-textarea (#201) (d84df74)
  • core: import vanillajs-datepicker style into cat-input component (1ee4f8e)
  • core: move style content inside the main datepicker scss file (382fe6c)
  • core: remove debug output from SCSS (a37d943)
  • core: remove error logs in tests (#232) (b8289a0)
  • core: show all options when an item is selected (#153) (f821ce3)

5.3.0 (2023-03-22)

Features

  • core: add button-group component (#178) (c375f28)
  • core: horizontal alignment for form groups and selects (#168) (230601d)
  • core: increase opacity on background-color for outline and text buttons (#180) (76f2ca3)

Bug Fixes

  • core: make dropdowns responsive to the viewports dimensions (#182) (6d677d7)
  • core: reduce min height of dialogs (5ab48d5)
  • core: rework tooltip trigger selection (#189) (b4834e1)
  • core: tooltip positioning is ...
Read more

v6.1.0

03 Jul 16:53
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

6.1.0 (2023-07-03)

Bug Fixes

  • core: update peer dependencies (b8a0831)

6.0.3 (2023-07-03)

Bug Fixes

  • core: add missing font weight 600 to lato (ce15940)
  • core: regenerate package-lock.json file (91d5884)
  • core: remove duplicate cat-muted definition (e1f7aaf)
  • core: remove outdated i18n messages (0459e56)

6.0.2 (2023-06-19)

Bug Fixes

  • release: update ci workflow (ad1cafd)

6.0.1 (2023-06-19)

Bug Fixes

  • core: remove console logs and fix formats in datepicker (ba7c99b)
  • core: rename datepicker in docs (551b59e)

6.0.0 (2023-06-16)

Features

Bug Fixes

  • core: cleanup form handling (47c4483)
  • core: stop event propagation on cat-select open/close arrow and … (#269) (9db5612)

5.4.0 (2023-06-09)

Features

  • add default icons for catalyst components (#227) (9e3ddb7)
  • core: add output event to get page (#243) (a68cca0)
  • core: add utility classes for cat-border-top, bottom, left, right (#205) (6852a01)
  • core: change font-weight for all headlines to 600 (#233) (3ccadc2)
  • core: change lowercase pm/am to uppercase AM/PM + Imask spike (#221) (f7452ad)
  • core: new cat-timepicker component (#217) (390128d)
  • core: restyle checkbox, toggle and radio button hint message (#215) (669b60a)
  • core: set pnum font feature setting on headings (#202) (0c2b238)
  • core: support for icons in cat-select component (#239) (b41ea0c)
  • core: update libs to latest version (#192) (6deb56c)
  • tokens: updating the line height for text size s in general to 1.5 (#214) (e0300a4)

Bug Fixes

  • core: add border to dropdowns (#195) (4b81a3a)
  • core: add tilde (~) to vanilajs-datepicker sass file import (0a06332)
  • core: add vanillajs-datepicker scss file to build assets (e25bfe0)
  • core: align input shadows to be the same as for buttons (#213) (5011d4a)
  • core: change @import to @use on cat-datepicker scss file (8abd872)
  • core: change componentDidLoad to componentDidRender in cat-datepicker (6198247)
  • core: close dropdown when losing focus (#181) (2342251)
  • core: create a copy of vanilajs-datepicker style file (fabd28b)
  • core: debugging (9b63d8f)
  • core: fix the min-height of the cat-textarea (#201) (d84df74)
  • core: import vanillajs-datepicker style into cat-input component (1ee4f8e)
  • core: move style content inside the main datepicker scss file (382fe6c)
  • core: remove debug output from SCSS (a37d943)
  • core: remove error logs in tests (#232) (b8289a0)
  • core: show all options when an item is selected (#153) (f821ce3)

5.3.0 (2023-03-22)

Features

  • core: add button-group component (#178) (c375f28)
  • core: horizontal alignment for form groups and selects (#168) (230601d)
  • core: increase opacity on background-color for outline and text buttons (#180) (76f2ca3)

Bug Fixes

  • core: make dropdowns responsive to the viewports dimensions (#182) (6d677d7)
  • core: reduce min height of dialogs (5ab48d5)
  • core: rework tooltip trigger selection (#189) (b4834e1)
  • core: tooltip positioning is wrong when trigger is changing location (#185) (1258386)

5.2.3 (2023-03-08)

Bug Fixes

  • angular: input validation (1efd767)

5.2.2 (2023-03-08)

Bug Fixes

Read more

v6.0.3

03 Jul 08:34
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

6.0.3 (2023-07-03)

Bug Fixes

  • core: add missing font weight 600 to lato (ce15940)
  • core: regenerate package-lock.json file (91d5884)
  • core: remove duplicate cat-muted definition (e1f7aaf)
  • core: remove outdated i18n messages (0459e56)

6.0.2 (2023-06-19)

Bug Fixes

  • release: update ci workflow (ad1cafd)

6.0.1 (2023-06-19)

Bug Fixes

  • core: remove console logs and fix formats in datepicker (ba7c99b)
  • core: rename datepicker in docs (551b59e)

6.0.0 (2023-06-16)

Features

Bug Fixes

  • core: cleanup form handling (47c4483)
  • core: stop event propagation on cat-select open/close arrow and … (#269) (9db5612)

5.4.0 (2023-06-09)

Features

  • add default icons for catalyst components (#227) (9e3ddb7)
  • core: add output event to get page (#243) (a68cca0)
  • core: add utility classes for cat-border-top, bottom, left, right (#205) (6852a01)
  • core: change font-weight for all headlines to 600 (#233) (3ccadc2)
  • core: change lowercase pm/am to uppercase AM/PM + Imask spike (#221) (f7452ad)
  • core: new cat-timepicker component (#217) (390128d)
  • core: restyle checkbox, toggle and radio button hint message (#215) (669b60a)
  • core: set pnum font feature setting on headings (#202) (0c2b238)
  • core: support for icons in cat-select component (#239) (b41ea0c)
  • core: update libs to latest version (#192) (6deb56c)
  • tokens: updating the line height for text size s in general to 1.5 (#214) (e0300a4)

Bug Fixes

  • core: add border to dropdowns (#195) (4b81a3a)
  • core: add tilde (~) to vanilajs-datepicker sass file import (0a06332)
  • core: add vanillajs-datepicker scss file to build assets (e25bfe0)
  • core: align input shadows to be the same as for buttons (#213) (5011d4a)
  • core: change @import to @use on cat-datepicker scss file (8abd872)
  • core: change componentDidLoad to componentDidRender in cat-datepicker (6198247)
  • core: close dropdown when losing focus (#181) (2342251)
  • core: create a copy of vanilajs-datepicker style file (fabd28b)
  • core: debugging (9b63d8f)
  • core: fix the min-height of the cat-textarea (#201) (d84df74)
  • core: import vanillajs-datepicker style into cat-input component (1ee4f8e)
  • core: move style content inside the main datepicker scss file (382fe6c)
  • core: remove debug output from SCSS (a37d943)
  • core: remove error logs in tests (#232) (b8289a0)
  • core: show all options when an item is selected (#153) (f821ce3)

5.3.0 (2023-03-22)

Features

  • core: add button-group component (#178) (c375f28)
  • core: horizontal alignment for form groups and selects (#168) (230601d)
  • core: increase opacity on background-color for outline and text buttons (#180) (76f2ca3)

Bug Fixes

  • core: make dropdowns responsive to the viewports dimensions (#182) (6d677d7)
  • core: reduce min height of dialogs (5ab48d5)
  • core: rework tooltip trigger selection (#189) (b4834e1)
  • core: tooltip positioning is wrong when trigger is changing location (#185) (1258386)

5.2.3 (2023-03-08)

Bug Fixes

  • angular: input validation (1efd767)

5.2.2 (2023-03-08)

Bug Fixes

  • core: fix broken async form validation (#172) (de2e28a)

5.2.1 (2023-03-07)

Features

Read more

v6.0.2

19 Jun 13:46
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

6.0.2 (2023-06-19)

Bug Fixes

  • release: update ci workflow (ad1cafd)

6.0.1 (2023-06-19)

Bug Fixes

  • core: remove console logs and fix formats in datepicker (ba7c99b)
  • core: rename datepicker in docs (551b59e)

6.0.0 (2023-06-16)

Features

Bug Fixes

  • core: cleanup form handling (47c4483)
  • core: stop event propagation on cat-select open/close arrow and … (#269) (9db5612)

5.4.0 (2023-06-09)

Features

  • add default icons for catalyst components (#227) (9e3ddb7)
  • core: add output event to get page (#243) (a68cca0)
  • core: add utility classes for cat-border-top, bottom, left, right (#205) (6852a01)
  • core: change font-weight for all headlines to 600 (#233) (3ccadc2)
  • core: change lowercase pm/am to uppercase AM/PM + Imask spike (#221) (f7452ad)
  • core: new cat-timepicker component (#217) (390128d)
  • core: restyle checkbox, toggle and radio button hint message (#215) (669b60a)
  • core: set pnum font feature setting on headings (#202) (0c2b238)
  • core: support for icons in cat-select component (#239) (b41ea0c)
  • core: update libs to latest version (#192) (6deb56c)
  • tokens: updating the line height for text size s in general to 1.5 (#214) (e0300a4)

Bug Fixes

  • core: add border to dropdowns (#195) (4b81a3a)
  • core: add tilde (~) to vanilajs-datepicker sass file import (0a06332)
  • core: add vanillajs-datepicker scss file to build assets (e25bfe0)
  • core: align input shadows to be the same as for buttons (#213) (5011d4a)
  • core: change @import to @use on cat-datepicker scss file (8abd872)
  • core: change componentDidLoad to componentDidRender in cat-datepicker (6198247)
  • core: close dropdown when losing focus (#181) (2342251)
  • core: create a copy of vanilajs-datepicker style file (fabd28b)
  • core: debugging (9b63d8f)
  • core: fix the min-height of the cat-textarea (#201) (d84df74)
  • core: import vanillajs-datepicker style into cat-input component (1ee4f8e)
  • core: move style content inside the main datepicker scss file (382fe6c)
  • core: remove debug output from SCSS (a37d943)
  • core: remove error logs in tests (#232) (b8289a0)
  • core: show all options when an item is selected (#153) (f821ce3)

5.3.0 (2023-03-22)

Features

  • core: add button-group component (#178) (c375f28)
  • core: horizontal alignment for form groups and selects (#168) (230601d)
  • core: increase opacity on background-color for outline and text buttons (#180) (76f2ca3)

Bug Fixes

  • core: make dropdowns responsive to the viewports dimensions (#182) (6d677d7)
  • core: reduce min height of dialogs (5ab48d5)
  • core: rework tooltip trigger selection (#189) (b4834e1)
  • core: tooltip positioning is wrong when trigger is changing location (#185) (1258386)

5.2.3 (2023-03-08)

Bug Fixes

  • angular: input validation (1efd767)

5.2.2 (2023-03-08)

Bug Fixes

  • core: fix broken async form validation (#172) (de2e28a)

5.2.1 (2023-03-07)

Features

5.2.0 (2023-03-06)

Features

  • core: add border utility classes (0eb0fe8)
  • core: add border utility classes (6e5aa9b)
  • core: remove solid border from elevation (#166) (a37f0bb)
  • tokens: remap tokens: font.muted → neutral.500...
Read more

v0.5.14

11 May 09:58
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.5.14 (2022-05-11)

0.5.13 (2022-05-11)

Features

  • core: add missing exported components to angular module (1323e0d)

0.5.12 (2022-05-06)

0.5.11 (2022-05-06)

0.5.10 (2022-05-06)

0.5.9 (2022-05-06)

Features

0.5.8 (2022-05-05)

0.5.7 (2022-05-05)

0.5.6 (2022-05-05)

0.5.5 (2022-05-05)

0.5.4 (2022-05-05)

0.5.3 (2022-05-05)

0.5.2 (2022-05-05)

Features

  • core: move back to node 16 (LTS) (1947a1f)
  • move from lerna to npm workspaces (d051ead)

0.5.1 (2022-05-02)

Note: Version bump only for package catalyst

0.5.0 (2022-05-02)

Bug Fixes

  • core: adjust tooltip styles (e32fe78)
  • core: fix menu & tooltip z-indexes (5f7dc67)
  • core: fixed tooltip test (#12) (868da66)

Features

  • add radio button component (642cff0)
  • core: add aspect ratio utility classes (ff29637)
  • core: add card component (3be7246)
  • core: add input component (337649a)
  • core: add navigation styles (6afb6e9)
  • core: add style to kbd and code element (844059d)
  • core: add textarea component (9f94637)
  • core: added checkbox & toggle component (205b0d0)

0.4.0 (2022-04-26)

Features

  • core: add tooltip component (8134e98)

0.3.2 (2022-04-25)

Note: Version bump only for package catalyst

0.3.1 (2022-04-23)

Bug Fixes

  • core: button alignment in blocks (5a33502)
  • core: fix cat-token function for map types (ee63111)
  • core: update broken token dependency (03b2241)
  • lerna integration (ebab9a3)
  • umd warning (e678c5f)

Features

  • core: add a11y to menu component (e8c2bfa)
  • core: add alert (8cad923)
  • core: add badge (d250eb8)
  • core: add initial menu component implementation (#3) (219370b)
  • core: add skeleton component (561f7a6)
  • core: added scrollable component (347886b)
  • core: changes for coyo app integration (7304886)
  • core: changes for coyo app integration (2b6cc05)
  • core: changes for coyo app integration (101297d)
  • core: extend border radius helper utilities (fe9ba2e)
  • core: flex & grid helpers (4152d04)
  • core: typo and color styles (b20fa87)

Reverts

  • Revert "added storybook" (3077805)

v0.5.13

11 May 09:04
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.5.13 (2022-05-11)

Features

  • core: add missing exported components to angular module (1323e0d)

0.5.12 (2022-05-06)

0.5.11 (2022-05-06)

0.5.10 (2022-05-06)

0.5.9 (2022-05-06)

Features

0.5.8 (2022-05-05)

0.5.7 (2022-05-05)

0.5.6 (2022-05-05)

0.5.5 (2022-05-05)

0.5.4 (2022-05-05)

0.5.3 (2022-05-05)

0.5.2 (2022-05-05)

Features

  • core: move back to node 16 (LTS) (1947a1f)
  • move from lerna to npm workspaces (d051ead)

0.5.1 (2022-05-02)

Note: Version bump only for package catalyst

0.5.0 (2022-05-02)

Bug Fixes

  • core: adjust tooltip styles (e32fe78)
  • core: fix menu & tooltip z-indexes (5f7dc67)
  • core: fixed tooltip test (#12) (868da66)

Features

  • add radio button component (642cff0)
  • core: add aspect ratio utility classes (ff29637)
  • core: add card component (3be7246)
  • core: add input component (337649a)
  • core: add navigation styles (6afb6e9)
  • core: add style to kbd and code element (844059d)
  • core: add textarea component (9f94637)
  • core: added checkbox & toggle component (205b0d0)

0.4.0 (2022-04-26)

Features

  • core: add tooltip component (8134e98)

0.3.2 (2022-04-25)

Note: Version bump only for package catalyst

0.3.1 (2022-04-23)

Bug Fixes

  • core: button alignment in blocks (5a33502)
  • core: fix cat-token function for map types (ee63111)
  • core: update broken token dependency (03b2241)
  • lerna integration (ebab9a3)
  • umd warning (e678c5f)

Features

  • core: add a11y to menu component (e8c2bfa)
  • core: add alert (8cad923)
  • core: add badge (d250eb8)
  • core: add initial menu component implementation (#3) (219370b)
  • core: add skeleton component (561f7a6)
  • core: added scrollable component (347886b)
  • core: changes for coyo app integration (7304886)
  • core: changes for coyo app integration (2b6cc05)
  • core: changes for coyo app integration (101297d)
  • core: extend border radius helper utilities (fe9ba2e)
  • core: flex & grid helpers (4152d04)
  • core: typo and color styles (b20fa87)

Reverts

  • Revert "added storybook" (3077805)

v0.5.12

06 May 09:06
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.5.12 (2022-05-06)

0.5.11 (2022-05-06)

0.5.10 (2022-05-06)

0.5.9 (2022-05-06)

Features

0.5.8 (2022-05-05)

0.5.7 (2022-05-05)

0.5.6 (2022-05-05)

0.5.5 (2022-05-05)

0.5.4 (2022-05-05)

0.5.3 (2022-05-05)

0.5.2 (2022-05-05)

Features

  • core: move back to node 16 (LTS) (1947a1f)
  • move from lerna to npm workspaces (d051ead)

0.5.1 (2022-05-02)

Note: Version bump only for package catalyst

0.5.0 (2022-05-02)

Bug Fixes

  • core: adjust tooltip styles (e32fe78)
  • core: fix menu & tooltip z-indexes (5f7dc67)
  • core: fixed tooltip test (#12) (868da66)

Features

  • add radio button component (642cff0)
  • core: add aspect ratio utility classes (ff29637)
  • core: add card component (3be7246)
  • core: add input component (337649a)
  • core: add navigation styles (6afb6e9)
  • core: add style to kbd and code element (844059d)
  • core: add textarea component (9f94637)
  • core: added checkbox & toggle component (205b0d0)

0.4.0 (2022-04-26)

Features

  • core: add tooltip component (8134e98)

0.3.2 (2022-04-25)

Note: Version bump only for package catalyst

0.3.1 (2022-04-23)

Bug Fixes

  • core: button alignment in blocks (5a33502)
  • core: fix cat-token function for map types (ee63111)
  • core: update broken token dependency (03b2241)
  • lerna integration (ebab9a3)
  • umd warning (e678c5f)

Features

  • core: add a11y to menu component (e8c2bfa)
  • core: add alert (8cad923)
  • core: add badge (d250eb8)
  • core: add initial menu component implementation (#3) (219370b)
  • core: add skeleton component (561f7a6)
  • core: added scrollable component (347886b)
  • core: changes for coyo app integration (7304886)
  • core: changes for coyo app integration (2b6cc05)
  • core: changes for coyo app integration (101297d)
  • core: extend border radius helper utilities (fe9ba2e)
  • core: flex & grid helpers (4152d04)
  • core: typo and color styles (b20fa87)

Reverts

  • Revert "added storybook" (3077805)

v0.5.11

06 May 08:50
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.5.11 (2022-05-06)

0.5.10 (2022-05-06)

0.5.9 (2022-05-06)

Features

0.5.8 (2022-05-05)

0.5.7 (2022-05-05)

0.5.6 (2022-05-05)

0.5.5 (2022-05-05)

0.5.4 (2022-05-05)

0.5.3 (2022-05-05)

0.5.2 (2022-05-05)

Features

  • core: move back to node 16 (LTS) (1947a1f)
  • move from lerna to npm workspaces (d051ead)

0.5.1 (2022-05-02)

Note: Version bump only for package catalyst

0.5.0 (2022-05-02)

Bug Fixes

  • core: adjust tooltip styles (e32fe78)
  • core: fix menu & tooltip z-indexes (5f7dc67)
  • core: fixed tooltip test (#12) (868da66)

Features

  • add radio button component (642cff0)
  • core: add aspect ratio utility classes (ff29637)
  • core: add card component (3be7246)
  • core: add input component (337649a)
  • core: add navigation styles (6afb6e9)
  • core: add style to kbd and code element (844059d)
  • core: add textarea component (9f94637)
  • core: added checkbox & toggle component (205b0d0)

0.4.0 (2022-04-26)

Features

  • core: add tooltip component (8134e98)

0.3.2 (2022-04-25)

Note: Version bump only for package catalyst

0.3.1 (2022-04-23)

Bug Fixes

  • core: button alignment in blocks (5a33502)
  • core: fix cat-token function for map types (ee63111)
  • core: update broken token dependency (03b2241)
  • lerna integration (ebab9a3)
  • umd warning (e678c5f)

Features

  • core: add a11y to menu component (e8c2bfa)
  • core: add alert (8cad923)
  • core: add badge (d250eb8)
  • core: add initial menu component implementation (#3) (219370b)
  • core: add skeleton component (561f7a6)
  • core: added scrollable component (347886b)
  • core: changes for coyo app integration (7304886)
  • core: changes for coyo app integration (2b6cc05)
  • core: changes for coyo app integration (101297d)
  • core: extend border radius helper utilities (fe9ba2e)
  • core: flex & grid helpers (4152d04)
  • core: typo and color styles (b20fa87)

Reverts

  • Revert "added storybook" (3077805)

v0.5.9

06 May 07:36
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.5.9 (2022-05-06)

Features

0.5.8 (2022-05-05)

0.5.7 (2022-05-05)

0.5.6 (2022-05-05)

0.5.5 (2022-05-05)

0.5.4 (2022-05-05)

0.5.3 (2022-05-05)

0.5.2 (2022-05-05)

Features

  • core: move back to node 16 (LTS) (1947a1f)
  • move from lerna to npm workspaces (d051ead)

0.5.1 (2022-05-02)

Note: Version bump only for package catalyst

0.5.0 (2022-05-02)

Bug Fixes

  • core: adjust tooltip styles (e32fe78)
  • core: fix menu & tooltip z-indexes (5f7dc67)
  • core: fixed tooltip test (#12) (868da66)

Features

  • add radio button component (642cff0)
  • core: add aspect ratio utility classes (ff29637)
  • core: add card component (3be7246)
  • core: add input component (337649a)
  • core: add navigation styles (6afb6e9)
  • core: add style to kbd and code element (844059d)
  • core: add textarea component (9f94637)
  • core: added checkbox & toggle component (205b0d0)

0.4.0 (2022-04-26)

Features

  • core: add tooltip component (8134e98)

0.3.2 (2022-04-25)

Note: Version bump only for package catalyst

0.3.1 (2022-04-23)

Bug Fixes

  • core: button alignment in blocks (5a33502)
  • core: fix cat-token function for map types (ee63111)
  • core: update broken token dependency (03b2241)
  • lerna integration (ebab9a3)
  • umd warning (e678c5f)

Features

  • core: add a11y to menu component (e8c2bfa)
  • core: add alert (8cad923)
  • core: add badge (d250eb8)
  • core: add initial menu component implementation (#3) (219370b)
  • core: add skeleton component (561f7a6)
  • core: added scrollable component (347886b)
  • core: changes for coyo app integration (7304886)
  • core: changes for coyo app integration (2b6cc05)
  • core: changes for coyo app integration (101297d)
  • core: extend border radius helper utilities (fe9ba2e)
  • core: flex & grid helpers (4152d04)
  • core: typo and color styles (b20fa87)

Reverts

  • Revert "added storybook" (3077805)