Skip to content

Commit a7c094c

Browse files
committed
Version bump 0.29.0
1 parent 9b4823c commit a7c094c

37 files changed

Lines changed: 1337 additions & 93 deletions

dist/angular-ts.esm.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Version: 0.28.0 - May 23, 2026 23:51:48 */
1+
/* Version: 0.29.0 - May 27, 2026 02:59:27 */
22
/**
33
* Canonical token names for the built-in injectables exposed by the core `ng`
44
* module.
@@ -17,7 +17,6 @@ const _animation = "$$animation";
1717
const _taskTrackerFactory = "$$taskTrackerFactory";
1818
const _anchorScroll = "$anchorScroll";
1919
const _animate = "$animate";
20-
const _animateCss = "$animateCss";
2120
const _aria = "$aria";
2221
const _compile = "$compile";
2322
const _compileLifecycle = "$compileLifecycle";
@@ -58,7 +57,6 @@ const _provide = "$provide";
5857
const _injector = "$injector";
5958
const _angularProvider = "$angularProvider";
6059
const _anchorScrollProvider = "$anchorScrollProvider";
61-
const _animateCssProvider = "$animateCssProvider";
6260
const _ariaProvider = "$ariaProvider";
6361
const _compileProvider = "$compileProvider";
6462
const _compileLifecycleProvider = "$compileLifecycleProvider";
@@ -109,7 +107,6 @@ const $injectTokens = {
109107
_taskTrackerFactory,
110108
_anchorScroll,
111109
_animate,
112-
_animateCss,
113110
_aria,
114111
_compile,
115112
_compileLifecycle,
@@ -150,7 +147,6 @@ const $injectTokens = {
150147
_injector,
151148
_angularProvider,
152149
_anchorScrollProvider,
153-
_animateCssProvider,
154150
_ariaProvider,
155151
_compileProvider,
156152
_compileLifecycleProvider,
@@ -2987,7 +2983,7 @@ class AngularRuntime extends EventTarget {
29872983
/** @internal */
29882984
this._bootsrappedModules = [];
29892985
/** AngularTS version string replaced at build time. */
2990-
this.version = "0.28.0";
2986+
this.version = "0.29.0";
29912987
/** Retrieve the controller instance cached on a compiled DOM element. */
29922988
this.getController = getController;
29932989
/** Retrieve the injector cached on a bootstrapped DOM element. */

dist/angular-ts.umd.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Version: 0.28.0 - May 23, 2026 23:51:44 */
1+
/* Version: 0.29.0 - May 27, 2026 02:59:23 */
22
(function (global, factory) {
33
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
44
typeof define === 'function' && define.amd ? define(['exports'], factory) :
@@ -23,7 +23,6 @@
2323
const _taskTrackerFactory = "$$taskTrackerFactory";
2424
const _anchorScroll = "$anchorScroll";
2525
const _animate = "$animate";
26-
const _animateCss = "$animateCss";
2726
const _aria = "$aria";
2827
const _compile = "$compile";
2928
const _compileLifecycle = "$compileLifecycle";
@@ -64,7 +63,6 @@
6463
const _injector = "$injector";
6564
const _angularProvider = "$angularProvider";
6665
const _anchorScrollProvider = "$anchorScrollProvider";
67-
const _animateCssProvider = "$animateCssProvider";
6866
const _ariaProvider = "$ariaProvider";
6967
const _compileProvider = "$compileProvider";
7068
const _compileLifecycleProvider = "$compileLifecycleProvider";
@@ -115,7 +113,6 @@
115113
_taskTrackerFactory,
116114
_anchorScroll,
117115
_animate,
118-
_animateCss,
119116
_aria,
120117
_compile,
121118
_compileLifecycle,
@@ -156,7 +153,6 @@
156153
_injector,
157154
_angularProvider,
158155
_anchorScrollProvider,
159-
_animateCssProvider,
160156
_ariaProvider,
161157
_compileProvider,
162158
_compileLifecycleProvider,
@@ -2993,7 +2989,7 @@
29932989
/** @internal */
29942990
this._bootsrappedModules = [];
29952991
/** AngularTS version string replaced at build time. */
2996-
this.version = "0.28.0";
2992+
this.version = "0.29.0";
29972993
/** Retrieve the controller instance cached on a compiled DOM element. */
29982994
this.getController = getController;
29992995
/** Retrieve the injector cached on a bootstrapped DOM element. */

dist/angular-ts.umd.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-ts.umd.min.js.gz

13 Bytes
Binary file not shown.

dist/angular-ts.umd.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)