Skip to content

Latest commit

 

History

History
196 lines (97 loc) · 9.15 KB

CHANGELOG.md

File metadata and controls

196 lines (97 loc) · 9.15 KB

6.0.0 (2023-11-13)

⚠ BREAKING CHANGES

  • Disable Gutenberg for post and widget editors

Features

  • Disable Gutenberg for post and widget editors (d4e7385)
  • Expose post type archive modules (442e230)

Bug Fixes

5.5.1 (2022-10-18)

Bug Fixes

  • contentModularityModules sometimes returned all modules (8c1d47c)

5.5.0 (2022-10-18)

Features

  • Allow module shortcodes inside modules (d74fbaa)

5.4.0 (2022-10-18)

Features

  • Add support for module shortcodes (d436a2c)

Bug Fixes

  • check for undefined postid index before resolving (1387cb1)

5.3.0 (2022-04-13)

Features

  • Pass more args to modularity_graphql/ModPosts/contentNodes/PostObjectConnectionResolver filter (6547634)

Bug Fixes

  • Exclude current post from post module (c6d9a51)

5.2.0 (2022-02-21)

⚠ BREAKING CHANGES

  • Removes modularity-graphql/ModPosts/posts/connection filters and uses WPGraphQL\Data\Connection\PostObjectConnectionResolver

Features

  • Add modularity_graphql/ModPosts/contentNodes/PostObjectConnectionResolver filter (18cc107)
  • expose form module options in graphql (d54f113)

Bug Fixes

  • error on missing modules (709e759)
  • errors in post object connection (e8748ee)
  • saves posts in order chosen by the editor (754f74a)
  • When we cant find some postContentMedia dont fail. Just carry on. (47158c8)

4.0.1 (2021-08-10)

Bug Fixes

4.0.0 (2021-06-16)

⚠ BREAKING CHANGES

  • move hideTitle field from each module type to ContentNode
  • rename field posts to contentNodes on ModPosts
  • replace ModularityModule union type with ContentNode interface

Features

  • move hideTitle field from each module type to ContentNode (aa06371)
  • rename field posts to contentNodes on ModPosts (67fddf8)
  • replace ModularityModule union type with ContentNode interface (bfb9dd1)
  • set explicit names for acf field groups (92d371b)
  • set explicit names for acf field groups (9165148)

Bug Fixes

  • avoid errors when parent post isn’t found in Posts module (5d66048)
  • field group name for text module (7f2115e)
  • posts module did not filter by chosen post type (629b846)
  • use correct type for postContentMedia field (9493c7e)
  • wrong way to add hideTitle to ContentNode interface (1abf459)

3.2.0 (2021-04-17)

Features

  • allow public querying of module post types (720cbee)

3.1.0 (2021-03-19)

Bug Fixes

  • modules were not registered on revisions (33bbd29)

3.0.1 (2021-01-25)

Bug Fixes

  • querying posts on ModPosts caused an error (6c5e194)

3.0.0 (2020-12-15)

⚠ BREAKING CHANGES

  • remove fields on MediaItem that should not be here
  • restructure schema

Code Refactoring

Miscellaneous Chores

  • remove fields on MediaItem that should not be here (75a1589)

2.1.0 (2020-11-11)

⚠ BREAKING CHANGES

Features

  • add modularityEnabled on ContentType (99ddac3)
  • add modularityModules to enabled post types (203f571)
  • add modularityOptions on RootQuery (62442e0)

Bug Fixes

1.17.0 (2020-11-05)

1.16.0 (2020-06-17)

1.15.0 (2020-06-04)

1.14.0 (2020-05-26)

1.13.1 (2020-05-22)

1.12.1 (2020-05-19)

1.11.1 (2020-05-05)

1.11.0 (2020-05-05)

1.8.0 (2020-03-12)

1.6.0 (2020-03-11)

1.5.0 (2020-03-11)

1.4.0 (2020-03-09)

1.3.0 (2020-02-28)

1.2.0 (2020-02-26)

1.1.0 (2020-02-25)

1.0.0 (2020-02-24)