Releases: micronaut-projects/micronaut-views
Releases · micronaut-projects/micronaut-views
Micronaut Views 5.6.0
What's Changed
New Features 🎉
- JTE fieldset TCK by @sdelamo in #900
- Csrf token view model processor by @sdelamo in #914
- generate hidden input for csrftoken by @sdelamo in #916
- Add variables to Message by @sdelamo in #903
Docs 📖
Dependency updates 🚀
- chore(deps): update dependency gradle to v8.10.1 by @renovate in #880
- fix(deps): update micronaut to v4.6.5 by @renovate in #881
- fix(deps): update dependency io.micronaut.sql:micronaut-sql-bom to v5.8.2 by @renovate in #882
- chore(deps): update dependency gradle to v8.10.2 by @renovate in #885
- fix(deps): update dependency io.micronaut.data:micronaut-data-bom to v4.9.4 by @renovate in #887
- chore(deps): update actions/checkout action to v4.2.0 by @renovate in #888
- fix(deps): update dependency io.micronaut.gradle:micronaut-gradle-plugin to v4.4.3 by @renovate in #892
- fix(deps): update dependency io.micronaut.security:micronaut-security-bom to v4.10.2 by @renovate in #894
- fix(deps): update micronaut to v4.6.6 by @renovate in #895
- chore(deps): update managed.jte to v3.1.13 by @renovate in #897
- fix(deps): update dependency io.micronaut.data:micronaut-data-bom to v4.9.5 by @renovate in #901
- fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.9.0 by @renovate in #899
- fix(deps): update dependency org.apache.velocity:velocity-engine-core to v2.4 by @renovate in #896
- chore(deps): update plugin com.github.node-gradle.node to v7.1.0 by @renovate in #890
- fix(deps): update dependency io.micronaut.logging:micronaut-logging-bom to v1.5.0 by @renovate in #865
- fix(deps): update dependency org.json:json to v20240303 by @renovate in #869
- fix(deps): update graal to v24.1.0 by @renovate in #884
- fix(deps): update dependency org.apache.velocity:velocity-engine-core to v2.4.1 by @renovate in #911
- chore(deps): update softprops/action-gh-release action to v2.0.9 by @renovate in #920
- fix(deps): update dependency io.micronaut.serde:micronaut-serde-bom to v2.12.0 by @renovate in #905
- chore(deps): update mikepenz/action-junit-report action to v5 by @renovate in #921
- fix(deps): update dependency io.micronaut.gradle:micronaut-gradle-plugin to v4.4.4 by @renovate in #922
- fix(deps): update micronaut to v4.7.2 by @renovate in #902
Other Changes 💡
- update GraalVM to 1.2.5 disable views-reactive in CI by @sdelamo in #906
- ReactJS: Fix JVM crash and re-activate in CI by @mikehearn in #917
- React Renderer: refactor the code, clean it up and make it more generic by @mikehearn in #859
New Contributors
Full Changelog: v5.5.1...v5.6.0
Micronaut Views 5.5.1
What's Changed
Bug Fixes 🐞
Dependency updates 🚀
- chore(deps): update plugin io.micronaut.build.shared.settings to v7.2.1 by @renovate in #864
- fix(deps): update micronaut to v4.6.2 by @renovate in #866
- fix(deps): update micronaut to v4.6.3 by @renovate in #868
- fix(deps): update dependency io.micronaut.data:micronaut-data-bom to v4.9.1 by @renovate in #872
- fix(deps): update dependency io.micronaut.data:micronaut-data-bom to v4.9.3 by @renovate in #873
- fix(deps): update micronaut to v4.6.4 by @renovate in #874
- chore(deps): update dependency gradle to v8.10.1 by @renovate in #878
- chore(deps): update actions/upload-artifact action to v4.4.0 by @renovate in #871
- fix(deps): update dependency io.micronaut.security:micronaut-security-bom to v4.10.1 by @renovate in #867
Other Changes 💡
Full Changelog: v5.5.0...v5.5.1
Micronaut Views 5.5.0
What's Changed
Dependency updates 🚀
- update to Micronaut 4.6.1 by @sdelamo in #862
- chore(deps): update graalvm/setup-graalvm action to v1.2.3 by @renovate in #852
- fix(deps): update dependency io.micronaut.data:micronaut-data-bom to v4.8.5 by @renovate in #854
- chore(deps): update dependency gradle to v8.10 by @renovate in #858
- fix(deps): update dependency io.micronaut.data:micronaut-data-bom to v4.9.0 by @renovate in #861
Full Changelog: v5.4.4...v5.5.0
v5.4.4
What's Changed
Bug Fixes 🐞
- ReactJS: Fixes to proxy object wrapping by @mikehearn in #851
Full Changelog: v5.4.3...v5.4.4
Micronaut Views 5.4.3
What's Changed
Dependency updates 🚀
- fix(deps): update managed.jstachio to v1.3.6 by @renovate in #847
- build: update org.json:json to a patched version by @sdelamo in #850
Full Changelog: v5.4.2...v5.4.3
Micronaut Views 5.4.2
What's Changed
Other Changes 💡
- ReactJS: Fix exception hang and improve docs by @mikehearn in #845
- ReactJS: Another round of fixes and improvements by @mikehearn in #846
Dependency updates 🚀
Micronaut Modules
Micronaut Core
Micronaut Security
- fix(deps): update dependency io.micronaut.security:micronaut-security-bom to v4.9.1 by @renovate in #818
CI ⚙️Build 🐘
Micronaut Build Plugin
Micronaut Gradle Plugin
- fix(deps): update dependency io.micronaut.gradle:micronaut-gradle-plugin to v4.4.2 by @renovate in #842
Full Changelog: v5.4.1...v5.4.2
Micronaut Views 5.4.1
What's Changed
Improvements ⭐
- React Renderer: use the resource resolver API to locate the server bundle by @mikehearn in #833
- remove initialize-at-runtime definitions by @graemerocher in #835
Dependency updates 🚀
- chore(deps): update plugin io.micronaut.build.shared.settings to v7.1.0 by @renovate in #822
- fix(deps): update dependency org.freemarker:freemarker to v2.3.33 by @renovate in #819
- chore(deps): update plugin io.micronaut.build.shared.settings to v7.1.2 by @renovate in #826
- fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.8.1 by @renovate in #808
- fix(deps): update graal to v24.0.1 by @renovate in #814
- chore(deps): update graalvm/setup-graalvm action to v1.2.2 by @renovate in #829
- chore(deps): update plugin io.micronaut.build.shared.settings to v7.1.3 by @renovate in #831
- chore(deps): update plugin io.micronaut.build.shared.settings to v7.1.4 by @renovate in #834
- fix(deps): update dependency io.micronaut.data:micronaut-data-bom to v4.8.3 by @renovate in #816
- fix(deps): update dependency io.micronaut.gradle:micronaut-gradle-plugin to v4.4.0 by @renovate in #811
- fix(deps): update dependency io.micronaut.data:micronaut-data-bom to v4.8.4 by @renovate in #837
- fix(deps): update dependency io.micronaut.gradle:micronaut-gradle-plugin to v4.4.1 by @renovate in #839
- fix(deps): update micronaut to v4.5.3 by @renovate in #827
- fix(deps): update dependency io.micronaut.sql:micronaut-sql-bom to v5.7.0 by @renovate in #823
- fix(deps): update dependency io.micronaut.validation:micronaut-validation-bom to v4.6.1 by @renovate in #825
- chore(deps): update kotlin monorepo to v1.9.25 by @renovate in #841
- fix(deps): update dependency io.micronaut.serde:micronaut-serde-bom to v2.10.2 by @renovate in #821
Full Changelog: v5.4.0...v5.4.1
Micronaut Views v5.4.0
What's Changed
New Features 🎉
- Feature: Support for React JS server side rendering by @mikehearn in #770
Dependency updates 🚀
- fix(deps): update dependency io.micronaut.gradle:micronaut-gradle-plugin to v4.3.8 by @renovate in #793
- fix(deps): update dependency io.micronaut.serde:micronaut-serde-bom to v2.9.0 by @renovate in #795
- chore(deps): update kotlin monorepo to v1.9.24 by @renovate in #806
- chore(deps): update plugin io.micronaut.build.shared.settings to v7 by @renovate in #804
- fix(deps): update dependency io.micronaut.validation:micronaut-validation-bom to v4.5.0 by @renovate in #803
- chore(deps): update managed.jte to v3.1.12 by @renovate in #810
- fix(deps): update micronaut to v4.4.10 by @renovate in #800
- fix(deps): update dependency io.micronaut.sql:micronaut-sql-bom to v5.6.0 by @renovate in #802
- fix(deps): update dependency io.micronaut.data:micronaut-data-bom to v4.7.1 by @renovate in #813
Other Changes 💡
New Contributors
- @mikehearn made their first contribution in #770
Full Changelog: v5.3.0...v5.4.0
Micronaut Views 5.2.2
Micronaut Views 5.3.0
What's Changed
Other Changes 💡
- Jte for turbo streams by @PeterFokkinga in #777
- Add a dataTurbo field to form and add test for fieldset TCK. by @wetted in #787
Improvements ⭐
- add new "morph" and "refresh" action types for turbo-stream, issue #772 by @PeterFokkinga in #773
- feat: add missing morph and refresh methods by @sdelamo in #784
Docs 📖
Dependency updates 🚀
- fix(deps): update managed.jstachio to v1.3.5 by @renovate in #768
- chore(deps): update managed.jte to v3.1.10 by @renovate in #767
Kotlin
Micronaut Modules
Micronaut Core
- fix(deps): update micronaut to v4.4.6 by @renovate in #789
- fix(deps): update micronaut to v4.4.4 by @renovate in #774
Micronaut Security
- fix(deps): update dependency io.micronaut.security:micronaut-security-bom to v4.7.0 by @renovate in #782
Micronaut Logging
- fix(deps): update dependency io.micronaut.logging:micronaut-logging-bom to v1.3.0 by @renovate in #781
CI ⚙️Build 🐘
GraalVM
- chore(deps): update plugin io.micronaut.build.shared.settings to v6.7.1 by @renovate in #788
- chore(deps): update gradle/gradle-build-action action to v3.3.2 by @renovate in #791
New Contributors
- @PeterFokkinga made their first contribution in #773
Full Changelog: v5.2.1...v5.3.0