Skip to content

Releases: aziz/SublimeHyperClick

2.6.0

23 Mar 22:02
7bceb70
Compare
Choose a tag to compare

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

15 Jun 14:54
Compare
Choose a tag to compare

Temporarily fix a regression with aliases introduced in 2.5.0 #91

2.5.0

08 Jun 15:15
Compare
Choose a tag to compare

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

28 Nov 17:20
101bfe5
Compare
Choose a tag to compare

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

26 Nov 14:12
Compare
Choose a tag to compare

Added

  • Resolve directory imports toindex.ext files for all scopes/languages #77

Fixes

  • Support source.jsx and source.tsx scopes #77

2.3

24 Nov 23:46
Compare
Choose a tag to compare

2.2.0

02 Nov 16:52
c3fb4e5
Compare
Choose a tag to compare

Added

Fixes

  • Use v2+ settings (renamed "HyperClick" from "hyper_click") for project-specific settings; fixes #73

2.1.0

01 Nov 17:43
4bb976f
Compare
Choose a tag to compare

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

01 Nov 01:33
Compare
Choose a tag to compare

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

11 Jul 16:24
Compare
Choose a tag to compare

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