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
- Added support for `.luau` file extension ([#2802][2802])
28
28
- Fix typo in issue #1149's diagnostic ([#2649][2649])
29
-
- Added an error if `types`is not found in tsconfig.json ([#2533][2533])
29
+
- Added an error if `types`specified in tsconfig.json are not found ([#2533][2533])
30
30
31
31
### **Breaking Changes**
32
32
- To continue using `@rbxts/roact` + JSX
@@ -46,6 +46,7 @@
46
46
- The TypeScript update includes a few edge-case breaking changes: [5.4](https://devblogs.microsoft.com/typescript/announcing-typescript-5-4/#notable-behavioral-changes8) and [5.5](https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/#notable-behavioral-changes30)
47
47
- roblox-ts will emit compiled files as `.luau` by default. You can keep the old behaviour by running with `--luau=false`.
48
48
- Parameter decorators will now be called with the name of the method, instead of the name of the parameter. This matches TypeScript behaviour.
49
+
-`typeRoots` are now verified relative to the project folder, not the `package.json`. For more info, see ([#2533][2533])
49
50
50
51
## 2.3.0
51
52
- Removed `rbxtsc init` in favor of `npm create roblox-ts` ([#2503][2503])
0 commit comments