Skip to content

v1.12.5

Choose a tag to compare

@vovkabelov vovkabelov released this 13 May 11:01
· 26 commits to main since this release
  • diag: расширенное предупреждение CHEF_DTS с готовым рецептом исправления для каждого вида инлайна (vue-components, computed-arrow, export-const, generic) — заголовок, фрагмент кода, точная позиция и сниппет с фиксом
  • diag: убраны ложные предупреждения CHEF_DTS на структурно пустых sibling-экспортах вроде Object.freeze({} as const) (например, Special из ui.icon-set.api.core)
  • docs: новая страница «Troubleshooting» с разделом про DTS-инлайнинг (RU + EN)
  • ci: релизные тесты теперь идут на одной версии Node (22) на каждой ОС

  • diag: richer CHEF_DTS warning with a per-kind fix recipe (vue-components, computed-arrow, export-const, generic) — heading, code frame, at-location, and a ready-to-paste fix snippet
  • diag: drop phantom CHEF_DTS warnings on structurally empty sibling exports like Object.freeze({} as const) (e.g. Special from ui.icon-set.api.core)
  • docs: new "Troubleshooting" page with a section on DTS inlining (RU + EN)
  • ci: release tests now run on a single Node version (22) per OS