Releases: wix-incubator/okidoc
Releases · wix-incubator/okidoc
v2.0.1
v2.0.0
v1.6.1...v2.0.0
Features
- okidoc-md: improve
@doc
tag visitor warn log (be85dd7) - okidoc-md: render markdown for class and class constructor (#41)
- okidoc-site: add ability to render react components inside markdown (#44)
- okidoc-site: add ability to use nested pages navigation (#45), closes #27
- okidoc-site: allow to use
okidoc-site
commands without config path param. (#47) - okidoc-site: Redesign 2 column navigation (cfd6887)
- okidoc-site: Update styling for code (177a40c)
- okidoc-site: migrates to gatsby v2 (fdf1916, #54) closes #49
- okidoc-site: improve site config yaml validation (9caeee1)
Bug Fixes
- okidoc-md: freeze documentationjs version (0c4e15f) (due to documentationjs/documentation#1057)
- okidoc-md: fix issue ts vs flow issue with optional interface property (39ddff0)
- okidoc-md: fix issue ts vs flow issue with optional class property (374c61d)
- okidoc-md: fix issue with interface trailing JSDoc comments (b77f417)
- okidoc-md: freeze
unist-builder
to1.0.2
due to changed build result in1.0.3
(add6a3e) - okidoc-md: use
[email protected]
. (efd9d46) - okidoc-md: handle optional method for interface (0048af6), closes #66
- okidoc-md: fixed parsing code issue with new in interface (ac0c144), closes #59
- okidoc-md: fix issue with error while rendering return type md (fca1fb5)
- okidoc-site: increase left padding for md heading navigation with depth >= 3 (f15bd1c)
- okidoc-site: Fixes rendering for long types (0439eb6), closes #34
- okidoc-site: freezing version of docsearch.js in okidoc-site/site (270d7cf)
- okidoc-site: update style for functional type
- okidoc-site: fix issue with headings with same name on one page (a4b47a0)
Chore
- okidoc-md: refactor
buildDocumentationSourceAST
logic (979bf67) - okidoc-md: refactor visitor api logic (4901b46, d14f534)
- okidoc-md: migrated from babylon to @babel/parser (0ebcd27), closes #70
- okidoc-md: bump babel to v7.7.0 (968d220)
BREAKING CHANGES
v2.0.0-beta.9
v2.0.0-beta.11
Bug Fixes
- okidoc-md: fix issue with error while rendering return type md (fca1fb5)
v2.0.0-beta.10
Bug Fixes
- okidoc-site: fix module resolution logic after migration to gatsby v2 (5a8d723)
v2.0.0-beta.8
v2.0.0-beta.7
okidoc-site: Update styling for code (177a40c)
v2.0.0-beta.6
Features
- okidoc-site: Redesign 2 column navigation (cfd6887)
v2.0.0-beta.5
Bug Fixes
- okidoc-md: freeze
unist-builder
to1.0.2
due to changed build result in1.0.3
(add6a3e) - okidoc-md: use
[email protected]
. (efd9d46) - okidoc-md: #66 handle optional method for interface (0048af6)
- okidoc-site: Fixes rendering for long types (0439eb6), closes #34
- okidoc-site: freezing version of docsearch.js in okidoc-site/site (270d7cf)
- okidoc-site: update style for functional type
v2.0.0-beta.4
Bug Fixes
- okidoc-site: fix issue with headings with same name on one page (a4b47a0)