Skip to content

Commit

Permalink
Merge pull request #347 from cvette/changelog-update-v1.23.0
Browse files Browse the repository at this point in the history
Changelog update - `v1.23.0`
  • Loading branch information
cvette authored Dec 1, 2024
2 parents baf7276 + 5c052be commit 9f69c66
Showing 1 changed file with 51 additions and 23 deletions.
74 changes: 51 additions & 23 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,28 @@

# IntelliJ Neos Changelog

## Unreleased
## [Unreleased]

## [1.23.0] - 2024-12-01

### Added

- Compatibility with 2024.3
- Action to create and update translations for a node type

## 1.21.0 - 2024-06-01
## [1.21.0] - 2024-06-01

- Add JSON schema for node type presets (needs separate settings file named `Settings.Presets.*`)

## 1.20.1 - 2024-04-07
## [1.20.1] - 2024-04-07

- Compatibility with 2024.1.*

## 1.20.0 - 2023-12-07
## [1.20.0] - 2023-12-07

- Compatibility with 2023.3.*

## 1.19.0 - 2023-07-31
## [1.19.0] - 2023-07-31

### Added

Expand All @@ -29,7 +32,7 @@
- Improved detection of Neos projects by using the composer.json
- Compatibility with 2023.2 (eap)

## 1.18.0 - 2023-06-12
## [1.18.0] - 2023-06-12

### Added

Expand All @@ -39,21 +42,21 @@

- AFX tag completion and inspection suppression

## 1.17.0 - 2023-06-07
## [1.17.0] - 2023-06-07

- Allow quotes in AFX attribute names

## 1.16.0 - 2023-04-03
## [1.16.0] - 2023-04-03

- Make compatible with 231.*

## 1.14.0
## [1.14.0]

### Added

- Improved breadcrumbs for Fusion

## 1.13.0
## [1.13.0]

### Added

Expand All @@ -68,38 +71,38 @@

- Recognize subcontext Node Type definitions

## 1.12.2
## [1.12.2]

- Compatibility with 2022.1

### Fixed

- NullPointer Exception in NodeTypeReferenceContributor

## 1.12.1
## [1.12.1]

### Fixed

- NullPointer Exception in NodeMigrationYamlSchemaProvider

## 1.12.0
## [1.12.0]

- Compatibility with 2021.3

## 1.11.0
## [1.11.0]

### Added

- Inlay parameter hints for EEL helper methods in Fusion

## 1.10.0
## [1.10.0]

### Added

- Support NodeTypes in subfolders
- Suppress PHP unused declaration inspection for Flow magic methods

## 1.9.0
## [1.9.0]

### Added

Expand All @@ -109,27 +112,27 @@

- NullPointerException when opening files with embedded YAML

## 1.8.1
## [1.8.1]

### Added

- Provide JSON schema for node migrations (https://github.com/Sebobo/Shel.Neos.Schema)

## 1.8.0
## [1.8.0]

### Added

- AFX tag name synchronization
- Symbol contributors for node types and Fusion prototypes

## 1.7.1
## [1.7.1]

### Fixed

- Empty EEL in AFX tag content no longer throws an exception
- NullPointerException when using node type references

## 1.7.0
## [1.7.0]

### Added

Expand All @@ -142,13 +145,13 @@
- Suppress unknown namespace inspection for AFX
- Suppress unknown target inspection for AFX

## 1.6.1
## [1.6.1]

### Fixed

- Exception when using completion for prototypes

## 1.6.0
## [1.6.0]

### Added

Expand All @@ -160,9 +163,34 @@
- Index split settings files (Settings.*.yaml)
- Weird behavior when trying to navigate to prototype definitions (sometimes only the namespace was clickable)

## 1.5.0
## [1.5.0]

### Added

- Completion for inline editor options in node type definitions
- Live template context for Fusion file type

[Unreleased]: https://github.com/cvette/intellij-neos/compare/v1.23.0...HEAD
[1.23.0]: https://github.com/cvette/intellij-neos/compare/v1.21.0...v1.23.0
[1.21.0]: https://github.com/cvette/intellij-neos/compare/v1.20.1...v1.21.0
[1.20.1]: https://github.com/cvette/intellij-neos/compare/v1.20.0...v1.20.1
[1.20.0]: https://github.com/cvette/intellij-neos/compare/v1.19.0...v1.20.0
[1.19.0]: https://github.com/cvette/intellij-neos/compare/v1.18.0...v1.19.0
[1.18.0]: https://github.com/cvette/intellij-neos/compare/v1.17.0...v1.18.0
[1.17.0]: https://github.com/cvette/intellij-neos/compare/v1.16.0...v1.17.0
[1.16.0]: https://github.com/cvette/intellij-neos/compare/v1.14.0...v1.16.0
[1.14.0]: https://github.com/cvette/intellij-neos/compare/v1.13.0...v1.14.0
[1.13.0]: https://github.com/cvette/intellij-neos/compare/v1.12.2...v1.13.0
[1.12.2]: https://github.com/cvette/intellij-neos/compare/v1.12.1...v1.12.2
[1.12.1]: https://github.com/cvette/intellij-neos/compare/v1.12.0...v1.12.1
[1.12.0]: https://github.com/cvette/intellij-neos/compare/v1.11.0...v1.12.0
[1.11.0]: https://github.com/cvette/intellij-neos/compare/v1.10.0...v1.11.0
[1.10.0]: https://github.com/cvette/intellij-neos/compare/v1.9.0...v1.10.0
[1.9.0]: https://github.com/cvette/intellij-neos/compare/v1.8.1...v1.9.0
[1.8.1]: https://github.com/cvette/intellij-neos/compare/v1.8.0...v1.8.1
[1.8.0]: https://github.com/cvette/intellij-neos/compare/v1.7.1...v1.8.0
[1.7.1]: https://github.com/cvette/intellij-neos/compare/v1.7.0...v1.7.1
[1.7.0]: https://github.com/cvette/intellij-neos/compare/v1.6.1...v1.7.0
[1.6.1]: https://github.com/cvette/intellij-neos/compare/v1.6.0...v1.6.1
[1.6.0]: https://github.com/cvette/intellij-neos/compare/v1.5.0...v1.6.0
[1.5.0]: https://github.com/cvette/intellij-neos/commits/v1.5.0

0 comments on commit 9f69c66

Please sign in to comment.