- 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