diff --git a/CHANGELOG.md b/CHANGELOG.md index 227656b1c..859a593ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. See [conven - - - +## 1.29.0 (2024-01-24) + +### Features + +- Added webhooks events ([#272](https://github.com/juspay/hyperswitch-control-center/pull/272)) ([`17efd52`](https://github.com/juspay/hyperswitch-control-center/commit/17efd52ad93f9b4350b68931d2dd43bf8dadb841)) +- Syntax highlighter ([#300](https://github.com/juspay/hyperswitch-control-center/pull/300)) ([`d4b800f`](https://github.com/juspay/hyperswitch-control-center/commit/d4b800f32927a6e28a991e574cf312124add26bc)) + +### Bug Fixes + +- Headers issue ([#295](https://github.com/juspay/hyperswitch-control-center/pull/295)) ([`91f98c4`](https://github.com/juspay/hyperswitch-control-center/commit/91f98c4aedb7b744043e63405ed9189b14103fb9)) +- Quick start default selection issue ([#287](https://github.com/juspay/hyperswitch-control-center/pull/287)) ([`0ce1d05`](https://github.com/juspay/hyperswitch-control-center/commit/0ce1d055066453338b98b725fef5dcb5c8a402b6)) +- Content type fix ([#302](https://github.com/juspay/hyperswitch-control-center/pull/302)) ([`ad2ffb9`](https://github.com/juspay/hyperswitch-control-center/commit/ad2ffb9df736e6617a6ebfd3fb6e7cd1803458af)) + +### Miscellaneous Tasks + +- Utils refactor ([#282](https://github.com/juspay/hyperswitch-control-center/pull/282)) ([`40954d2`](https://github.com/juspay/hyperswitch-control-center/commit/40954d25e225520d41bd2585f2b0fbfc4d9ee965)) +- Remove redundant code ([#298](https://github.com/juspay/hyperswitch-control-center/pull/298)) ([`d047ae7`](https://github.com/juspay/hyperswitch-control-center/commit/d047ae7905b3df6fc19679519ed29ad17c164e29)) + +**Full Changelog:** [`v1.28.1...v1.29.0`](https://github.com/juspay/hyperswitch-control-center/compare/v1.28.1...v1.29.0) + +- - - + + ## 1.28.1 (2024-01-23) ### Bug Fixes diff --git a/package.json b/package.json index 49ff19d99..c22650845 100644 --- a/package.json +++ b/package.json @@ -87,6 +87,7 @@ "react-final-form": "^6.5.9", "react-ga4": "^2.0.0", "react-pdf": "^7.3.3", + "react-syntax-highlighter": "^15.5.0", "react-virtualized-auto-sizer": "^1.0.11", "react-window": "^1.8.8", "recoil": "^0.1.2", diff --git a/public/hyperswitch/icons/solid.svg b/public/hyperswitch/icons/solid.svg index b2467c422..640d696dc 100644 --- a/public/hyperswitch/icons/solid.svg +++ b/public/hyperswitch/icons/solid.svg @@ -1402,6 +1402,21 @@ License) d="M320 448v40c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V120c0-13.255 10.745-24 24-24h72v296c0 30.879 25.121 56 56 56h168zm0-344V0H152c-13.255 0-24 10.745-24 24v368c0 13.255 10.745 24 24 24h272c13.255 0 24-10.745 24-24V128H344c-13.2 0-24-10.8-24-24zm120.971-31.029L375.029 7.029A24 24 0 0 0 358.059 0H352v96h96v-6.059a24 24 0 0 0-7.029-16.97z" > + + + + + + + + + + + + + + + { if oStr !== Some("__failed") && oStr !== Some("") { oStr diff --git a/src/components/DynamicTableUtils.res b/src/components/DynamicTableUtils.res index 0ed26a256..2bfaf6e7b 100644 --- a/src/components/DynamicTableUtils.res +++ b/src/components/DynamicTableUtils.res @@ -1,7 +1,5 @@ let tableHeadingClass = "font-bold text-xl text-black text-opacity-75 dark:text-white dark:text-opacity-75" type view = Table | Card -@val @scope(("window", "location")) -external reload: unit => unit = "reload" let visibilityColFunc = ( ~dateFormatConvertor: string => option, @@ -248,7 +246,10 @@ module TableLoadingErrorIndicator = { {React.string("Oops, Something Went Wrong! Try again Later.")}