Skip to content

Releases: newrelic/developer-website

v1.12.3

14 Aug 23:54
Compare
Choose a tag to compare

1.12.3 (2020-08-14)

Bug Fixes

  • style adjustments on kubecon page (6dbbee5)

v1.12.2

14 Aug 22:35
Compare
Choose a tag to compare

1.12.2 (2020-08-14)

Bug Fixes

  • only show date modified if Gatsby sees it as valid (fe14bb7)

v1.12.1

14 Aug 18:54
Compare
Choose a tag to compare

1.12.1 (2020-08-14)

Bug Fixes

  • upgrade date-fns from 2.14.0 to 2.15.0 (5fc93ca)
  • upgrade gatsby-plugin-mdx from 1.2.27 to 1.2.28 (384a267)

v1.12.0

14 Aug 01:06
Compare
Choose a tag to compare

1.12.0 (2020-08-14)

Bug Fixes

  • better responsive styles for the contribute section (d828a89)

Features

  • add dark-mode aware background color (9a13b86)

v1.11.0

14 Aug 00:12
Compare
Choose a tag to compare

1.11.0 (2020-08-14)

Bug Fixes

  • filter out certain document types to match the in product experience (7a4c0e5)
  • fix race condition causing incorrect data to be written to file (753cd77)
  • hide related resources on pages that have not yet been indexed (7bf2811)
  • smaller font size on tags underneath related resources (57d482b)

Features

  • add ability to filter which pages are fetched (da64b13)
  • add ability to manually trigger refetching of related content (7fd7a22)
  • add actual related resource data (3efef9d)
  • add config to enable swiftype builds using env variable (6d77c70)
  • add general params that will be used to fetch from swiftype (27c1481)
  • add github action that will run everyday to sync swiftype results (080e5ba)
  • add graphql schema item and dummy resolver for related resources (d36afbc)
  • add limit argument to relatedResources (cc22434)
  • add local plugin that creates the json file that will be written to (0568e5c)
  • add related resources from swiftype to the right rail (fdd265e)
  • add tags to search query and write data to file in plugin (9e3b486)
  • fetch results from swiftype for the node and save the data (8232332)
  • filter out redirects and already defined urls for a page (674e1c7)
  • implement resolver for related resources (f4c8fd1)
  • properly resolve related resources for a node by linking the parent to the child (0ad50b9)

v1.10.6

11 Aug 18:41
Compare
Choose a tag to compare

1.10.6 (2020-08-11)

Bug Fixes

  • reduce font size on resources links (826f456)

v1.10.5

11 Aug 18:23
Compare
Choose a tag to compare

1.10.5 (2020-08-11)

Bug Fixes

  • add background for current page (c76c91a)
  • always render hover color + only change text on dark mode (32ac1ae)
  • better alignment of background with its parent (34c5fd4)
  • better mobile menu (5c46e39)
  • close mobile nav after navigating to a new page (641f057)
  • dont open links on home page (de74639)
  • ensure header covers up selected nav item (71d309f)
  • match font weight on selected top-level nav item (e7fc9ad)
  • move chevrons to right of the link (91c2854)
  • only toggle current page if active (d00e2df)
  • show chevrons for top level nav items (c8a69b6)
  • some tightening of the sidebar (3f61d5c)
  • thinner chevrons (e626b1e)
  • use HamburgerMenu from the theme (48b65ff)
  • use SearchInput from gatsby theme in nav (04f402d)

v1.10.4

11 Aug 06:55
Compare
Choose a tag to compare

1.10.4 (2020-08-11)

Bug Fixes

  • upgrade @mdx-js/react from 1.6.10 to 1.6.13 (a54fbf1)
  • upgrade gatsby-plugin-mdx from 1.2.26 to 1.2.27 (86cfc33)
  • upgrade multiple dependencies with Snyk (db40549)

v1.10.3

10 Aug 18:01
Compare
Choose a tag to compare

1.10.3 (2020-08-10)

Bug Fixes

  • package.json & package-lock.json to reduce vulnerabilities (46bb49b)
  • upgrade @mdx-js/mdx from 1.6.7 to 1.6.10 (b4a8df0)
  • upgrade @mdx-js/react from 1.6.6 to 1.6.10 (5738b4d)
  • upgrade eslint-plugin-react-hooks from 4.0.7 to 4.0.8 (2d0c7e5)
  • upgrade gatsby-plugin-mdx from 1.2.25 to 1.2.26 (e06f36e)

v1.10.2

10 Aug 17:19
Compare
Choose a tag to compare

1.10.2 (2020-08-10)

Bug Fixes

  • allow mobile views on developer champion page to have single column layout before applying 2 and 3 columns grid layouts (2f5cc23)
  • ensure two column layout only applies to wide viewports on podcast page. limit size of podcast logo to avoid very large logo size on wider viewports (6c28f6d)