{
    "componentChunkName": "component---packages-gatsby-theme-docs-src-templates-release-notes-list-js",
    "path": "/releases",
    "result": {"data":{"contentPage":{"title":"Docs Kit Release Notes Test","websitePrimaryColor":"#808080","beta":false,"isGlobalBeta":false,"excludeFromSearchIndex":false,"body":"var _excluded = [\"components\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\n/* @jsxRuntime classic */\n\n/* @jsx mdx */\nvar _frontmatter = {\n  \"title\": \"Docs Kit Release Notes Test\"\n};\n\nvar makeShortcode = function makeShortcode(name) {\n  return function MDXDefaultShortcode(props) {\n    console.warn(\"Component \" + name + \" was not imported, exported, or provided by MDXProvider as global scope\");\n    return mdx(\"div\", props);\n  };\n};\n\nvar Subtitle = makeShortcode(\"Subtitle\");\nvar layoutProps = {\n  _frontmatter: _frontmatter\n};\nvar MDXLayout = \"wrapper\";\nreturn function MDXContent(_ref) {\n  var components = _ref.components,\n      props = _objectWithoutProperties(_ref, _excluded);\n\n  return mdx(MDXLayout, _extends({}, layoutProps, props, {\n    components: components,\n    mdxType: \"MDXLayout\"\n  }), mdx(\"section\", {\n    \"className\": \"section-lead\"\n  }, mdx(Subtitle, {\n    mdxType: \"Subtitle\"\n  }, mdx(\"p\", {\n    parentName: \"section\"\n  }, \"Custom introductory content above the Release notes\")), mdx(\"p\", {\n    parentName: \"section\"\n  }, \"To stay informed about the latest releases subscribe to the RSS feed or sign up for the \", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"https://example.com\"\n  }, \"dummy product newsletter\"), \".\")));\n}\n;\nMDXContent.isMDXComponent = true;"},"allReleaseNotePage":{"nodes":[{"slug":"/releases/2020-05-20-a-release-note-of-announcement-type","title":"A Release Note of Announcement Type","date":"20 May 2020","isoDate":"2020-05-20T00:00:00.000Z","description":"Includes an announcement type of release note.","type":"announcement","topics":[],"body":"---\ndate: 2020-05-20\ntitle: A Release Note of Announcement Type\ndescription: Includes an announcement type of release note.\ntype: announcement\n---\n\nFooBar Intro Line: What this is good for (like description)\n\n * [API] FooBar\n\n","hasMore":true},{"slug":"/releases/2020-01-01-template-title","title":"(TEMPLATE) TITLE","date":"1 January 2020","isoDate":"2020-01-01T00:00:00.000Z","description":"(TEMPLATE) DESCRIPTION\n","type":"enhancement","topics":[],"body":"---\ndate: 2020-01-01\ntitle: (TEMPLATE) TITLE\ndescription: | # title content and what this is good for //  max 256 characters // for MC, RSS and other feeds\n  (TEMPLATE) DESCRIPTION\ntype: enhancement # feature | fix | enhancement | announcement\ntopics:\n# uncomment matching topics. Stay focused.\n#  - Products\n#  - Product List\n#  - Categories\n#  - Carts\n#  - API Clients\n#  - Settings\n---\n\nFooBar Intro Line: What this is good for (like description)\n\n * [API] FooBar\n\n","hasMore":true},{"slug":"/releases/2000-03-03-release-note-format-definition-custom","title":"Release Note Format Definition","date":"3 March 2000","isoDate":"2000-03-03T00:00:00.000Z","description":"The description must be a stand-alone text conveying the key change and its advantages for external feed consumers,\nredistribution, notifications and others.\n","type":"feature","topics":["Carts","Customers","Customization","Data Modeling","Deprecation","GraphQL","Limits","Machine Learning","Messages","Orders","Payments","Pricing","Privacy","Product Catalog","Search","Security","Stores"],"body":"---\ndate: 2000-03-03\ntitle: Release Note Format Definition\ndescription: |\n  The description must be a stand-alone text conveying the key change and its advantages for external feed consumers,\n  redistribution, notifications and others.\ntype: feature # feature | fix | enhancement | announcement\ntopics: # see topic examples below\n  - Carts\n  - Customers\n  - Customization\n  - Data Modeling\n  - Deprecation\n  - GraphQL\n  - Limits\n  - Machine Learning\n  - Messages\n  - Orders\n  - Payments\n  - Pricing\n  - Privacy\n  - Product Catalog\n  - Search\n  - Security\n  - Stores\n\npublished: true # hidden feature, see below\nslug: 2000-03-03-release-note-format-definition-custom # hidden feature, see below\n---\n\nThe file can have any name as long as it resides in `src/release-notes`. Only the content of the file controls the website content.\n\nThe file can live in folders to better organize large numbers of past release notes.\n\nThe file can use any MDX allowed in documentation, but it's strongly advised to only use basic markdown and no headings before the \"read more\" separator.\n\nMetadata is defined in YAML frontmatter.\n\nThe URL of this release notes details page inside a microsite would be `/releases/2000-03-03-release-note-format-definition`.\n\nThe URL of this release for example in the merchant-center microsite would be `https://docs.commercetools.com/merchant-center/releases/2000-03-03-release-note-format-definition`\n\n","hasMore":true},{"slug":"/releases/2000-02-02-test-excerpt-rendering","title":"Test Excerpt Rendering","date":"2 February 2000","isoDate":"2000-02-02T00:00:00.000Z","description":"This release exposes the most common Markdown syntax before and after the read more separator to test rendering\n","type":"fix","topics":["Testing","Rendering"],"body":"---\ndate: 2000-02-02\ntitle: Test Excerpt Rendering\ndescription: |\n  This release exposes the most common Markdown syntax before and after the read more separator to test rendering\ntype: fix\ntopics:\n  - Testing\n  - Rendering\n---\n\n<Subtitle>Subtitle Text</Subtitle>\n\nA plain paragraph `with inline code` in it. And **bold** and *italic*.\n\n# Heading 1\n\n * Bullet List\n * Bullet List 2\n\n 1. Ordered List 1\n 2. Ordered List 2\n\n## Heading 2\n\n> A blockquote piece\n\n```sh\nCode in a fenced code block\n```\n\n### Heading 3\n\n| table head 1 | table head 2 |\n|---|---|\n| table call 1A | table cell 2A |\n| table cell 2A | table cell 2B |\n\n<dl>\n  <dt>Term</dt>\n  <dd>Definition of the Term</dd>\n</dl>\n\nAn Image with a caption:\n\n![the image alt text goes here](/images/1200x300.jpg 'The image title goes here and should be rendered as the caption')\n\nAn Image without a caption:\n\n![the image alt text goes here](/images/subfolder-in-images/1200x300.jpg)\n\nAn Image with a transparent background:\n\n![the image alt text goes here](/images/transparent-bkg.png)\n\nA small image:\n\n![the image alt text goes here](/images/200.jpg)\n\nseparator line below this\n\n----\n\n","hasMore":true},{"slug":"/releases/2000-01-01-lorem-ipsum-est-odiosis","title":"Lorem Ipsum est Odiosis","date":"1 January 2000","isoDate":"2000-01-01T00:00:00.000Z","description":"Memoria retinentes rebus inane concedit ut quo magis sint homines\n","type":"enhancement","topics":["Foo","Bar"],"body":"---\ndate: 2000-01-01\ntitle: Lorem Ipsum est Odiosis\ndescription: |\n  Memoria retinentes rebus inane concedit ut quo magis sint homines\ntype: enhancement\ntopics:\n  - Foo\n  - Bar\n---\n\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?  - *Cicero, \"De Finibus Bonorum et Malorum\"*","hasMore":false}]}},"pageContext":{"slug":"/releases","hasReleaseNotes":true}},
    "staticQueryHashes": ["2494036674","3227520225","3295477089","3359654165","3845541775","590814825","636942989","801034918"]}