Skip to content

chore(release): release - #30

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main
Open

chore(release): release#30
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Release PR

This PR was automatically created by Release Please.

Merge this PR to publish to npm.

angular-3d: 1.3.0

1.3.0 (2026-07-21)

Features

  • angular-3d: add asset preloader and stagger group services (d590352)
  • angular-3d: add background components and glow directive (eb27d12)
  • angular-3d: add camera-flight and warp-lines type definitions (d22c9ba)
  • angular-3d: add chromatic aberration and film grain effects (46dd306)
  • angular-3d: add cinematic entrance directive (2766f66)
  • angular-3d: add coral sphere component with particle corona system (c0da3e4)
  • angular-3d: add core mesh and transform directives (2b39333)
  • angular-3d: add core tsl utilities for procedural textures (1bbb4c3)
  • angular-3d: add demand-based rendering mode for battery efficiency (4cda891)
  • angular-3d: add effect composer service infrastructure (fd68170)
  • angular-3d: add float3d and rotate3d animation directives (4cdf76e)
  • angular-3d: add fullscreen mode to metaball component (58f733e)
  • angular-3d: add geometry directives (014876d)
  • angular-3d: add glow particle text, nebula, and floating sphere (db2e1f2)
  • angular-3d: add GlowTroikaTextComponent and FontPreloadService (59c9d34)
  • angular-3d: add gltf model and star field components (0350922)
  • angular-3d: add hdri environment component for photorealistic lighting (de8afd8)
  • angular-3d: add instanced and smoke particle text components (3c997f4)
  • angular-3d: add instanced mesh component for 100x object scaling (021ae5b)
  • angular-3d: add loader utilities - batch 1 (2310701)
  • angular-3d: add loading overlay component and directive (3a605ab)
  • angular-3d: add marble sphere component with signal inputs (0da6aff)
  • angular-3d: add materialx noise and fresnel utilities to tsl (189bf2d)
  • angular-3d: add metaball component with ray marching shader (2f7e077)
  • angular-3d: add natural material and pattern textures (c228c7c)
  • angular-3d: add nodematerial directive and deprecate shadermaterial (737279b)
  • angular-3d: add particle system and scene lighting components (dbbf929)
  • angular-3d: add performance optimization directives and services (78aaf8a)
  • angular-3d: add planet and nebula components (dfcc17e)
  • angular-3d: add post-processing effects and public api exports (f4d0794)
  • angular-3d: add ResponsiveTroikaTextComponent with viewport/distance modes (7314261)
  • angular-3d: add route guard and resolver for scene loading (26405f7)
  • angular-3d: add scene ready service and loading types (93525bb)
  • angular-3d: add scene reveal directive (1f61f72)
  • angular-3d: add scene-graph store and injection tokens (ee23208)
  • angular-3d: add shader material directive for custom glsl shaders (0686cb8)
  • angular-3d: add smoke troika text component with shader-based atmospheric effects (e2ca83b)
  • angular-3d: add space flight animation directive (07f4011)
  • angular-3d: add sparkle corona component for glass sphere hero (68cbe7a)
  • angular-3d: add text3d and svg icon components (e80b1b1)
  • angular-3d: add texture, emissive, layer and pixel-ratio primitive inputs (fa3f77a)
  • angular-3d: add troika-three-text dependency and text directory (0f94bf7)
  • angular-3d: add tsl marble raymarching shader utilities (31eb135)
  • angular-3d: add tsl procedural texture generators (429a999)
  • angular-3d: add tsl utilities and migrate volumetric shaders (b60b7bf)
  • angular-3d: add unified loading coordinator factory (cfbdf21)
  • angular-3d: add viewport position directive (bccabc8)
  • angular-3d: add viewport positioning types and service (87914ec)
  • angular-3d: batch 2 - export coral sphere and integrate into hero (6b9eda7)
  • angular-3d: convert materials to nodematerial variants (22180a2)
  • angular-3d: export advanced primitive components (d4d18f1)
  • angular-3d: implement CameraFlightDirective with hold-to-fly mechanics (d78c544)
  • angular-3d: implement canvas and render loop core infrastructure (e405e22)
  • angular-3d: implement state store and component registry services (aa3f5aa)
  • angular-3d: implement TroikaTextComponent with full API surface (b77dac8)
  • angular-3d: implement WarpLinesComponent with TSL materials (983026d)
  • angular-3d: migrate bubble-text and cloud-layer to tsl materials (8d7837f)
  • angular-3d: migrate complex volumetrics to tsl materials (8ef3c2e)
  • angular-3d: migrate core infrastructure to webgpu renderer (a59c26c)
  • angular-3d: migrate directives and loaders to webgpu imports (0877461)
  • angular-3d: migrate metaball to tsl ray marching (76bd872)
  • angular-3d: migrate post-processing to webgpu imports (17e0dd1)
  • angular-3d: migrate postprocessing to native webgpu tsl (7e0bd4e)
  • angular-3d: migrate services and primitives to webgpu imports (1b0474b)
  • angular-3d: migrate text components to webgpu imports (5041d80)
  • angular-3d: scaffold library and configure workspace (e41fb55)
  • angular-3d: scaffold library and configure workspace (98d972b)
  • angular-gsap: batch 3 - update demo app and public exports (d29e3e1)
  • demo: add flight hint UI and reduced motion support (c7e9388)
  • demo: add hexagonal background hero demos with varied lighting themes (9266fd1)
  • demo: integrate glass sphere hero into home page (e7c8e57)
  • demo: integrate scene loading coordinator in hero section (d06c30b)

