Releases: TypeStrong/typedoc-default-themes
Releases · TypeStrong/typedoc-default-themes
v0.11.2
0.11.2 (2020-09-12)
Bug Fixes
Thanks!
v0.11.0
0.11.0 (2020-08-28)
Features
Thanks!
v0.10.2
0.10.2 (2020-06-29)
Bug Fixes
- guard against null checkbox in handleValueChange (#106) (1634b94)
- Remove ' at the end of each search result (#105) (de97f3b)
- Remove dead search.js link (57cbd92)
Thanks!
0.10.0
0.10.0 (2020-04-12)
Bug Fixes
- Text overflow issue when variables are long (#95) (1b37eab)
Features
- Load search index instead of rebuilding it (#101) (8cc28e4)
- Set meta description on each page (a36b2eb)
Thanks!
0.9.0
Features
- Remove jQuery, Underscore, Backbone (#85)
This resulted in a bundle size decrease from 174kb to 35kb!
Thanks!
0.8.0
Features
- Rename external modules to modules, modules to namespaces
- Make legend dynamic based on what is used on the page
Thanks!
v0.7.2
Features ✨
- Support for query types (
type X = typeof x
)
v0.7.0
Changes 📖
TypeOperatorTypes
now correctly link to the reflection if possible (#91)
- Support for reference reflections
Thanks 👏