|
2 | 2 |
|
3 | 3 | ## 0.2.3 |
4 | 4 |
|
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)) |
6 | 6 |
|
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)) |
8 | 8 |
|
9 | 9 | ## 0.2.2 |
10 | 10 |
|
11 | | -* Add `CubeTransparentIcon` icon |
| 11 | +- Add `CubeTransparentIcon` icon |
12 | 12 |
|
13 | 13 | ## 0.2.1 |
14 | 14 |
|
15 | | -* Support JSX titles in dropdown items |
| 15 | +- Support JSX titles in dropdown items |
16 | 16 |
|
17 | | -* Update `DocumentTextIcon` icon |
| 17 | +- Update `DocumentTextIcon` icon |
18 | 18 |
|
19 | 19 | ## 0.2.0 |
20 | 20 |
|
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)) |
22 | 22 |
|
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)) |
24 | 24 |
|
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)) |
26 | 26 |
|
27 | | -* `<ButtonWithDropdown>` component ([#2498](https://github.com/quantified-uncertainty/squiggle/pull/2498)) |
| 27 | +- `<ButtonWithDropdown>` component ([#2498](https://github.com/quantified-uncertainty/squiggle/pull/2498)) |
28 | 28 |
|
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)) |
30 | 30 |
|
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)) |
32 | 32 |
|
33 | | -* `generateProvider` helper ([#2585](https://github.com/quantified-uncertainty/squiggle/pull/2585)) |
| 33 | +- `generateProvider` helper ([#2585](https://github.com/quantified-uncertainty/squiggle/pull/2585)) |
34 | 34 |
|
35 | 35 | ## 0.1.5 |
36 | 36 |
|
37 | | -* `WrenchIcon` ([#2237](https://github.com/quantified-uncertainty/squiggle/pull/2237)) |
| 37 | +- `WrenchIcon` ([#2237](https://github.com/quantified-uncertainty/squiggle/pull/2237)) |
38 | 38 |
|
39 | | -* `DropdownMenuLinkItem` for `<a href=...>` links |
| 39 | +- `DropdownMenuLinkItem` for `<a href=...>` links |
40 | 40 |
|
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)) |
42 | 42 |
|
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)) |
44 | 44 |
|
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)) |
46 | 46 |
|
47 | | -* `PlusIcon` ([#2296](https://github.com/quantified-uncertainty/squiggle/pull/2296)) |
| 47 | +- `PlusIcon` ([#2296](https://github.com/quantified-uncertainty/squiggle/pull/2296)) |
48 | 48 |
|
49 | 49 | ## 0.1.4 |
50 | 50 |
|
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)) |
52 | 52 |
|
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)) |
54 | 54 |
|
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)) |
56 | 56 |
|
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