Skip to content

Commit

Permalink
Merge branch 'main' of github.com:juspay/hyperswitch-control-center i…
Browse files Browse the repository at this point in the history
…nto routing-changes-for-dropdown
  • Loading branch information
Pritish Budhiraja committed Dec 19, 2023
2 parents 0561c21 + 1005cc7 commit 9fa5f76
Show file tree
Hide file tree
Showing 44 changed files with 472 additions and 1,496 deletions.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,48 @@ All notable changes to this project will be documented in this file. See [conven

- - -

## 1.11.0 (2023-12-18)

### Features

- Enable apple pay cybersource ([#109](https://github.com/juspay/hyperswitch-control-center/pull/109)) ([`c800865`](https://github.com/juspay/hyperswitch-control-center/commit/c8008650f7b4b426523f6ac30a83afac922cbe1a))

### Refactors

- Dead Code Removal ([#107](https://github.com/juspay/hyperswitch-control-center/pull/107)) ([`5859497`](https://github.com/juspay/hyperswitch-control-center/commit/585949773178633ad022abb443b69c50e884ef86))

**Full Changelog:** [`v1.10.0...v1.11.0`](https://github.com/juspay/hyperswitch-control-center/compare/v1.10.0...v1.11.0)

- - -


## 1.10.0 (2023-12-15)

### Features

- Show Details Paymentb Enhancement ([#104](https://github.com/juspay/hyperswitch-control-center/pull/104)) ([`134d470`](https://github.com/juspay/hyperswitch-control-center/commit/134d470ceadef14e02c5ca6b31d1475b25212d0d))

**Full Changelog:** [`v1.9.0...v1.10.0`](https://github.com/juspay/hyperswitch-control-center/compare/v1.9.0...v1.10.0)

- - -


## 1.9.0 (2023-12-15)

### Features

- Show Orders Enhancements & sidebar value changes ([#103](https://github.com/juspay/hyperswitch-control-center/pull/103)) ([`a1631f3`](https://github.com/juspay/hyperswitch-control-center/commit/a1631f3b1f3e6021053cae934146ca09368ab333))

### Refactors

- Refactoring key errors ([#98](https://github.com/juspay/hyperswitch-control-center/pull/98)) ([`50b86b9`](https://github.com/juspay/hyperswitch-control-center/commit/50b86b9670ecec63ddc6ed8221e55b9ae593e20a))
- Refactoring key errors ([#100](https://github.com/juspay/hyperswitch-control-center/pull/100)) ([`1ddbe68`](https://github.com/juspay/hyperswitch-control-center/commit/1ddbe6874c93dccee2cfc1d73281ba6ce9008323))

**Full Changelog:** [`v1.8.0...v1.9.0`](https://github.com/juspay/hyperswitch-control-center/compare/v1.8.0...v1.9.0)

- - -


## 1.8.0 (2023-12-14)

### Features
Expand Down
91 changes: 0 additions & 91 deletions src/components/BreadCrumb.res

This file was deleted.

95 changes: 0 additions & 95 deletions src/components/CardList.res

This file was deleted.

114 changes: 0 additions & 114 deletions src/components/Dropdown.res

This file was deleted.

6 changes: 2 additions & 4 deletions src/components/SelectBox.res
Original file line number Diff line number Diff line change
Expand Up @@ -1178,16 +1178,14 @@ module RenderListItemInBaseRadio = {
| Some(str) =>
<div key={i->string_of_int} className="flex flex-row">
listItemComponent
{if isHorizontal {
React.null
} else {
<UIUtils.RenderIf condition={!isHorizontal}>
<ToolTip
description={str}
toolTipFor={<div className="py-4 px-4">
<Icon size=12 name="info-circle" />
</div>}
/>
}}
</UIUtils.RenderIf>
</div>
| None => listItemComponent
}
Expand Down
Loading

0 comments on commit 9fa5f76

Please sign in to comment.