Skip to content

Commit

Permalink
Merge pull request #610 from SelectQuoteLabs/merge_master_to_TS
Browse files Browse the repository at this point in the history
Merge master to ts
  • Loading branch information
20BBrown14 authored Feb 2, 2022
2 parents a47fdaf + 6d739ec commit 4610d0b
Show file tree
Hide file tree
Showing 25 changed files with 2,538 additions and 2,050 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
with:
node-version: '14'
- run: npm ci
- run: npm run format.ci
- run: npm run lint
- run: npm run test.ci
- run: npm run build
5 changes: 3 additions & 2 deletions .storybook/styles/root.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
--color-srtsGreen: #5a7e44;
--color-teal: #017788;
--color-lightTeal: #34a1b6;
--color-darkTeal: #004b5b;
--color-frenchBleu: #0066ff;
--color-oysterBay: #d9f1f4;
--color-lightBlue: #ecf5f7;
Expand Down Expand Up @@ -96,11 +97,11 @@
/* Button */
--button-accent: var(--color-frenchBleu);
--button-accent-hover: var(--color-button-frenchBleu-hover);
--button-primary: var(--color-teal);
--button-primary: var(--color-darkTeal);
--button-primary-hover: var(--color-button-cerulean-hover);
--button-primaryEmpty-hover: var(--color-oysterBay);

--button-secondary: var(--color-teal);
--button-secondary: var(--color-darkTeal);
--button-secondary-hover: var(--color-button-teal-hover);

--button-font-weight: var(--font-weight-semibold);
Expand Down
49 changes: 49 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,52 @@
### [7.2.1](https://github.com/SelectQuoteLabs/SQForm/compare/v7.2.0...v7.2.1) (2022-01-28)


### Bug Fixes

* 🐛 Revert es module support ([0b1ac8a](https://github.com/SelectQuoteLabs/SQForm/commit/0b1ac8a12bb64b6880888355aef792a86aa0e0d8)), closes [#602](https://github.com/SelectQuoteLabs/SQForm/issues/602)

## [7.2.0](https://github.com/SelectQuoteLabs/SQForm/compare/v7.1.1...v7.2.0) (2022-01-28)


### Features

* 🎸 updated Roundbutton color and padding ([e0cfffc](https://github.com/SelectQuoteLabs/SQForm/commit/e0cfffc7848eb59dab15bbaebb933aca54029595))

### [7.1.1](https://github.com/SelectQuoteLabs/SQForm/compare/v7.1.0...v7.1.1) (2022-01-27)


### Bug Fixes

* 🐛 Support es modules ([609034c](https://github.com/SelectQuoteLabs/SQForm/commit/609034cc824c4623d35a5795adf6062a3d1ac800))

## [7.1.0](https://github.com/SelectQuoteLabs/SQForm/compare/v7.0.5...v7.1.0) (2022-01-21)


### Features

* 🎸 SQFormGuidedWorkflow additional section ([#587](https://github.com/SelectQuoteLabs/SQForm/issues/587)) ([55ae824](https://github.com/SelectQuoteLabs/SQForm/commit/55ae82434101d0c1949593c24e5ca2eebcc7cc80)), closes [#586](https://github.com/SelectQuoteLabs/SQForm/issues/586)

### [7.0.5](https://github.com/SelectQuoteLabs/SQForm/compare/v7.0.4...v7.0.5) (2022-01-20)


### Bug Fixes

* 🐛 Added ? operator and modified date clearance logic ([d719dab](https://github.com/SelectQuoteLabs/SQForm/commit/d719dabef48428d0ac7e2c6c90d7fa384624fa3b)), closes [#584](https://github.com/SelectQuoteLabs/SQForm/issues/584)

### [7.0.4](https://github.com/SelectQuoteLabs/SQForm/compare/v7.0.3...v7.0.4) (2022-01-19)


### Bug Fixes

* 🐛 modified selectValues logic for required fields only ([af8fe9b](https://github.com/SelectQuoteLabs/SQForm/commit/af8fe9b2a32c564ac529067233d487ff50e49881)), closes [#554](https://github.com/SelectQuoteLabs/SQForm/issues/554)

### [7.0.3](https://github.com/SelectQuoteLabs/SQForm/compare/v7.0.2...v7.0.3) (2022-01-12)


### Bug Fixes

* 🐛 Update scplus-shared-component version ([#523](https://github.com/SelectQuoteLabs/SQForm/issues/523)) ([64763ee](https://github.com/SelectQuoteLabs/SQForm/commit/64763ee1dcf765ae4d08c5ec0e29f25acab6a4af)), closes [#520](https://github.com/SelectQuoteLabs/SQForm/issues/520)

### [7.0.2](https://github.com/SelectQuoteLabs/SQForm/compare/v7.0.1...v7.0.2) (2022-01-10)


Expand Down
Loading

0 comments on commit 4610d0b

Please sign in to comment.