- config-files: add HttpContextToken for config request tracking (e7edebe)
- config-files: add simple parsers and validators (e340e8c)
- config-files: add optional id field to ConfigFileDefinition (e66ff0e)
- config-files: implement persistent caching for config files (c617a51)
- endpoints: add HttpContextToken for endpoint request tracking (5119332)
- theming: redesign with async theme support (9ce0939)
- Char2s @Char2sGu
- config-files: add awareness of pending tasks (13e510d)
- Char2s @Char2sGu
- command-flow: register processes as pending tasks (d7f2fa1)
- core: add injectLazy to injection.ts (cfb558c)
- endpoints: avoid passing payload/query if empty (54a90e8)
- Char2s @Char2sGu
- config-files: support sync data flow for backward compat (fb8575f)
- config-files: add useConfigFile function (9d79557)
- Char2s @Char2sGu
- cdk/layout: add SystemColorSchemeObserver (6fd5498)
- config-files: switch to async data flow (22619a1)
- config-files: add CacheConfigFileContent decorator (dde8c83)
- config-files: rename CacheConfigFileContent to CacheConfigFiles and enable by default (eef27fb)
- core: add useInjectionContext function (7344f8e)
- endpoints: add useEndpoints convenience function (e89f3d2)
- Char2s @Char2sGu
- elements: fix server error (d637218)
- Char2s @Char2sGu
- command-flow: provide MicrotaskCommandFlowScheduler (7f05074)
- Char2s @Char2sGu
- command-flow: use microtask for scheduling (a56486b)
- command-flow: shorten handler register function names (08119c7)
- core: useBrowserOnly -> usePlatformOnly (a13f805)
- theming: use name to prefix TokensBuilder tokens (7e3c259)
- theming: use CSSStylesheet in browser for tokens (7b849d1)
- Char2s @Char2sGu
- core/rxjs: add observation-signal.ts (9c0cc8b)
- endpoints: add common behaviors (3bdc591)
- fire: replace angularfire with firebase and rxfire (b265dc3)
- router: add utility
useChildActivatedRoute
(94f296e)
- command-flow: support scheduler SSR (8b0004a)
- Char2s @Char2sGu
- command-flow: use set timeout scheduler by default (4953867)
- Char2s @Char2sGu
- command-flow: use setImmediate as default scheduler (5252a44)
- command-flow:
AnimationFrameBasedCommandFlowScheduler
->AnimationFrameCommandFlowScheduler
(692c7c7) - elements: noop in non-browser platform (eb48c5d)
- theming: rename token registry implementations (572089f)
- Char2s @Char2sGu
- endpoints:
useEndpointsFactory
->createEndpointsFactory
(94f4e6a) - theming-material: add ImageSeedColorExtractor (e6d4dfc)
- theming-material: redesign api to correct usage of material-color-utilities (88f1c00)
- theming-material: remove scheme-extended builder (2527b56)
- theming-material: add SchemeStaticColorBuilder (c5dda15)
- theming-material: use
Hct
as type of colors (45e4e8a) - theming-material: use
Hct
as type of colors (5a2e923)
- Char2s
This was a version bump only, there were no code changes.
- router: add
readRouteData
(dd612fc)
- theming-material: provide
StandardTypescaleBuilder
in root (7213f2c) - theming-material: use pixels in typescale configs (3f3fb34)
- Char2s @Char2sGu
- cdk: inject viewContainerRef optionally (b1c4c34)
- Char2s @Char2sGu
- router:
setupInjectionContextForRouteLoading
->setupInjectionContextForLoadChildren
(3bc9934)
- dialog: supply more context in
useDialog
(feed914)
- Char2s @Char2sGu
- theming-material: add missing exports (bfd51d8)
- Char2s @Char2sGu
- cdk: add animation-aware-portals.ts (e7dea21)
- cdk: add animation-aware-dialog (a22122e)
- core: add useBrowserOnly (62b167b)
- forms: update interface and add example implementation (78e5380)
- router: add
setupInjectionContextForRouteLoading
(abc90a6) - theming: redesign facade api (b643027)
- theming-material: add ExtendedSchemeBuilder (c5cc163)
- theming-material: add StandardTypescaleBuilder (215e6a4)
- Char2s @Char2sGu
- theming: add missing export (57f93ec)
- Char2s @Char2sGu
- config-file:
defineConfigFileMetadata
=>defineConfigFile
(a3a53fb) - elements: make
provideElements
synchronous (535dae9) - endpoints:
createEndpointsInjectionToken
=>useEndpointsFactory
(c5ed61e) - theming: rework facade api (0832c9f)
- theming: support dynamic theme config (f6f868f)
- Char2s @Char2sGu
- cdk: replace
createDialogConfig
withuseDialog
(f647e4c) - command-flow:
assignTypeDerivedProperties
->extendType
(fbb7939) - command-flow: add
createXxxEventType
utilities (10d9b1b) - command-flow: add prototype type info to
DualUseFactory
(2c8efdd)
- Char2s @Char2sGu
- cdk: extract sub packages (69cd3c1)
- command-flow: move rxjs operators to core/rxjs (193ae99)
- core: add
injectRef
(2aef58b) - elements: add initial implementation (fd50f82)
- fire: update implementation (bc0635d)
- fire: extract sub packages (bed7cd3)
- theming: extract
apply()
as an individual method (0d2b348)
- Char2s @Char2sGu
- command-flow: fix missing
/process-flow/utilities
package (b2eb784)
- Char2s @Char2sGu
- replace private members with protected members (44710d7)
- cdk: add dialog utilities (e3fb854)
- command-flow: add package (ed20a0e)
- command-flow: extract sub modules as secondary package entries (6638fb1)
- core: rename
type()
to$type()
(825f9b5) - cva: setup infra (0b2d761)
- docs: setup application infra (6ddde81)
- docs: add ng-doc (5f7d560)
- docs: add api references (a0b3d62)
- docs: update site title (7dba5c9)
- docs: use dark theme (d5632ad)
- docs: outline core articles (db67b78)
- docs: place api references at the end (77c0564)
- docs: outline cdk articles (98d94dc)
- docs: setup server-side rendering (995d9fe)
- docs: enable prerendering (f81dfb1)
- docs: expand all categories by default (db8ff6e)
- docs: use custom title strategy (da78a7e)
- endpoints:
SimpleHttpClientEndpointInvoker
->HttpClientEndpointInvoker
(ee8885b) - forms: renamed from cva and implement (fee6f0c)
- router: setup scaffold (b6d4937)
- router: add route-data impl (a9b402c)
- theming:
InferThemeBuilderConfigMap
->ThemeBuilderConfigMapOf
(3b91bb4) - theming: allow provider tokens in builder map (a1489e4)
- config-files: fix loader injection context (570dfdc)
- core: more accurate type inference (5880a1f)
- endpoints: use new core api (128bacf)
- Char2s @Char2sGu