Skip to content

Commit 2c675bd

Browse files
committed
Edit CHANGELOG.md
1 parent 3df1ae9 commit 2c675bd

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,26 @@
33
## 1.2.0
44

55
- `@create-figma-plugin/build`
6-
- Added the ability to override the esbuild configuration for the `main` bundle (via the `--main-config` flag) and `ui` bundle (via the `--ui-config` flag)
6+
- Added the ability to override the esbuild configuration for the `main` bundle (via a `build-figma-plugin.main.js` file) and the `ui` bundle (via a `build-figma-plugin.ui.js` file)
77
- Improve the UX of the `build-figma-plugin --watch --typecheck` terminal output
88

9+
- `@create-figma-plugin/monetization`
10+
- This is a new package that includes utilities for:
11+
- Tracking the number of plugin runs
12+
- Verifying a Gumroad license key
13+
914
- `@create-figma-plugin/ui`
1015
- New features:
11-
- Added a new `IconButton` component
16+
- Added `Banner` and `IconButton` components
1217
- Added a `validateOnBlur` prop to `Textbox`, `TextboxNumeric`, and `TextboxMultiline`
1318
- Bug fixes:
1419
- Allow pressing `Tab` to hide the menu in the `Dropdown` component
1520
- Fixed a bug for when the `suffix` prop is specified in `TextboxNumeric`
1621
- Fixed UI bugs in the `useFocusTrap` and `useScrollableMenu` hooks
1722
- Middle-aligned the `icon` relative to the height of the textbox in the `Textbox`, `TextboxAutocomplete`, `TextboxNumeric` components
1823
- Adjusted the focused style (the height of the blue outlined box) and the selected style (the background color of the selected text) of all textboxes (ie. `Textbox` etc.) to be identical to that in the Figma editor
24+
- Prevent menu items in `Dropdown` and `TextboxAutocomplete` from wrapping
25+
- Dynamically adjust the horizontal menu position of `Dropdown`
1926
- CSS:
2027
- Added colors `--color-black-6-translucent`, `--color-black-3-translucent`, and `--color-blue-30-translucent` to `@create-figma-plugin/ui/lib/css/base.css`
2128

0 commit comments

Comments
 (0)