Bug Fixes

  • angular-3d: add glow texture to star field and update visual effect defaults (e794275)
  • angular-3d: add missing material settings to nebula component (8d123d3)
  • angular-3d: add render order support for sphere layering (52e170e)
  • angular-3d: add SceneGraphStore integration to troika text components (c7b3560)
  • angular-3d: address code review findings for batch 5 components (974ead4)
  • angular-3d: address critical issues from qa review (2d4ddcf)
  • angular-3d: address p0 blocking issues from qa review (5337cd7)
  • angular-3d: address p1 critical logic issues from qa review (c315c41)
  • angular-3d: address p3 minor issues from qa review (f25f6a3)
  • angular-3d: address p3 moderate issues from qa review (479625f)
  • angular-3d: address qa review issues and add space station demo (30181fb)
  • angular-3d: address QA review issues in troika text components (8b8281b)
  • angular-3d: change camera flight to left-click and fix listeners setup bug (ebaa96c)
  • angular-3d: correct inverted scene in webgl fallback mode (69e2533)
  • angular-3d: enable depth write for fire sphere layering (ec78992)
  • angular-3d: fix parallax animation and add sticky navigation (2630b30)
  • angular-3d: fix waypoint index not advancing in camera flight (d406db8)
  • angular-3d: fix webgl and gsap test mocks (94a0787)
  • angular-3d: improve crypto.randomUUID mock for Jest environment (cef9d66)
  • angular-3d: make effect composer service component-scoped (4830299)
  • angular-3d: prevent effect from resetting waypoint index after flight (29bb8af)
  • angular-3d: provide ViewportPositioningService and SceneGraphStore at root (24b3426)
  • angular-3d: resolve all 72 eslint errors (bdb54e4)
  • angular-3d: resolve lifecycle hooks and test issues (0e653b8)
  • angular-3d: resolve lint errors and add missing accessibility modifiers (ca93612)
  • angular-3d: resolve multi-scene object registration bug (b70923e)
  • angular-3d: resolve ng0203 error and redesign blueyard scene (ad4c74c)
  • angular-3d: resolve qa review issues for webgpu migration (4cc3299)
  • angular-3d: resolve runtime initialization and timing errors (03ae508)
  • angular-3d: resolve typecheck errors (imports and type exports) (1ff5b20)
  • angular-3d: update particle text and sphere defaults for visual quality (68d26b7)
  • angular-3d: use quaternion SLERP to prevent camera flip during flight (a07af04)
  • angular-3d: workaround for GSAP timeline promise not resolving (fc79104)
  • demo: ensure camera flight receives OrbitControls reference (9618ed3)
  • demo: simplify loading overlay integration to avoid effect context errors (75f03ee)
  • deps: correct repository URLs for npm provenance verification (c49046f)
  • deps: move access property to publishConfig for npm provenance (61482e1)
  • deps: move access property to publishConfig for npm provenance (f0c7326)
  • hero scene (4a2ad95)
angular-gsap: 1.3.0

1.3.0 (2026-07-21)

Features

  • angular-gsap: add configurable image inset to split panel section (1ff60e3)
  • angular-gsap: add waitFor property to scroll and viewport animations (0d82bdb)
  • angular-gsap: add waitFor property to viewport animations (8a9f32f)
  • angular-gsap: batch 1 - core service and provider functions (90a2a31)
  • angular-gsap: batch 3 - update demo app and public exports (d29e3e1)
  • angular-gsap: batch 3 - update demo app and public exports (4918035)
  • demo: integrate glass sphere hero into home page (e7c8e57)

Bug Fixes

  • angular-3d: address p3 minor issues from qa review (f25f6a3)
  • angular-3d: address QA review issues in troika text components (8b8281b)
  • angular-3d: resolve lifecycle hooks and test issues (0e653b8)
  • angular-gsap: use export type for interface re-exports (9a51596)
  • deps: correct repository URLs for npm provenance verification (c49046f)
  • deps: move access property to publishConfig for npm provenance (61482e1)
  • deps: move access property to publishConfig for npm provenance (f0c7326)

This PR was generated with Release Please. See documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants