Skip to content

Commit

Permalink
chore: Prepare for v0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tommasongr committed May 21, 2021
1 parent 70044a8 commit 39bc862
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
11 changes: 11 additions & 0 deletions Rails.novaextension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## Version 0.7 - Alpha

### FEATURES

- Added new Clips for Stimulus in HTML (100% coverage). Every Clip uses official naming conventions for placeholders, suggesting you the correct text format (camelCase, kebab-case, etc).
![Stimulus Clips](https://raw.githubusercontent.com/tommasongr/nova-rails/main/docs/images/stimulus-clips.png)

### IMPROVE

- Clean up console logs of the ERB Tag Switcher for production

## Version 0.6 - Alpha

### FEATURES
Expand Down
8 changes: 8 additions & 0 deletions Rails.novaextension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ Quickly switch between `<%`, `<%=` & `<%#` with a single shortcut.

Select a text to wrap it in ERB tags or just use `⌘-shift->` to create a tag and start typing the expression.

### Stimulus Clips

Start typing `Stimu...` in Javascript and HTML files for inserting Stimulus completions like Controller Scaffold, actions, classes, etc. Placeholders are formatted with the correct naming conventions.

Stimulus Clips work also in Javascript and HTML derivate syntaxes like Typescript and HTML(ERB).\_

![Stimulus Clips](https://raw.githubusercontent.com/tommasongr/nova-rails/main/docs/images/stimulus-clips.png)

## Features on their way

- Solargraph support
Expand Down
2 changes: 1 addition & 1 deletion Rails.novaextension/extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Ruby on Rails",
"organization": "Tommaso Negri",
"description": "Ruby on Rails and Ruby support for Nova editor.",
"version": "0.6",
"version": "0.7",
"main": "main.dist.js",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nova-rails",
"version": "0.6.0",
"version": "0.7.0",
"description": "Ruby on Rails and Ruby support for Nova editor.",
"main": "src/Scripts/main.js",
"scripts": {
Expand Down

0 comments on commit 39bc862

Please sign in to comment.