Skip to content

Commit 8018d9d

Browse files
committed
changelog lint
1 parent fe9b24a commit 8018d9d

1 file changed

Lines changed: 22 additions & 22 deletions

File tree

packages/ui/CHANGELOG.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,56 +2,56 @@
22

33
## 0.2.3
44

5-
* support `tooltip` prop in all form fields ([#3442](https://github.com/quantified-uncertainty/squiggle/pull/3442))
5+
- support `tooltip` prop in all form fields ([#3442](https://github.com/quantified-uncertainty/squiggle/pull/3442))
66

7-
* support `layout` prop in form fields, remove `inlineLabel` prop ([#3442](https://github.com/quantified-uncertainty/squiggle/pull/3442))
7+
- support `layout` prop in form fields, remove `inlineLabel` prop ([#3442](https://github.com/quantified-uncertainty/squiggle/pull/3442))
88

99
## 0.2.2
1010

11-
* Add `CubeTransparentIcon` icon
11+
- Add `CubeTransparentIcon` icon
1212

1313
## 0.2.1
1414

15-
* Support JSX titles in dropdown items
15+
- Support JSX titles in dropdown items
1616

17-
* Update `DocumentTextIcon` icon
17+
- Update `DocumentTextIcon` icon
1818

1919
## 0.2.0
2020

21-
* Support `placement` prop in `<Dropdown>` component ([#2498](https://github.com/quantified-uncertainty/squiggle/pull/2498))
21+
- Support `placement` prop in `<Dropdown>` component ([#2498](https://github.com/quantified-uncertainty/squiggle/pull/2498))
2222

23-
* Added `window.squiggleOutput` output for debugging ([#2564](https://github.com/quantified-uncertainty/squiggle/pull/2564))
23+
- Added `window.squiggleOutput` output for debugging ([#2564](https://github.com/quantified-uncertainty/squiggle/pull/2564))
2424

25-
* Rename `ArrowUturnLeftIcon` to `ResetIcon` ([#2549](https://github.com/quantified-uncertainty/squiggle/pull/2549))
25+
- Rename `ArrowUturnLeftIcon` to `ResetIcon` ([#2549](https://github.com/quantified-uncertainty/squiggle/pull/2549))
2626

27-
* `<ButtonWithDropdown>` component ([#2498](https://github.com/quantified-uncertainty/squiggle/pull/2498))
27+
- `<ButtonWithDropdown>` component ([#2498](https://github.com/quantified-uncertainty/squiggle/pull/2498))
2828

29-
* Rename `ChatBubbleLeftIcon` to `CommentIcon`, remove other unused chat icons ([#2498](https://github.com/quantified-uncertainty/squiggle/pull/2498))
29+
- Rename `ChatBubbleLeftIcon` to `CommentIcon`, remove other unused chat icons ([#2498](https://github.com/quantified-uncertainty/squiggle/pull/2498))
3030

31-
* `<Dropdown>` component children now can access `close` function through `useCloseDropdown` hook ([#2549](https://github.com/quantified-uncertainty/squiggle/pull/2549))
31+
- `<Dropdown>` component children now can access `close` function through `useCloseDropdown` hook ([#2549](https://github.com/quantified-uncertainty/squiggle/pull/2549))
3232

33-
* `generateProvider` helper ([#2585](https://github.com/quantified-uncertainty/squiggle/pull/2585))
33+
- `generateProvider` helper ([#2585](https://github.com/quantified-uncertainty/squiggle/pull/2585))
3434

3535
## 0.1.5
3636

37-
* `WrenchIcon` ([#2237](https://github.com/quantified-uncertainty/squiggle/pull/2237))
37+
- `WrenchIcon` ([#2237](https://github.com/quantified-uncertainty/squiggle/pull/2237))
3838

39-
* `DropdownMenuLinkItem` for `<a href=...>` links
39+
- `DropdownMenuLinkItem` for `<a href=...>` links
4040

41-
* Expose `<DropdownMenuItemLayout>` component ([#2237](https://github.com/quantified-uncertainty/squiggle/pull/2237))
41+
- Expose `<DropdownMenuItemLayout>` component ([#2237](https://github.com/quantified-uncertainty/squiggle/pull/2237))
4242

43-
* `<FormField>` and `<ControlledFormField>`` components accept `standaloneLabel\` prop ([#2237](https://github.com/quantified-uncertainty/squiggle/pull/2237))
43+
- `<FormField>` and `<ControlledFormField>`` components accept `standaloneLabel\` prop ([#2237](https://github.com/quantified-uncertainty/squiggle/pull/2237))
4444

45-
* Improved `<Dropdown>` styles ([#2296](https://github.com/quantified-uncertainty/squiggle/pull/2296))
45+
- Improved `<Dropdown>` styles ([#2296](https://github.com/quantified-uncertainty/squiggle/pull/2296))
4646

47-
* `PlusIcon` ([#2296](https://github.com/quantified-uncertainty/squiggle/pull/2296))
47+
- `PlusIcon` ([#2296](https://github.com/quantified-uncertainty/squiggle/pull/2296))
4848

4949
## 0.1.4
5050

51-
* Downgrade Typescript target to ES2021. This should help with loading Squiggle components on Observable through unpkg.com. ([#2269](https://github.com/quantified-uncertainty/squiggle/pull/2269))
51+
- Downgrade Typescript target to ES2021. This should help with loading Squiggle components on Observable through unpkg.com. ([#2269](https://github.com/quantified-uncertainty/squiggle/pull/2269))
5252

53-
* `SelectFormField` and `SelectStringFormField` components ([#2260](https://github.com/quantified-uncertainty/squiggle/pull/2260))
53+
- `SelectFormField` and `SelectStringFormField` components ([#2260](https://github.com/quantified-uncertainty/squiggle/pull/2260))
5454

55-
* "use client" directive in non-server-compatible components ([#2260](https://github.com/quantified-uncertainty/squiggle/pull/2260))
55+
- "use client" directive in non-server-compatible components ([#2260](https://github.com/quantified-uncertainty/squiggle/pull/2260))
5656

57-
* New icons: `GroupIcon`, `RightArrowIcon` and `EmptyIcon` ([#2260](https://github.com/quantified-uncertainty/squiggle/pull/2260))
57+
- New icons: `GroupIcon`, `RightArrowIcon` and `EmptyIcon` ([#2260](https://github.com/quantified-uncertainty/squiggle/pull/2260))

0 commit comments

Comments
 (0)