Releases: aziz/SublimeHyperClick
Releases · aziz/SublimeHyperClick
2.6.0
Added
- (JS, TS) Default config now detects paths within backticks (e.g.
import config from `./config.js`
) #94
- (JS, TS) Resolve
node:
prefixed modules 7bceb70
Fixed
- (Twig) In import statements with extra parameters, match only the path to the file #90
- Correctly resolve paths with up-level (e.g.
'../config.js'
) from aliased source dirs #93
2.5.1
Temporarily fix a regression with aliases introduced in 2.5.0 #91
2.5.0
Added
- Improve Sass support #80 #81
- Resolve modules from node_modules for languages other than JS (e.g. Sass) #83
- Lua support #88
Fixes
- Resolve aliased paths followed by
../
references #84
- Startup exception due to no selection #89
2.4.0
Breaking changes
- Use the pipe operator (
|
) in scopes selectors instead of commas, e.g. source.ts | source.js
instead of source.ts, source.js
#78
Fixes
- Simplify regexes for HTML files; match files with the
htm
extension #78
- Tentative fix for unintended margins around icons #76
2.3.0
Added
- Resolve directory imports to
index.ext
files for all scopes/languages #77
Fixes
- Support
source.jsx
and source.tsx
scopes #77
2.2.0
Added
Fixes
- Use v2+ settings (renamed
"HyperClick"
from "hyper_click"
) for project-specific settings; fixes #73
2.1.0
See also the release notes for 2.0.0
Added
Breaking changes
- Replaced the
"selector"
setting with a "selectors"
list #69
Fixed
- Load the correct settings file (named
HyperClick.sublime-settings
in 2.0+) for annotations #68
2.0.0
Breaking changes
HyperClick has been rebuilt to be both simpler and more flexible: #60
- All file resolvers were consolidated into one.
- Language support is now managed via selectors, making it
easier to add languages and seamless to support alternative
packages for any language.
- Settings were restructured to be easier to extend and modify.
This means you might need to update your (project-)settings.
Please read this explainer to help you do so:
https://github.com/aziz/SublimeHyperClick/blob/master/README.md#upgrading-settings-for-20
Fixed
- Match by scope, not syntax file #1
1.12.0
Breaking changes
- Context menu and command palette entries are now titled "Goto File" instead of "Jump To Source File", to be consistent with Sublime Text's native "Goto" functionality #59
Fixed
- Recognize Sass imports with the
.scss
/.sass
extension in the import declaration #57
- Jump to the clicked file when the caret is over another file #58