Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jun 16:14
· 140 commits to develop since this release

Bug Fixes

  • ci: do not duplicate same jobs on push and pr (6387513)
  • ci: remove ignore branches from pr trigger (7c69c7b)
  • ci: remove textlint and align config (78a41f8)
  • ci: use github gatsby action (4df8770)
  • components: 🐛 fix improper next-previous after navigation change (cdb5335)
  • components: show highlights without unnecessary margins (1ad8792)
  • components: show highlights without unnecessary margins (1169d6f)
  • config: 🐛 use env variable for URL or default to localhost (63fa0f0)
  • config: watching changes in config files with reload in develop mode (85ce5db)
  • deps: pin dependencies (de31bf6)
  • deps: pin dependency gatsby-remark-embedder to 2.1.1 (0d4c603)
  • deps: pin dependency react-visibility-sensor to 5.1.1 (767d963)
  • deps: update dependency algoliasearch to v4.3.0 (ac28cfc)
  • deps: update dependency gatsby-plugin-algolia to v0.11.1 (218774b)
  • deps: update dependency gatsby-plugin-page-progress to v2.1.0 (4f63846)
  • deps: update dependency react-helmet to v6.1.0 (ea3eaf4)
  • deps: update gatsby monorepo (83d6521)
  • deps: update gatsby monorepo (3b73927)
  • toc: 🐛 fix issue with table of contents not following properly (c1a8ca7)
  • accessibility for community authors (45764f1)
  • align defaults (50a9c75)
  • fix arrow navigation (85128da)
  • following whole sections instead of just headers (fb1fd4c)
  • handle document location for build phase (#23) (0c4d894)
  • header height (#48) (779ee37)
  • reinitialize right sidebar scrollspy on page change (37787c5)
  • require config for indexName (544bba5)
  • search result panel positioning (#14) (3ccc80c)
  • temporarily do not require config in algolia (16cc264)
  • sidebar: 🐛 fix issue when multiple items are added to none group (7e5ea1e)
  • styling for community author (#49) (d17468f)
  • template indexName for search (60df994)

Features

  • search: 💄 show/hide next-previous buttons based on context (7a45498)
  • search: ✨ add option to show search stats (396048f)
  • 💄 show group info in previous-next navigation (2c75d6e)
  • components: ✨ add graphviz graphs rendering (dd7738c)
  • components: ✨ add mermaid diagrams rendering (79668ba)
  • components: ✨ embed external code snippets (ade24dd)
  • components: ✨ embed well known services into page (de9364e)
  • components: ✨ make previous-next buttons configurable (on/off) (212ae29)
  • components: ✨ show page read progress (d0cb66f)
  • components: ✨ use emojies in next-previous title (4a6a5e1)
  • components: allow globally show/hide page metadata (d8a905c)
  • components: support emojis in left navigation sidebar (3023e1f)
  • config: ✨ add support for using yaml configuration (6baf02e)
  • config: ✨ support for setting up config using env vars (e611e4b)
  • config: add option to enable/disable header (dd3f9c8)
  • config: add option to enable/disable navigation sidebar (d9a4e3b)
  • search: 💄 add alternative search show method with icon (3170c51)
  • search: 💄 show search in a right-side drawer (aa64116)
  • search: ✨ add search results pagination (620a2e1)
  • 💄 redesign theming to make components easily customizable (abd0474)
  • 💄 use custom-styled scrollbar in scrollable areas (651b318)
  • ✨ add dark mode support (ba1a983)
  • ✨ allow navigation between pages using left/right arrows (3b3294f)
  • ✨ publish RSS feed (a1a23b9)
  • config: add option to enable/disable scroll to top button (dd2cd58)
  • config: allow propagation of netlify env vars to config (#33) (9f7c3df)
  • config: use generate config.js imported by frontend code (1888270)