Skip to content

Latest commit

 

History

History
136 lines (80 loc) · 7.42 KB

CHANGELOG.md

File metadata and controls

136 lines (80 loc) · 7.42 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.1.0 (2022-02-26)

Features

  • Added customizable queries & return types (707843e)

1.0.0 (2022-02-06)

⚠ BREAKING CHANGES

  • This changed almost all namespaces.
  • Updated the naming of the queries to include what is being queried.

Example: To get content at root you previously used atRoot this is now contentAtRoot

List: atRoot --> contentAtRoot byId --> contentById byGuid --> contentByGuid atRoute --> contentAtRoute

New: propertiesAtRoute propertiesById propertiesByGuid

The new queries uses the same values for fetching properties but gives an eaiser way to do filtering, paging and sorting.

Features

  • Added HotChocolate.Data (6eb7c67)
  • Added InitializeOnStartup to improve startup performance (c4fa00f)
  • Added option to throw on schema error (519b89d)
  • Added Paging, Filtering & Sorting (8fe4483)
  • Added support for Media Picker (e0ea5b8)
  • Added Tracing option (b083bc3)
  • Updated HotChocolate.AspNetCore to 12.6.0 (667af04)

Bug Fixes

  • Added PropertyRepository to DI (fa4382f)

  • Changes to improve code quality (03db2cb)

  • Fixed filtering on ContentType, Key and Properties (76edfe5)

  • Fixed tracing option (7bda7b1)

  • !refactor: Moved into feature code structure (9645a32)

  • !feat: Added seperate property queries (26e41b9)

0.1.7 (2022-02-05)

Features

  • Added Cors options to the startup extension (0c087d7)

Bug Fixes

  • Made Cors option optional (5cdebbc)

0.1.6 (2022-02-05)

Bug Fixes

0.1.5 (2022-02-04)

Features

  • Added Content Picker model (432b71f)
  • Added Member graph model (c52a73b)
  • Added MultiNodeTreePicker support (82f0602)
  • Added MultiUrlPicker model (f698814)
  • Made properties read-only on content (a6443a3)

Bug Fixes

  • Fixed MultiUrlPicker initial value (03bdc89)
  • Fixed property map implementation (564a6a8)
  • Fixed PropertyMap defaults and custom mappings (f0b98f4)

0.1.4 (2022-01-27)

Features

  • Added support for Rich text editor (67db76d)

Bug Fixes

  • Fixed automapper error when fetching content (bb51076)
  • Fixed children fetching (8f79eb7)

0.1.3 (2022-01-27)

Features

  • Added automapper extension method (bef3476)
  • Added depencency reflector factory (db8236b)
  • Block list & Nested content can now use any type (a4585d0)

Bug Fixes

  • Added required constructor to PropertyValueBaseGraphType (9d7e12a)
  • Added support for Umbraco v9 (977b237)
  • Made culture and content available on CreateProperty (eb10b59)

0.1.2 (2022-01-25)

Features

  • Added DI to property value generation (c8f6705)
  • Added nested content support & Added properties to block list (ef655e9)
  • Added property value mapping options (1ff1112)
  • Added standard-version (48be288)
  • Added the abillity to fetch properties (d5d83d8)
  • Content fetching 1.0 (eb8177f)
  • Created extensions for startup (76290a0)
  • Renamed project (bd62b60)