Skip to content

Commit

Permalink
Merge branch 'main' into next-ga
Browse files Browse the repository at this point in the history
  • Loading branch information
DRiFTy17 committed Jun 11, 2024
2 parents c69ec24 + 33b5781 commit 46fb2fc
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# v2.3.0 (Wed Apr 03 2024)

#### 🚀 Enhancement

- feat: add `<ForgeButtonArea>` wrapper [#10](https://github.com/tyler-technologies-oss/forge-react/pull/10) ([@DRiFTy17](https://github.com/DRiFTy17))

#### 🐛 Bug Fix

- fix: update Auto [#8](https://github.com/tyler-technologies-oss/forge-react/pull/8) ([@DRiFTy17](https://github.com/DRiFTy17))

#### Authors: 1

- Kieran Nichols ([@DRiFTy17](https://github.com/DRiFTy17))

---

# v2.2.0 (Mon May 22 2023)

:tada: This release contains work from a new contributor! :tada:
Expand Down
1 change: 1 addition & 0 deletions lib/components/component-wrappers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const ForgeBackdrop = createElementProxy('forge-backdrop');
export const ForgeBadge = createElementProxy('forge-badge');
export const ForgeBanner = createElementProxy('forge-banner');
export const ForgeBottomSheet = createElementProxy('forge-bottom-sheet');
export const ForgeButtonArea = createElementProxy('forge-button-area');
export const ForgeButton = createElementProxy('forge-button');
export const ForgeButtonToggleGroup = createElementProxy('forge-button-toggle-group');
export const ForgeButtonToggle = createElementProxy('forge-button-toggle');
Expand Down
2 changes: 2 additions & 0 deletions lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import {
IBadgeComponent,
IBannerComponent,
IBottomSheetComponent,
IButtonAreaComponent,
IButtonComponent,
IButtonToggleComponent,
IButtonToggleGroupComponent,
Expand Down Expand Up @@ -104,6 +105,7 @@ declare global {
'forge-banner': CustomElementProps<IBannerComponent>;
'forge-bottom-sheet': CustomElementProps<IBottomSheetComponent>;
'forge-button': CustomElementProps<IButtonComponent>;
'forge-button-area': CustomElementProps<IButtonAreaComponent>;
'forge-button-toggle': CustomElementProps<IButtonToggleComponent>;
'forge-button-toggle-group': CustomElementProps<IButtonToggleGroupComponent>;
'forge-calendar': CustomElementProps<ICalendarComponent>;
Expand Down

0 comments on commit 46fb2fc

Please sign in to comment.