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

Releases: filipowm/BooGi

v1.0.1

12 Aug 10:35
Compare
Choose a tag to compare

Bug Fixes

  • search: 🐛 fix issue with performance not avaialble during SSR (cd4eaa8)
  • search: 🐛 remove async search worker (e7dd75f)

v1.0.0

11 Aug 22:38
Compare
Choose a tag to compare

Bug Fixes

  • components: fix link card path not showing up on right side (daedbaf)
  • components: rename collapsible to accordion to make name more meaningful (892a19b)
  • deps: revert puppeteer to working version (7669602)
  • deps: update dependency @emotion/core to v10.0.34 (7ce7b6d)
  • deps: update dependency algoliasearch to v4.3.1 (3a24ef4)
  • deps: update dependency algoliasearch to v4.4.0 (8e36266)
  • deps: update dependency gatsby-plugin-algolia to v0.11.2 (82aed6d)
  • deps: update dependency gatsby-remark-embedder to v3 (2bdb973)
  • deps: update dependency gatsby-remark-jargon to v2.7.1 (26b9067)
  • deps: update dependency gatsby-remark-jargon to v2.7.2 (3c5b9e9)
  • deps: update dependency gatsby-remark-jargon to v2.8.0 (2ced28e)
  • deps: update dependency gatsby-source-local-git to v1.1.1 (f318f1a)
  • deps: update dependency lodash to v4.17.19 [security] (eae2a90)
  • deps: update dependency puppeteer to v5 (efcecf5)
  • deps: update dependency react-id-generator to v3.0.1 (de486e1)
  • deps: update dependency react-instantsearch-dom to v6.7.0 (3d87e23)
  • deps: update dependency react-scrollspy to v3.4.3 (3c4e485)
  • deps: update dependency remark-autolink-headings to v6.0.1 (73ddbed)
  • deps: update gatsby monorepo (bf55286)
  • deps: update mdx monorepo to v1.6.16 (7fa0e3e)
  • 🚑 hotfixing issues causing it impossible to create BooGi project from scratch (12488f7)
  • 🐛 fix header search styling (bb85c17)
  • 🐛 fix incorrect previous / next pages calculation (5ff87f0)
  • 🐛 fix issue when accessing document object in SSR (5603035)
  • 🐛 force downgrade culprit dependency (c869b6a)
  • search building issue due to not visible methods (0667e24)
  • deps: update dependency remark to v12.0.1 (34ffb7b)
  • deps: update mdx monorepo to v1.6.14 (48bf29d)
  • search: 🐛 disable localsearch plugin was not added when algolia used without keys (62a6ffa)
  • improve table styling on mobile / tablet (b005982)

Features

  • components: ✨ add file download card component (87e2c0b)
  • search: ✨ added local search engine (c2e0543)
  • 📱 complete responsive design on mobile / tablet (1ba2f9d)
  • ✨ add flag to mark pages as drafts (909ab00)
  • ✨ added configurable full screen mode (b2c954f)
  • components: ✨ created card component (0143c6c)
  • components: ✨ created collapsible / accordion component (8bf15c2)
  • components: ✨ created image card component (a39a488)
  • components: ✨ created link card component (60e52a0)
  • search: ✨ add customizable excerpt size indexed by Algolia\ (bec70cd)

BREAKING CHANGES

  • components: Release 1.0.0

v0.2.2

19 Jul 17:15
Compare
Choose a tag to compare

Bug Fixes

  • 🚑 hotfixing issues causing it impossible to create BooGi project from scratch (6f5d77c)

v0.2.1

03 Jul 17:59
Compare
Choose a tag to compare

Bug Fixes

  • revert puppeteer dependency (7835833)

v0.2.0

03 Jul 16:53
Compare
Choose a tag to compare

Bug Fixes

  • components: 🐛 fix issue with setting up code block language (98750c7)
  • deps: update dependency @babel/plugin-proposal-export-default-from to v7.10.4 (9752199)
  • deps: update dependency puppeteer to v4.0.1 (3ada07a)
  • deps: update dependency puppeteer to v5 (470cada)
  • deps: update mdx monorepo to v1.6.6 (82d8a51)
  • toc: 🐛 fix issue with sections creation when headers not start from h1 (b0c0ba4)
  • 🐛 fix content images not showing up due to invalid position of components (33f407b)
  • 🐛 fix embed images size from 100 to 1050 (9ad41c6)
  • 🐛 fix instagram, twitter and pinterest embeds (65f1ed1)
  • 🐛 fix scrolling to section from URL anchor (15c9e77)
  • 💄 fix content taking expanding to wide in code tags (7ff0676)
  • 💄 fix header buttons positioning (e5040e2)
  • 💄 fix issue with content overflow-x (b0fe6e8)
  • fix constructor issue with social button builder (6349bb4)
  • when icon not provided generation of PWA icons fail (bf16786)
  • components: 🐛 fix issue with jargon term split into two lines (372e606)
  • deps: update dependency puppeteer to v4 (8df6be8)
  • deps: update dependency react-instantsearch-dom to v6.6.0 (22b73b6)
  • deps: update gatsby monorepo (7f707fc)
  • toc: fix issue with emojis not rendered in ToC (d7840e5)

Features

  • 💄 add option to fill social buttons (d345364)
  • ✨ add social buttons (3be9caa)
  • ✨ show RSS feed icon in header (e939b34)
  • change highlight names to improve usability (ac6eb2e)
  • jargon will now use yaml config instead of json (34753fd)
  • components: 💄 improve list and emphasis styling (a6d34a0)
  • components: ✨ click on image in content will open it in a new window (acb94ea)
  • config: improve and automate PWA configuration (0f0b7d2)
  • sidebar: 💄 left sidebar scrollbar should be visible only on hover (65c62a0)
  • toc: ✨ allow configuring ToC depth per page (f0d7d42)

Performance Improvements

  • ⚡ images are lazy-loaded (99ea55c)
  • ⚡ lazy-loading external images in content (bd36713)

v0.1.0

14 Jun 16:14
Compare
Choose a tag to compare

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)