You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -10,20 +10,20 @@
10
10
> -:house:[Internal]
11
11
> -:nail_care:[Polish]
12
12
13
-
# 11.1.0-rc.8 (Unreleased)
13
+
# 11.1.0-rc.8
14
14
15
15
#### :rocket: New Feature
16
16
17
17
- Add `%todo` extension for leaving implementation for later. https://github.com/rescript-lang/rescript-compiler/pull/6713
18
-
- Add `-warn-error` argument for generate error on CI. Useful for `%todo` extension. https://github.com/rescript-lang/rescript-compiler/pull/6717
18
+
- Add `-warn-error` argument for generating errors in CI. Useful for `%todo` extension. https://github.com/rescript-lang/rescript-compiler/pull/6717
19
19
20
20
#### :bug: Bug Fix
21
21
22
-
- Improve error when using '@deriving(accessors)' on a variant with record arguments. https://github.com/rescript-lang/rescript-compiler/pull/6712
22
+
- Improve error when using `@deriving(accessors)` on a variant with record arguments. https://github.com/rescript-lang/rescript-compiler/pull/6712
23
23
- Stop escaping JSX prop names with hyphens. https://github.com/rescript-lang/rescript-compiler/pull/6705
24
24
- Fix trailing undefined for optional parameters not omitted with `@send` and `@new`. https://github.com/rescript-lang/rescript-compiler/pull/6716
25
-
- Fix JSX4 adding the incorrect type annotation for the prop `ref` in React.forwardRef component https://github.com/rescript-lang/rescript-compiler/pull/6718
26
-
- Fix description for warning number 110 https://github.com/rescript-lang/rescript-compiler/pull/6725
25
+
- Fix JSX4 adding the incorrect type annotation for the prop `ref` in `React.forwardRef` component.https://github.com/rescript-lang/rescript-compiler/pull/6718
26
+
- Fix description for warning number 110.https://github.com/rescript-lang/rescript-compiler/pull/6725
0 commit comments