Skip to content

Commit

Permalink
Release request commit created with Cranko.
Browse files Browse the repository at this point in the history
+++ cranko-rc-info-v1
[[projects]]
qnames = ["@wwtelescope/research-app-messages", "npm"]
bump_spec = "micro bump"

[[projects]]
qnames = ["@wwtelescope/engine-types", "npm"]
bump_spec = "micro bump"

[[projects]]
qnames = ["@wwtelescope/engine", "npm"]
bump_spec = "micro bump"

[[projects]]
qnames = ["@wwtelescope/embed-common", "npm"]
bump_spec = "micro bump"

[[projects]]
qnames = ["@wwtelescope/engine-helpers", "npm"]
bump_spec = "micro bump"

+++
  • Loading branch information
cranko committed Jul 23, 2023
2 parents da958dc + 018ac9e commit 1613e9b
Show file tree
Hide file tree
Showing 6 changed files with 826 additions and 70 deletions.
46 changes: 6 additions & 40 deletions astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,42 +1,8 @@
# rc: micro bump
# See elsewhere for changelog

- Add a `type: module` field to the `package.json` file (#264, @pkgw). This more
accurately reflects the files that we're distributing.
This project’s release notes are curated from the Git history of its main
branch. You can find them by looking at [the version of this file on the
`release` branch][branch] or the [GitHub release history][gh-releases].


# @wwtelescope/astro 0.2.2 (2022-11-30)

- No code changes.
- Update the `package.json` file to align with new Yarn-based build system (#217, @Carifio24, @pkgw).


# @wwtelescope/astro 0.2.1 (2022-04-01)

- Fix a URL typo in the package.json file (@Carifio24).


# @wwtelescope/astro 0.2.0 (2021-09-20)

- Add a function for calculating great-circle distance (@Carifio24).


# @wwtelescope/astro 0.1.4 (2021-06-03)

- No code changes, just syncing up Cranko with changes in the repository.


# @wwtelescope/astro 0.1.3 (2021-01-27)

- Upgrade TypeDoc and TypeScript
- Correct temporary GitHub URLs in the package.json files


# @wwtelescope/astro 0.1.2 (2020-09-24)

- Added a README
- No code changes


# @wwtelescope/astro 0.1.1 (2020-09-23)

- No code changes; issuing a new release as part of the migration to Cranko.
[branch]: https://github.com/WorldWideTelescope/wwt-webgl-engine/blob/release/astro/CHANGELOG.md
[gh-releases]: https://github.com/WorldWideTelescope/wwt-webgl-engine/releases
51 changes: 45 additions & 6 deletions embed-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,47 @@
# See elsewhere for changelog
# rc: micro bump

This project’s release notes are curated from the Git history of its main
branch. You can find them by looking at [the version of this file on the
`release` branch][branch] or the [GitHub release history][gh-releases].
- Add a `type: module` field to the `package.json` file (#264, @pkgw). This more
accurately reflects the files that we're distributing.

[branch]: https://github.com/WorldWideTelescope/wwt-webgl-engine/blob/release/embed-common/CHANGELOG.md
[gh-releases]: https://github.com/WorldWideTelescope/wwt-webgl-engine/releases

# @wwtelescope/embed-common 0.3.3 (2022-11-30)

- No code changes.
- Update the `package.json` file to align with new Yarn-based build system (#217, @Carifio24, @pkgw).


# @wwtelescope/embed-common 0.3.2 (2022-04-01)

- Fix a URL typo in the package.json file (@Carifio24).


# @wwtelescope/embed-common 0.3.1 (2021-06-03)

- No code changes, just syncing up Cranko with changes in the repository.


# @wwtelescope/embed-common 0.3.0 (2021-01-27)

This release contains a **breaking change** relating to a rework of how
"settings" are expressed in TypeScript. The previous system was pretty limited
and limiting; the new system is much more functional.

- Move enumLookup out of here into engine-types
- Track API changes in how settings are expressed
- Upgrade TypeDoc and TypeScript
- Correct temporary GitHub URLs in the package.json files


# @wwtelescope/embed-common 0.2.1 (2020-09-23)

- No code changes; issuing a new release for the Cranko switchover.


# [0.2.0](https://github.com/pkgw/wwt-webgl-engine/compare/@wwtelescope/[email protected]...@wwtelescope/[email protected]) (2020-06-12)

- Export a tourUrl setting


# [0.1.0](https://github.com/pkgw/wwt-webgl-engine/compare/@wwtelescope/[email protected]...@wwtelescope/[email protected]) (2020-05-23)

**Note:** Version bump only for package @wwtelescope/embed-common
144 changes: 138 additions & 6 deletions engine-helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,140 @@
# See elsewhere for changelog
# rc: micro bump

This project’s release notes are curated from the Git history of its main
branch. You can find them by looking at [the version of this file on the
`release` branch][branch] or the [GitHub release history][gh-releases].
- Add a `type: module` field to the `package.json` file (#264, @pkgw). This more
accurately reflects the files that we're distributing.

[branch]: https://github.com/WorldWideTelescope/wwt-webgl-engine/blob/release/engine-helpers/CHANGELOG.md
[gh-releases]: https://github.com/WorldWideTelescope/wwt-webgl-engine/releases

# @wwtelescope/engine-helpers 0.15.0 (2023-06-08)

- Have the `addImagesetToRepository` method return an imageset (#256, @pkgw).


# @wwtelescope/engine-helpers 0.14.0 (2023-03-31)

- Expose the "addImageSetToRepository" function through the engine stack (#241, @pkgw)
- Remove unnecessary `name` parameter in the frame export code (#240, @Carifio24)


# @wwtelescope/engine-helpers 0.13.0 (2023-03-29)

- Expose the new, expanded frame-capture functionality which can capture a
sequence of frames (#239, @Carifio24).


# @wwtelescope/engine-helpers 0.12.0 (2023-03-20)

- Expose the engine's new frame capture functionality (#235, @Carifio24).


# @wwtelescope/engine-helpers 0.11.1 (2023-02-27)

- No code changes; just making Cranko happy.


# @wwtelescope/engine-helpers 0.11.0 (2023-02-15)

- Expose the "freestanding mode" that was added to the engine (#230, @pkgw).


# @wwtelescope/engine-helpers 0.10.0 (2023-02-13)

- Expose some new engine settings that make make it possible to customize the
colors used for various coordinate grid overlays and the heigh of the
constellation names (#226, @Carifio24).


# @wwtelescope/engine-helpers 0.9.0 (2023-01-19)

- Expose new engine APIs for getting the amount of time that basic "goto"
movements will take to execute (#222, @Carifio24)


# @wwtelescope/engine-helpers 0.8.3 (2022-11-30)

- No code changes.
- Cleanups and improvements to the build and packaging infrastructure (#217,
@Carifio24, @pkgw). The source repository is now based on Yarn.


# @wwtelescope/engine-helpers 0.8.2 (2022-04-01)

- Fix a URL typo in the package.json file (@Carifio24).


# @wwtelescope/engine-helpers 0.8.1 (2021-11-17)

- Fix bad copy/paste-o that made the `polylineannotation` module pretty useless
(#155, @Carifio24).


# @wwtelescope/engine-helpers 0.8.0 (2021-09-20)

- Provide a homogeneous set of settings interfaces, building on the new
interfaces provided by some of the lower-level packages (@pkgw, #131, #134).
There is a new suite of functions for extracting, copying, and storing
settings, which make it easier to bridge WWT settings into systems external to
WWT itself, such as Vue and Vuex.
- Properly type `StretchFitsLayerOptions.stretch` as a `ScaleTypes`. This
is technically a breaking change although the TypeScript compiler doesn't
always seem to mind if you still initialize the field with a number.


# @wwtelescope/engine-helpers 0.7.0 (2021-07-23)

- Add various wrappers for catalog HiPS functionality: an async-ified wrapper
for getCatalogHipsDataInView, an API to pull settings out of a spreadsheet
layer, and a new async addCatalogHipsByName implementation (#126, @pkgw)


# @wwtelescope/engine-helpers 0.6.0 (2021-06-03)

- Add helpers relating to some of the new APIs in the 7.11 series of the engine.
These include roll controls, optional recursive loading of WTML collections,
showing warnings if WebGL 2.0 isn't available, URL-based loading of imageset
layers, controlling "goto" functionality when loading imageset layers, and
catalog HiPS APIs.


# @wwtelescope/engine-helpers 0.5.0 (2021-01-27)

This release contains a **breaking change** relating to a rework of how
"settings" are expressed in TypeScript. The previous system was pretty limited
and limiting; the new system is much more functional.

- Many new APIs and types related to our improved system for handling settings.
- Expose the layer manager as one of the core state objects
- Add wrappers for layer mutations
- Implement FITS layer colormap control
- Implement FITS layer stretch control
- Upgrade TypeDoc and TypeScript
- Correct temporary GitHub URLs in the package.json files


# @wwtelescope/engine-helpers 0.4.0 (2020-12-30)

- A variety of new APIs to support better tour playback (#73, @pkgw)
- `seekToTourTimecode()`
- `getEffectiveTourTimecode()`
- `getIsTourPlaying()`
- `loadTour()`
- a simple hook for detecting when a tour finishes playing


# @wwtelescope/engine-helpers 0.3.1 (2020-09-23)

- No code changes; issuing a new release for the Cranko switchover.


# [0.3.0](https://github.com/pkgw/wwt-webgl-engine/compare/@wwtelescope/[email protected]...@wwtelescope/[email protected]) (2020-06-12)

- Export helpers relating to tour playback


# [0.2.0](https://github.com/pkgw/wwt-webgl-engine/compare/@wwtelescope/[email protected]...@wwtelescope/[email protected]) (2020-06-09)

- Expose setForegroundOpacity


# [0.1.0](https://github.com/pkgw/wwt-webgl-engine/compare/@wwtelescope/[email protected]...@wwtelescope/[email protected]) (2020-05-23)

**Note:** Version bump only for package @wwtelescope/engine-helpers
79 changes: 73 additions & 6 deletions engine-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,75 @@
# See elsewhere for changelog
# rc: micro bump

This project’s release notes are curated from the Git history of its main
branch. You can find them by looking at [the version of this file on the
`release` branch][branch] or the [GitHub release history][gh-releases].
- Add a `type: module` field to the `package.json` file (#264, @pkgw). This more
accurately reflects the files that we're distributing.

[branch]: https://github.com/WorldWideTelescope/wwt-webgl-engine/blob/release/engine-types/CHANGELOG.md
[gh-releases]: https://github.com/WorldWideTelescope/wwt-webgl-engine/releases

# @wwtelescope/engine-types 0.6.4 (2022-11-30)

- No code changes. Make another release because the package of the previous
release was accidentally incomplete, due to being produced manually as the
kinks were being worked out in the updated build system.


# @wwtelescope/engine-types 0.6.3 (2022-11-30)

- No code changes.
- Update the `package.json` file to align with new Yarn-based build system
(#217, @Carifio24, @pkgw).


# @wwtelescope/engine-types 0.6.2 (2022-04-01)

- Fix a URL typo in the package.json file (@Carifio24).


# @wwtelescope/engine-types 0.6.1 (2021-11-17)

- Correctly handle Date types in `isBaseSpreadSheetLayerSetting` (#155, @Carifio24).


# @wwtelescope/engine-types 0.6.0 (2021-09-20)

- Wire in the "Layer.enabled" setting
- Delist "settings" that can't be modified. This is nominally a breaking change,
although such settings would have been of extremely limited use anyway.


# @wwtelescope/engine-types 0.5.0 (2021-07-20)

- Expose some engine color settings (#125, @pkgw). Unlike certain other
settings, these are exposed in the API as strings, so they can go
into this package.


# @wwtelescope/engine-types 0.4.0 (2021-06-03)

- Expose new core catalog-HiPS types used by the engine; namely,
`BaseVoTableLayerSetting` and related items.


# @wwtelescope/engine-types 0.3.0 (2021-01-27)

This release contains a **breaking change** relating to a rework of how
"settings" are expressed in TypeScript. The previous system was pretty limited
and limiting; the new system is much more functional.

- New enumerations in support of SpreadSheetLayer and ImageSetLayer
- Rework how settings are expressed
- Upgrade TypeDoc and TypeScript
- Correct temporary GitHub URLs in the package.json files


# @wwtelescope/engine-types 0.2.0 (2020-12-30)

- Add the SettingsInterface


# @wwtelescope/engine-types 0.1.1 (2020-09-23)

- No code changes; issuing a new release as part of the Cranko switchover.


# [0.1.0](https://github.com/pkgw/wwt-webgl-engine/compare/@wwtelescope/[email protected]...@wwtelescope/[email protected]) (2020-05-23)

**Note:** Version bump only for package @wwtelescope/engine-types
Loading

0 comments on commit 1613e9b

Please sign in to comment.