5.6.0: Internal Enhancements prior to Naruto upgrade
Fixes
- #870 fix(KtPopover): option.isDisabled
previously, due to a typo, a disabled option on
options
array prop was not actually disabled
Internal
- direct commit to master: use new value for
source.eslint.fixAll
option on vscode settings - #862 build(deps): bump follow-redirects from 1.12.1 to 1.15.4
- #871 fix(makeProps): ReturnType to include type for
default
- #873 fix(exports): avoid using
export * as x
syntax - #874 fix(kotti-ui): avoid using exposed-to-template variable names that start with
$
or_
- #872 fix(props): avoid re-exposing props object to template, and use $props instead
- #875 chore(typescript): upgrade to 5.3
- #876, #889 refact(typescript): use
module
instead ofnamespace
- #877 chore(test-app): delete test-app & deal with ghost dependencies
- #878 refact(KtForm): simplify switch statements to an if-else
- direct commit to master: chore(git): include any log file in .gitignore
- #880 fix(nuxt): restructure files from nuxt hierarchy (move from under pages/ into correct directory)
- #881 fix(kotti-ui): avoid importing from index within kotti components
- #882 fix(kotti-ui): declare corejs as kotti-ui dependency (failed build due to #877)
- #883 fix(types): suppress element-ui template refs types with as any
- #884 refact(kotti-ui): expose PropsInternal where missing
- #885 simplify(yoco): inline types & schema in yoco index file
- #886 feat(packages): add support for exports on package.json
- #887 chore(eslint): upgrade to latest 8.x
- #837 chore(prettier): upgrade
- #888 chore(vue): use PropType<> to type props, remove setup prop annotation
fix template errors that arose from recognizing types (relied on volar)