-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release request commit created with Cranko.
+++ cranko-rc-info-v1 [[projects]] qnames = ["@wwtelescope/engine", "npm"] bump_spec = "micro bump" +++
- Loading branch information
Showing
9 changed files
with
81 additions
and
970 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1,8 @@ | ||
# rc: micro bump | ||
# See elsewhere for changelog | ||
|
||
- No code changes; update some of the documentation infrastructure. | ||
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/embed-common 0.3.5 (2023-09-15) | ||
|
||
- Update sponsorship branding and "front door" email address (#269, #271, @pkgw). | ||
|
||
|
||
# @wwtelescope/embed-common 0.3.4 (2023-07-23) | ||
|
||
- Add a `type: module` field to the `package.json` file (#264, @pkgw). This more | ||
accurately reflects the files that we're distributing. | ||
|
||
|
||
# @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 | ||
[branch]: https://github.com/WorldWideTelescope/wwt-webgl-engine/blob/release/embed-common/CHANGELOG.md | ||
[gh-releases]: https://github.com/WorldWideTelescope/wwt-webgl-engine/releases |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,88 +1,8 @@ | ||
# rc: micro bump | ||
# See elsewhere for changelog | ||
|
||
- No code changes; update to the latest typedoc for documentation generation. | ||
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/embed-creator 0.5.0 (2023-09-15) | ||
|
||
- Require the new, ESM-based version of the WebGL engine (#271, @pkgw). While | ||
the engine transition should not affect any packages that depend on it, such | ||
as this one, this requirement will help isolate any bugs associated with the | ||
transition. | ||
- Update sponsorship branding and "front door" email address (#269, #271, @pkgw). | ||
|
||
|
||
# @wwtelescope/embed-creator 0.4.2 (2023-03-31) | ||
|
||
- No code changes | ||
- Bump webpack from 5.75.0 to 5.76.0 | ||
|
||
|
||
# @wwtelescope/embed-creator 0.4.1 (2023-02-27) | ||
|
||
- Update dependency version specifications (#233, @pkgw) | ||
|
||
|
||
# @wwtelescope/embed-creator 0.4.0 (2022-11-30) | ||
|
||
- Update to Vue 3 (#215, @Carifio24)! Functional changes should be nil, but | ||
this modernizes many of the internals. | ||
- Cleanups and improvements to the build and packaging infrastructure (#217, | ||
@Carifio24, @pkgw). The source repository is now based on Yarn. | ||
- Update to FontAwesome 6. | ||
|
||
|
||
# @wwtelescope/embed-creator 0.3.5 (2022-04-01) | ||
|
||
- Fix a URL typo in the package.json file (@Carifio24). | ||
- Pin the version of fontawesome-svg-core more tightly to keep the build working (@Carifio24) | ||
|
||
|
||
# @wwtelescope/embed-creator 0.3.4 (2021-06-03) | ||
|
||
- Loosen version requirements for Vue CLI tooling | ||
|
||
|
||
# @wwtelescope/embed-creator 0.3.3 (2021-01-27) | ||
|
||
- Remove superfluous no-op "doc" script in the `package.json` | ||
- Correct temporary GitHub URLs in the package.json files | ||
|
||
|
||
# @wwtelescope/embed-creator 0.3.2 (2020-12-30) | ||
|
||
- Use https:// for some sample URLs. Fixes the tour sample when visiting the site | ||
using HTTPS. | ||
|
||
|
||
# @wwtelescope/embed-creator 0.3.1 (2020-12-30) | ||
|
||
- No code changes, just making Cranko happy. | ||
|
||
|
||
# @wwtelescope/embed-creator 0.3.0 (2020-10-09) | ||
|
||
- Add permissions in the recommended embed `<iframe>` HTML. This will allow | ||
embeds to fullscreen. We also request some additional permissions that aren't | ||
used now, but that we might wish to use in the future. | ||
|
||
|
||
# @wwtelescope/embed-creator 0.2.1 (2020-09-24) | ||
|
||
- No code changes; just 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) | ||
|
||
- Wire up a minimal UI for creating tour-playback embeds | ||
|
||
|
||
## [0.1.1](https://github.com/pkgw/wwt-webgl-engine/compare/@wwtelescope/[email protected]...@wwtelescope/[email protected]) (2020-06-09) | ||
|
||
- If activating a "show image" mode, clear out mutually inconsistent state from | ||
the planetary mode. | ||
|
||
|
||
# [0.1.0](https://github.com/pkgw/wwt-webgl-engine/compare/@wwtelescope/[email protected]...@wwtelescope/[email protected]) (2020-05-24) | ||
|
||
**Note:** Version bump only for package @wwtelescope/embed-creator | ||
[branch]: https://github.com/WorldWideTelescope/wwt-webgl-engine/blob/release/embed-creator/CHANGELOG.md | ||
[gh-releases]: https://github.com/WorldWideTelescope/wwt-webgl-engine/releases |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,130 +1,8 @@ | ||
# rc: micro bump | ||
# See elsewhere for changelog | ||
|
||
- Pull in a change in the `@wwtelescope/engine-pinia` package that corrects the | ||
tour playback timeline scrubber (#294, @pkgw). | ||
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/embed 1.7.0 (2023-09-15) | ||
|
||
- Require the new, ESM-based version of the WebGL engine (#271, @pkgw). While | ||
the engine transition should not affect any packages that depend on it, such | ||
as this one, this requirement will help isolate any bugs associated with the | ||
transition. | ||
- Update sponsorship branding and "front door" email address (#269, #271, @pkgw). | ||
|
||
|
||
# @wwtelescope/embed 1.6.2 (2023-03-31) | ||
|
||
- No code changes | ||
- Bump webpack from 5.75.0 to 5.76.0 | ||
|
||
|
||
# @wwtelescope/embed 1.6.1 (2023-02-27) | ||
|
||
- Correct missing @fortawesome/vue-fontawesome dependencies (#233, @pkgw) | ||
|
||
|
||
# @wwtelescope/embed 1.6.0 (2022-12-01) | ||
|
||
- Update to Vue 3 and Pinia (#215, @Carifio24)! The overall user experience | ||
should be essentially the same as before, but this modernizes many of the | ||
package's internals. Some fronted components had to be migrated to new | ||
equivalents that are compatible with Vue 3. | ||
- Control APIs should be unaffected, so we are treating this as a non-breaking | ||
change. If you actually depend upon this package in an NPM/Yarn project, | ||
however, this is likely a breaking change because the dependency on `vue` has | ||
gone from the 2.x series to the 3.x series. | ||
- Cleanups and improvements to the build and packaging infrastructure (#217, | ||
@Carifio24, @pkgw). The source repository is now based on Yarn. | ||
|
||
|
||
# @wwtelescope/embed 1.5.4 (2022-04-01) | ||
|
||
- Fix a URL typo in the package.json file (@Carifio24). | ||
- Pin the version of fontawesome-svg-core more tightly to keep the build working (@Carifio24) | ||
|
||
|
||
# @wwtelescope/embed 1.5.3 (2021-10-21) | ||
|
||
- Fix the centering of the background WWT logo in the "ready to start" tour | ||
playback mode (#150, @pkgw). | ||
|
||
|
||
# @wwtelescope/embed 1.5.2 (2021-09-21) | ||
|
||
- An internal improvement to our folder loading code broke the way that the | ||
embed processed WTML files, making it so that it wouldn't probably home in on | ||
specified places. Update the WTML processing to fix this (@Carifio24, #143). | ||
|
||
|
||
# @wwtelescope/embed 1.5.1 (2021-08-04) | ||
|
||
- If a tour is being played back and the user pauses it, populate the background | ||
chooser with our list of standard backgrounds for Sky mode. This could yield | ||
incorrect results if the tour is currently in a different mode, but most of | ||
the time it will be better than our current approach, which is to show an | ||
empty list. Our support for non-Sky modes needs to be tidied up more | ||
generally. (#127, @pkgw) | ||
|
||
|
||
# @wwtelescope/embed 1.5.0 (2021-06-17) | ||
|
||
- Add support for panorama images (#117, @Carifio24) | ||
|
||
[#117]: https://github.com/WorldWideTelescope/wwt-webgl-engine/pull/117 | ||
|
||
|
||
# @wwtelescope/embed 1.4.2 (2021-06-03) | ||
|
||
- Loosen version requirements for Vue CLI tooling | ||
|
||
|
||
# @wwtelescope/embed 1.4.1 (2021-01-27) | ||
|
||
- Update v-tooltip, hopefully making Lerna a bit happier | ||
- Correct temporary GitHub URLs in the package.json files | ||
|
||
|
||
# @wwtelescope/embed 1.4.0 (2020-12-30) | ||
|
||
- Large amounts of UI polish for tour playback. We now have UI controls, fixes | ||
for mobile, and a "letterbox" mode that ensures that the aspect ratio of the | ||
WWT canvas is reasonable when playing back tours. | ||
|
||
|
||
# @wwtelescope/embed 1.3.0 (2020-10-09) | ||
|
||
- Add new UI "controls" (to be distinguished from the "tools"): zoom buttons and | ||
a fullscreen toggle. Woo! | ||
|
||
|
||
# @wwtelescope/embed 1.2.1 (2020-09-24) | ||
|
||
- No code changes; just issuing a new release for the Cranko conversion. | ||
|
||
|
||
# [1.2.0](https://github.com/pkgw/wwt-webgl-engine/compare/@wwtelescope/[email protected]...@wwtelescope/[email protected]) (2020-06-12) | ||
|
||
- Implement a very basic tour playback mode. | ||
|
||
|
||
# [1.1.0](https://github.com/pkgw/wwt-webgl-engine/compare/@wwtelescope/[email protected]...@wwtelescope/[email protected]) (2020-06-09) | ||
|
||
- Add some tools to the embed user interface, including an opacity control for | ||
the foreground image and a background chooser. | ||
|
||
|
||
# [1.0.0](https://github.com/pkgw/wwt-webgl-engine/compare/@wwtelescope/[email protected]...@wwtelescope/[email protected]) (2020-05-24) | ||
|
||
- Version-only bump to 1.0 — we are going to try very hard to avoid breakage since we want | ||
to encourage people to run around sticking embed URLs everywhere they can think of. | ||
|
||
|
||
## [0.1.1](https://github.com/pkgw/wwt-webgl-engine/compare/@wwtelescope/[email protected]...@wwtelescope/[email protected]) (2020-05-24) | ||
|
||
- New release to needed due to bug in continuous deployment infrastructure. | ||
|
||
|
||
# [0.1.0](https://github.com/pkgw/wwt-webgl-engine/compare/@wwtelescope/[email protected]...@wwtelescope/[email protected]) (2020-05-24) | ||
|
||
**Note:** Version bump only for package @wwtelescope/embed | ||
[branch]: https://github.com/WorldWideTelescope/wwt-webgl-engine/blob/release/embed/CHANGELOG.md | ||
[gh-releases]: https://github.com/WorldWideTelescope/wwt-webgl-engine/releases |
Oops, something went wrong.