Skip to content

Latest commit

 

History

History
327 lines (201 loc) · 14.1 KB

CHANGELOG.md

File metadata and controls

327 lines (201 loc) · 14.1 KB

0.13.0-alpha.0 (2025-01-04)

🚀 Features

  • 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)

❤️ Thank You

  • Char2s @Char2sGu

0.12.1 (2024-12-28)

🩹 Fixes

  • config-files: add awareness of pending tasks (13e510d)

❤️ Thank You

  • Char2s @Char2sGu

0.12.0 (2024-12-28)

🚀 Features

  • command-flow: register processes as pending tasks (d7f2fa1)
  • core: add injectLazy to injection.ts (cfb558c)

🩹 Fixes

  • endpoints: avoid passing payload/query if empty (54a90e8)

❤️ Thank You

  • Char2s @Char2sGu

0.11.1 (2024-12-24)

🚀 Features

  • config-files: support sync data flow for backward compat (fb8575f)
  • config-files: add useConfigFile function (9d79557)

❤️ Thank You

  • Char2s @Char2sGu

0.11.0 (2024-12-24)

🚀 Features

  • 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)

❤️ Thank You

  • Char2s @Char2sGu

0.10.2 (2024-12-22)

🩹 Fixes

  • elements: fix server error (d637218)

❤️ Thank You

  • Char2s @Char2sGu

0.10.1 (2024-12-22)

🩹 Fixes

  • command-flow: provide MicrotaskCommandFlowScheduler (7f05074)

❤️ Thank You

  • Char2s @Char2sGu

0.10.0 (2024-12-22)

🚀 Features

  • 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)

❤️ Thank You

  • Char2s @Char2sGu

0.9.0 (2024-12-07)

🚀 Features

  • 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)

🩹 Fixes

  • command-flow: support scheduler SSR (8b0004a)

❤️ Thank You

  • Char2s @Char2sGu

0.8.1 (2024-11-24)

🩹 Fixes

  • command-flow: use set timeout scheduler by default (4953867)

❤️ Thank You

  • Char2s @Char2sGu

0.8.0 (2024-11-24)

🚀 Features

  • 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)

❤️ Thank You

  • Char2s @Char2sGu

0.7.0 (2024-10-26)

🚀 Features

  • 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)

❤️ Thank You

  • Char2s

0.6.5 (2024-08-09)

This was a version bump only, there were no code changes.

0.6.4 (2024-08-03)

🚀 Features

  • router: add readRouteData (dd612fc)

🩹 Fixes

  • theming-material: provide StandardTypescaleBuilder in root (7213f2c)
  • theming-material: use pixels in typescale configs (3f3fb34)

❤️ Thank You

  • Char2s @Char2sGu

0.6.3 (2024-07-31)

🩹 Fixes

  • cdk: inject viewContainerRef optionally (b1c4c34)

❤️ Thank You

  • Char2s @Char2sGu

0.6.2 (2024-07-31)

🚀 Features

  • router: setupInjectionContextForRouteLoading -> setupInjectionContextForLoadChildren (3bc9934)

🩹 Fixes

  • dialog: supply more context in useDialog (feed914)

❤️ Thank You

  • Char2s @Char2sGu

0.6.1 (2024-07-26)

🩹 Fixes

  • theming-material: add missing exports (bfd51d8)

❤️ Thank You

  • Char2s @Char2sGu

0.6.0 (2024-07-26)

🚀 Features

  • 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)

❤️ Thank You

  • Char2s @Char2sGu

0.5.1 (2024-07-07)

🩹 Fixes

  • theming: add missing export (57f93ec)

❤️ Thank You

  • Char2s @Char2sGu

0.5.0 (2024-07-07)

🚀 Features

  • 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)

❤️ Thank You

  • Char2s @Char2sGu

0.4.0 (2024-07-03)

🚀 Features

  • cdk: replace createDialogConfig with useDialog (f647e4c)
  • command-flow: assignTypeDerivedProperties -> extendType (fbb7939)
  • command-flow: add createXxxEventType utilities (10d9b1b)
  • command-flow: add prototype type info to DualUseFactory (2c8efdd)

❤️ Thank You

  • Char2s @Char2sGu

0.3.0 (2024-04-08)

🚀 Features

  • 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)

❤️ Thank You

  • Char2s @Char2sGu

0.2.1 (2024-04-06)

🩹 Fixes

  • command-flow: fix missing /process-flow/utilities package (b2eb784)

❤️ Thank You

  • Char2s @Char2sGu

0.2.0 (2024-04-06)

🚀 Features

  • 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)

🩹 Fixes

  • config-files: fix loader injection context (570dfdc)
  • core: more accurate type inference (5880a1f)
  • endpoints: use new core api (128bacf)

❤️ Thank You

  • Char2s @Char2sGu