All notable changes to the Ghost extension will be documented in this file.
- Initial release 🎉
- Animations for extension features
- Updated GitHub Action YAML
- Implemented
esbuild
to bundle the extension - Began writing tests
- Updated dependencies
- Fixed bug that crashed autocomplete when properties were missing in
package.json
- Added
contexts
to Ghost docs search
- Improved autocompletion by checking for and removing redundant characters (
@
,{{
,}}
) - Updated commands to include
@page.show_title_and_feature_image
,default
, andmember
- Added hotlinking for partials and assets (ctrl/cmd + click to open the file)
- Updated build process
- Fixed replacing
@
symbols incorrectly