Skip to content

Latest commit

 

History

History
749 lines (300 loc) · 28.9 KB

CHANGELOG.md

File metadata and controls

749 lines (300 loc) · 28.9 KB

1.1.5 (2023-09-16)

Bug Fixes

Features

1.1.4 (2023-09-15)

Bug Fixes

1.1.3 (2023-03-24)

Bug Fixes

  • update site links to https://kitdocs.vercel.app (2b9b69c)

1.1.2 (2023-03-12)

Bug Fixes

  • normalize windows paths to slashes (#81) (2cd8274)

1.1.1 (2023-02-04)

Bug Fixes

  • footer should only accept default slot (6ce082f)

1.1.0 (2023-02-04)

Features

1.0.0 (2023-02-04)

  • migrate to latest sveltekit (#73) (b6d44d3), closes #73

BREAKING CHANGES

  • sveltekit 1.0 ready

0.24.0 (2022-07-22)

Bug Fixes

  • get -> GET (0570a8b)
  • create: dont throw error if app.d.ts missing (a8c840a), closes #57

0.23.0 (2022-07-13)

Bug Fixes

0.22.12 (2022-05-18)

Bug Fixes

  • catch potential error on missing meta data (#27) (8cb923a)

0.22.11 (2022-05-09)

Bug Fixes

  • default code fence title should be consistent (lowercase) (f90062c)
  • docsearch button has unintended shadow on small devices (9aef3f2)

0.22.10 (2022-05-08)

Bug Fixes

  • docsearch search icon shifts on hydration (81cb109)

0.22.9 (2022-05-08)

Bug Fixes

  • slight docsearch styling improvements (55e26a3)

0.22.8 (2022-05-06)

Bug Fixes

  • ignore matcher syntax = when sorting ordered pages (ba11d4a)

0.22.7 (2022-04-27)

Bug Fixes

  • md code plugin stripping redundant value from inline code (ab0a599)
  • sidebar link icon field typed incorrectly (bb4364a)

0.22.6 (2022-04-26)

Bug Fixes

  • deep clone parsed markdown result in handlers to avoid leakage (85fd9a8)

0.22.5 (2022-04-26)

Bug Fixes

  • attach transformed meta back to returned response (5299339)
  • run resolved transformers last (8131762)

0.22.4 (2022-04-26)

Bug Fixes

  • avoid transforming same meta object every request due to caching (c597d6d)

0.22.3 (2022-04-26)

Bug Fixes

  • docsearch modal broken on mobile (f007b32)
  • hide magnifier icon in docsearch on mobile (5df392a)
  • prevent focus ring on docsearch keys (c934a73)
  • show focus ring around docsearch button (2a0d401)

0.22.2 (2022-04-26)

Bug Fixes

  • accessibility improvements and new --kd-color-focus css var (bcf7576)

0.22.1 (2022-04-26)

Bug Fixes

  • popover has excessive top empty space (41bca4c)

0.22.0 (2022-04-26)

Features

  • new slugifyFilePath export from node dist (d0de580)

0.21.3 (2022-04-25)

Bug Fixes

  • clean file path not returning path relative to routes (d0dd25a)
  • new --kd-main-max-width css property (01e04ae)

0.21.2 (2022-04-25)

Bug Fixes

  • bottom sidebar items are not visible (9acc2e4)
  • collapsed navbar still showing middle divider (24d5eeb)

0.21.1 (2022-04-25)

Bug Fixes

  • select component design tweaks (7e7f3d5)
  • set back original sidebar min width (337c2b1)

0.21.0 (2022-04-25)

Bug Fixes

  • clean up select component styles (f1735d3)

Features

  • more css variables for customizing default layout (87dae88)

0.20.0 (2022-04-25)

Features

  • pass markdown parser to transform function (8907891)

0.19.1 (2022-04-25)

Bug Fixes

  • padding-top not removed from <main> if no meta (6aa9979)
  • layout not set correctly when navbar is false (f49e4ce)
  • only include markdown files by default in handlers (27c844a)
  • remove all <main> padding if no meta (d28965e)
  • remove padding on <main> if no meta (2ad8b98)

Features

  • new extensions option for handlers (169f3e9)

0.18.4 (2022-04-24)

Bug Fixes

  • escape raw code in code fences to avoid preprocessor errors (6595bb9), closes #18

0.18.3 (2022-04-24)

Bug Fixes

  • add focus visible outline to docsearch button (def5cdf)
  • add focus visible outline to docsearch reset button (cacc645)
  • docsearch styles cleanup for better readability (27c7e89)

0.18.2 (2022-04-24)

Bug Fixes

  • slight docsearch design tweaks (db2c7c0)

0.18.1 (2022-04-24)

Bug Fixes

  • actually remove docsearch form input padding (7eeb2dc)
  • add Home and End keyboard shortcuts for dialogs (9b7b254), closes #16
  • remove hardcoded code fence bg color (2b45dca), closes #17

0.18.0 (2022-04-22)

Bug Fixes

  • docsearch form input slightly off due to padding (2a9b07a)

Features

0.17.0 (2022-04-22)

Bug Fixes

  • deep match at root not categorized correctly (7d15114)

Features

  • resolve and transform meta options can be an array (fe93f23)

0.16.1 (2022-04-22)

Bug Fixes

0.16.0 (2022-04-21)

Bug Fixes

  • support root level files without a category (e8784bb)

Features

  • add i18n option to <KitDocsLayout /> (4b336fe), closes #13

0.15.2 (2022-04-20)

Bug Fixes

0.15.1 (2022-04-20)

Bug Fixes

  • clean up initial category/title/desc markup (1aea7be)

0.15.0 (2022-04-20)

Bug Fixes

  • move checking for markdown headers client-side (4f78b03)

Features

  • add new transform option to createMetaRequestHandler (34d65c1)

0.14.0 (2022-04-20)

Bug Fixes

  • move slug resolver validation into function (d6e8f4f)

Features

  • pass default resolvers and formatters to respective functions (2dfa67c)

0.13.0 (2022-04-20)

Features

  • new resolve option for createMetaRequestHandler (2f0804d)
  • new resolveCategory option for createSidebarRequestHandler (623b147)
  • new resolveSlug option for createSidebarRequestHandler (21e94fb)
  • new resolveTitle option for createSidebarRequestHandler (a59fb71)

0.12.0 (2022-04-20)

Features

  • new include and exclude filter options for createMetaRequestHandler (253340b)

0.11.2 (2022-04-20)

Bug Fixes

  • meta handler not matching root index file (718cf42)
  • npm init creates empty packages on windows (57850c8), closes #11
  • sidebar is not aligned to container when >1440 (f69c21e)

0.11.1 (2022-04-19)

Bug Fixes

  • code fence slots not extracted correctly (cd6e3ba)

0.11.0 (2022-04-19)

Bug Fixes

  • actively update head tags (781b14d)
  • meta file matching failing (bf276ae)

Features

  • allow one level down deep matching (4acd00e)

0.10.1 (2022-04-19)

Bug Fixes

  • dont render code highlights if there are none (0670712)
  • improve index and deep path matching (7511197)
  • only deep match the closest index file (f18c57f)

0.10.0 (2022-04-19)

Bug Fixes

  • bottom sidebar items not visible on mobile (60cfc18)
  • button text size incorrect (3562db1)
  • glob matching on sidebar filter wont work unless path starts with / (0fc46fd)
  • hide next/prev links container when there is none (6412eaf)
  • improve sidebar deep matching (083df87)
  • only use markdown article when meta is present (f58d331)
  • raised button should be rounded (e80d24b)

Features

  • add css variable to remove navbar bottom border (91a29f8)
  • new --kd-content-max-width and --kd-navbar-max-width css props (6b9fb2b)
  • support .svelte files in sidebar handler (47804ba)

0.9.4 (2022-04-19)

Bug Fixes

  • detect index file against any file type (81c8c53)

0.9.3 (2022-04-19)

Bug Fixes

  • filter sidebar using clean paths (66a1f94)

0.9.2 (2022-04-19)

Bug Fixes

  • add debug option to request handlers (66c5ae6)

0.9.1 (2022-04-19)

Bug Fixes

  • sidebar prop on KitDocsLayout type can be null (95a1003)
  • log error when quick install fails to create app (b96a59a)
  • remove default SvelteKit index.svelte on quick install (b73d217)

0.9.0 (2022-04-18)

Features

  • new formatCategoryName option on createSidebarRequestHandler (602c88b)

0.8.0 (2022-04-18)

Bug Fixes

  • if index match sidebar props on dirname (1a12c42)
  • remove accidentally left console.log statement (8f1dd3d)

Features

  • createSidebarRequestHandler now accepts include and exclude options (ad187e4)
  • add deep path match option [...1_deep]filename.md (6b13bb1)
  • support meta matching dir/index (2531782)

0.7.3 (2022-04-18)

Bug Fixes

  • require shiki to be installed at top-level for pnpm users (e7c2f63)

0.7.2 (2022-04-18)

Bug Fixes

  • include shiki in dep optimization (1f44b17)

0.7.1 (2022-04-18)

Bug Fixes

  • bundle picomatch to avoid import issues (01a52b2)

0.7.0 (2022-04-18)

Features

  • export handleMetaRequest function from node dist (b187a7f)
  • export handleSidebarRequest from node dist (4206c56)

0.6.1 (2022-04-18)

Bug Fixes

  • remove peer dep requirement (3e50f4a)
  • typo in kit-docs layout comment (340c148)

0.6.0 (2022-04-17)

Bug Fixes

  • move global components dir to src/kit-docs (beb4b2f)
  • prevent jitter on mobile when updating url hashes (c3200ef)
  • quick install not copying over certain assets (7a581de)
  • remove max width when no sidebar is present (5cd720b)

Features

  • add kit-docs aliases automatically (45c4a81)
  • improve quick install and allow it to be run in current dir (c70bba9)
  • sidebar loader can now accept multi-path config object (eef364b)
  • use $fonts alias for font files (b3c2594)
  • use named layouts to clean up quick install (008a7c3)

0.5.0 (2022-04-16)

Bug Fixes

  • dont cache markdown results when building for prod (410bce8)
  • improve heading anchors on mobile (26ea587)
  • prevent headings jumping on hover when showing hash (2306661)

Features

  • collapse navbar on mobile when scrolling (fe8407a)

0.4.0 (2022-04-16)

Bug Fixes

  • externalize deps correctly so builds work (88dd93d), closes #5
  • normalize paths in loader (2f431b6)
  • reading null meta value error in OnThisPage component (bb13ceb)

Features

  • include /docs redirect in quick install (be052e1)

0.3.3 (2022-04-14)

Bug Fixes

0.3.2 (2022-04-14)

Bug Fixes

  • missing peer deps in create script (0503704)

0.3.1 (2022-04-14)

Bug Fixes

  • default kitdocs components are not imported (1298760)

0.3.0 (2022-04-14)

Features

  • add create-kit-docs package (1ec297e)
  • global components dir moved to lib/kit-docs (e003ab7)

0.2.6 (2022-04-14)

Bug Fixes

  • add svelte entry field to package.json (53c1ab4)

0.2.5 (2022-04-13)

Bug Fixes

  • move algolia back makes no difference (7b501f7)

0.2.4 (2022-04-13)

Bug Fixes

  • move algolia out of main client import path (6e2e255)

0.2.3 (2022-04-13)

Bug Fixes

  • exclude kit docs from vite optimization so aliases are mapped (72aa757)
  • use .js extension to avoid node module resolution errors (49470de)

0.2.2 (2022-04-13)

Features

  • link active checks fails when prerendered (9147b54)
  • new shorthand frontmatter store (4b2ca89)

Bug Fixes

  • simplify markdown components config (900633f)
  • simplify passing in shiki config (289cbce)

0.2.1 (2022-04-11)

Features