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: CHANGES.md
+9-4
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,17 @@
4
4
5
5
#### Major Announcements :loudspeaker:
6
6
7
-
- CesiumJS is now published alongside two smaller packages `@cesium/engine` and `@cesium/widgets`[#10824](https://github.com/CesiumGS/cesium/pull/10824):
8
-
- The source code has been paritioned into two npm workspaces: `packages/engine` and `packages/widgets`.
7
+
-Starting with version 1.100, CesiumJS will be published alongside two smaller packages `@cesium/engine` and `@cesium/widgets`[#10824](https://github.com/CesiumGS/cesium/pull/10824):
8
+
- The source code will been paritioned into two folders: `packages/engine` and `packages/widgets`.
9
9
- These workspaces packages will follow semantic versioning.
10
10
- These workspaces packages will be published as ES modules with TypeScript definitions.
11
-
- The combined CesiumJS release will continue to be published, however, only the `Assets`, `ThirdParty` and `Widgets` (with CSS files only) are available in the root level `Source` folder.
12
-
- The ability to import modules and TypeScript definitinons from individual modules has been removed.
11
+
- The combined CesiumJS release will continue to be published, however, the `Source` folder will only contain the following:
12
+
-`Cesium.js`
13
+
-`Cesium.d.ts`
14
+
-`Assets`
15
+
-`ThirdParty`
16
+
-`Widgets`(CSS files only)
17
+
- The ability to import modules and TypeScript definitions from individual files will been removed. Any imports should originate from the `cesium` module (`import { Cartesian3 } from "cesium";`) or the combined `Cesium.js` file (`import { Cartesian3 } from "Source/Cesium.js";`);
0 commit comments