1.1.5 (2023-09-16)
1.1.4 (2023-09-15)
1.1.3 (2023-03-24)
- update site links to
https://kitdocs.vercel.app
(2b9b69c)
1.1.2 (2023-03-12)
1.1.1 (2023-02-04)
- footer should only accept default slot (6ce082f)
1.1.0 (2023-02-04)
- fresh new theme (04c57a3)
1.0.0 (2023-02-04)
- sveltekit 1.0 ready
0.24.0 (2022-07-22)
0.23.0 (2022-07-13)
0.22.12 (2022-05-18)
0.22.11 (2022-05-09)
- default code fence title should be consistent (lowercase) (f90062c)
- docsearch button has unintended shadow on small devices (9aef3f2)
0.22.10 (2022-05-08)
- docsearch search icon shifts on hydration (81cb109)
0.22.9 (2022-05-08)
- slight docsearch styling improvements (55e26a3)
0.22.8 (2022-05-06)
- ignore matcher syntax
=
when sorting ordered pages (ba11d4a)
0.22.7 (2022-04-27)
- md code plugin stripping redundant value from inline code (ab0a599)
- sidebar link icon field typed incorrectly (bb4364a)
0.22.6 (2022-04-26)
- deep clone parsed markdown result in handlers to avoid leakage (85fd9a8)
0.22.5 (2022-04-26)
- attach transformed meta back to returned response (5299339)
- run resolved transformers last (8131762)
0.22.4 (2022-04-26)
- avoid transforming same meta object every request due to caching (c597d6d)
0.22.3 (2022-04-26)
- 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)
- accessibility improvements and new
--kd-color-focus
css var (bcf7576)
0.22.1 (2022-04-26)
- popover has excessive top empty space (41bca4c)
0.22.0 (2022-04-26)
- new
slugifyFilePath
export from node dist (d0de580)
0.21.3 (2022-04-25)
- clean file path not returning path relative to routes (d0dd25a)
- new
--kd-main-max-width
css property (01e04ae)
0.21.2 (2022-04-25)
- bottom sidebar items are not visible (9acc2e4)
- collapsed navbar still showing middle divider (24d5eeb)
0.21.1 (2022-04-25)
0.21.0 (2022-04-25)
- clean up select component styles (f1735d3)
- more css variables for customizing default layout (87dae88)
0.20.0 (2022-04-25)
- pass markdown parser to
transform
function (8907891)
0.19.1 (2022-04-25)
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)
- new
extensions
option for handlers (169f3e9)
0.18.4 (2022-04-24)
0.18.3 (2022-04-24)
- 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)
- slight docsearch design tweaks (db2c7c0)
0.18.1 (2022-04-24)
- actually remove docsearch form input padding (7eeb2dc)
- add
Home
andEnd
keyboard shortcuts for dialogs (9b7b254), closes #16 - remove hardcoded code fence bg color (2b45dca), closes #17
0.18.0 (2022-04-22)
- docsearch form input slightly off due to padding (2a9b07a)
- add navigation context (7f08226)
0.17.0 (2022-04-22)
- deep match at root not categorized correctly (7d15114)
resolve
andtransform
meta options can be an array (fe93f23)
0.16.1 (2022-04-22)
0.16.0 (2022-04-21)
- support root level files without a category (e8784bb)
0.15.2 (2022-04-20)
- sort ordered pages (dddec00)
0.15.1 (2022-04-20)
- clean up initial category/title/desc markup (1aea7be)
0.15.0 (2022-04-20)
- move checking for markdown headers client-side (4f78b03)
- add new
transform
option tocreateMetaRequestHandler
(34d65c1)
0.14.0 (2022-04-20)
- move slug resolver validation into function (d6e8f4f)
- pass default resolvers and formatters to respective functions (2dfa67c)
0.13.0 (2022-04-20)
- new
resolve
option forcreateMetaRequestHandler
(2f0804d) - new
resolveCategory
option forcreateSidebarRequestHandler
(623b147) - new
resolveSlug
option forcreateSidebarRequestHandler
(21e94fb) - new
resolveTitle
option forcreateSidebarRequestHandler
(a59fb71)
0.12.0 (2022-04-20)
- new
include
andexclude
filter options forcreateMetaRequestHandler
(253340b)
0.11.2 (2022-04-20)
- 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)
- code fence slots not extracted correctly (cd6e3ba)
0.11.0 (2022-04-19)
- allow one level down deep matching (4acd00e)
0.10.1 (2022-04-19)
- 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)
- 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)
- 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)
- detect index file against any file type (81c8c53)
0.9.3 (2022-04-19)
- filter sidebar using clean paths (66a1f94)
0.9.2 (2022-04-19)
- add debug option to request handlers (66c5ae6)
0.9.1 (2022-04-19)
sidebar
prop onKitDocsLayout
type can benull
(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)
- new
formatCategoryName
option oncreateSidebarRequestHandler
(602c88b)
0.8.0 (2022-04-18)
- if
index
match sidebar props on dirname (1a12c42) - remove accidentally left
console.log
statement (8f1dd3d)
createSidebarRequestHandler
now acceptsinclude
andexclude
options (ad187e4)- add deep path match option
[...1_deep]filename.md
(6b13bb1) - support meta matching
dir/index
(2531782)
0.7.3 (2022-04-18)
- require
shiki
to be installed at top-level forpnpm
users (e7c2f63)
0.7.2 (2022-04-18)
- include
shiki
in dep optimization (1f44b17)
0.7.1 (2022-04-18)
- bundle picomatch to avoid import issues (01a52b2)
0.7.0 (2022-04-18)
- export
handleMetaRequest
function from node dist (b187a7f) - export
handleSidebarRequest
from node dist (4206c56)
0.6.1 (2022-04-18)
0.6.0 (2022-04-17)
- 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)
- 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)
- dont cache markdown results when building for prod (410bce8)
- improve heading anchors on mobile (26ea587)
- prevent headings jumping on hover when showing hash (2306661)
- collapse navbar on mobile when scrolling (fe8407a)
0.4.0 (2022-04-16)
- externalize deps correctly so builds work (88dd93d), closes #5
- normalize paths in loader (2f431b6)
- reading
null
meta value error inOnThisPage
component (bb13ceb)
- include
/docs
redirect in quick install (be052e1)
0.3.3 (2022-04-14)
- bundle toml (c48a8af)
0.3.2 (2022-04-14)
- missing peer deps in create script (0503704)
0.3.1 (2022-04-14)
- default kitdocs components are not imported (1298760)
0.3.0 (2022-04-14)
0.2.6 (2022-04-14)
- add
svelte
entry field topackage.json
(53c1ab4)
0.2.5 (2022-04-13)
- move algolia back makes no difference (7b501f7)
0.2.4 (2022-04-13)
- move algolia out of main client import path (6e2e255)
0.2.3 (2022-04-13)
- 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)
- initial release (fbef2ec)