We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 697eb60 commit 51fe13bCopy full SHA for 51fe13b
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.0.1] - 2025-09-02
4
+
5
+### Added
6
7
+- String autocompletion to getComponent(...)
8
+- Presenter class and methods are marked as used
9
10
## [1.0.0] - 2025-09-01
11
12
### Added
gradle.properties
@@ -4,7 +4,7 @@ pluginGroup = org.nette.helpers
pluginName = Nette Helpers
pluginRepositoryUrl = https://github.com/rixafy/NetteHelpers
# SemVer format -> https://semver.org
-pluginVersion = 1.0.0
+pluginVersion = 1.0.1
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 232
0 commit comments