Skip to content

Latest commit

 

History

History
187 lines (120 loc) · 8.83 KB

CHANGELOG.md

File metadata and controls

187 lines (120 loc) · 8.83 KB

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