Releases: micronaut-projects/micronaut-views
Releases · micronaut-projects/micronaut-views
Micronaut Views 3.7.0
What's Changed
New Features 🎉
- JTE - support dynamic template loading from src path by @edward3h in #451
- JTE: support rendering .kte (Kotlin) templates by @edward3h in #452
Dependency updates 🚀
- fix(deps): update dependency io.pebbletemplates:pebble to v3.1.6 by @renovate in #444
- fix(deps): update dependency org.yaml:snakeyaml to v1.33 by @renovate in #449
- chore(deps): update kotlin to v1.7.20 by @renovate in #447
- chore(deps): update managed-jte to v2.2.2 by @renovate in #445
CI ⚙️
Full Changelog: v3.6.0...v3.7.0
Micronaut Framework Views 3.6.0
What's Changed
Dependency updates 🚀
- build: Micronaut to 3.6.3 by @sdelamo in #442
- chore(deps): update managed-jte to v2.1.2 by @renovate in #436
- build: Micronaut Framework to 3.5.4 by @sdelamo in #438
- fix(deps): update dependency org.yaml:snakeyaml to v1.32 by @renovate in #441
Build 🐘
- chore(deps): update kotlin to v1.7.10 by @renovate in #435
- chore(deps): update plugin io.micronaut.build.shared.settings to v5.3.14 by @renovate in #433
- fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.6.4 by @renovate in #432
- chore(deps): update dependency gradle to v7.5.1 by @renovate in #439
CI ⚙️
- chore(deps): update mikepenz/action-junit-report action to v3.5.0 by @renovate in #440
- chore(deps): update mikepenz/action-junit-report action to v3.2.0 by @renovate in #437
Full Changelog: v3.5.0...v3.6.0
Micronaut Views 3.5.0
What's Changed
Dependency updates 🚀
- build: bump mikepenz/action-junit-report from 3.0.3 to 3.1.0 by @dependabot in #423
- build: bump io.micronaut.build.shared.settings from 5.3.9 to 5.3.10 by @dependabot in #418
Other Changes 💡
- Migration to Gradle Version Catalog by @timyates in #415
- build: Upgrade to Micronaut 3.5.3 by @sdelamo in #427
- support binary static content in JTE by @edward3h in #413
- build: bump up jte to 2.0.3 by @sdelamo in #428
- Make thymeleaf context relative url resolution aware of context-path fixes #347 by @Iman78 in #348
New Contributors
Full Changelog: v3.4.1...v3.5.0
- support binary static content in JTE (#413)
Micronaut Views 3.4.1
v3.4.1 (2022-06-10)
What's Changed
- build: bump io.micronaut.build.shared.settings from 5.3.2 to 5.3.8 by @dependabot in #412
- build: bump io.micronaut.build.shared.settings from 5.3.8 to 5.3.9 by @dependabot in #414
- build: bump org.jetbrains.kotlin.jvm from 1.6.20 to 1.6.21 by @dependabot in #405
- build: bump kotlin-stdlib-jdk8 from 1.6.20 to 1.6.21 by @dependabot in #403
- build: bump mikepenz/action-junit-report from 3.0.1 to 3.0.3 by @dependabot in #408
- doc: link to turbo frame not turbo stream by @sdelamo in #416
Micronaut Views 3.4.0
v3.4.0 (2022-04-21)
Micronaut Views 3.3.0
v3.3.0 (2022-04-13)
- Integration with Hotwire: Turbo
- Bump up micronaut to 3.4.1 (#391)
- Bump up jte from 2.0.0 to 2.0.2 (#392)
Implemented enhancements:
Merged pull requests:
- build: remove reactor version #395 (@sdelamo)
- build: GitHub actions sync and Gradle 7.4.2 #393 (@micronaut-build)
- build: bump up jte from 2.0.0 to 2.0.2 #392 (@sdelamo)
- Bump up micronaut to 3.4.1 #391 (@sdelamo)
- build: bump actions/cache from 2.1.7 to 3.0.2 #390 (@dependabot[bot])
- build: bump actions/setup-java from 2 to 3 #389 (@dependabot[bot])
- build: bump peter-evans/create-pull-request from 3.14.0 to 4.0.2 #388 (@dependabot[bot])
- build: bump io.micronaut.build.shared.settings from 5.2.3 to 5.3.2 #387 (@dependabot[bot])
- build: bump kotlin-stdlib-jdk8 from 1.6.10 to 1.6.20 #386 (@dependabot[bot])
- build: bump kotlinx-coroutines-core from 1.6.0 to 1.6.1 #385 (@dependabot[bot])
- build: bump org.jetbrains.kotlin.jvm from 1.6.10 to 1.6.20 #383 (@dependabot[bot])
- build: bump org.jetbrains.kotlin.kapt from 1.6.10 to 1.6.20 #381 (@dependabot[bot])
- build: bump mikepenz/action-junit-report from 2.9.1 to 3.0.1 #378 (@dependabot[bot])
* This Changelog was automatically generated by github_changelog_generator
Micronaut Views 3.2.0
v3.1.4 (2022-03-10)
- refactor: make HttpRequest parameter in ViewsRenderer nullable #366 (@sdelamo)
- Pass Locale to Pebble #359 (@andreas-mausch)
- build: Soy dependency to version 2022-03-02 #368 (@lpellegr)
Fixed bugs:
- SecurityViewModelProcessor throws UnsopportedException for unmodifiable models #309
- fix: protects against object not being of type String #354 (@sdelamo)
Closed issues:
- Pass Locale to Pebble #358
Merged pull requests:
- ci: checkstyle SupressionFilter #373 (@micronaut-build)
- build: update build plugin to 5.2.3 #372 (@sdelamo)
- build: Soy dependency to version 2022-03-02 #368 (@lpellegr)
- build: bump io.micronaut.build.shared.settings from 5.2.1 to 5.2.2 #367 (@dependabot[bot])
- refactor: make HttpRequest parameter in ViewsRenderer nullable #366 (@sdelamo)
- ci: checkout@v3 #364 (@micronaut-build)
- ci: project version to 3.2.0-SNAPSHOT #362 (@sdelamo)
- Pass Locale to Pebble #359 (@andreas-mausch)
- build: bump peter-evans/create-pull-request from 3.12.1 to 3.14.0 #357 (@dependabot[bot])
- build: bump io.micronaut.build.shared.settings from 5.1.3 to 5.2.1 #356 (@dependabot[bot])
- build: bump io.micronaut.build.shared.settings from 5.1.2 to 5.1.3 #355 (@dependabot[bot])
- build: dependency ugprade to minor and mayor versions #351 (@micronaut-build)
- [views] Update common files for branch master #343 (@micronaut-build)
* This Changelog was automatically generated by github_changelog_generator
Micronaut Views v3.1.3
v3.1.3 (2022-02-10)
- ViewModelProcessor does not handle immutable maps #336 (@timyates)
- build: thymeleaf to 3.0.14 from 3.0.12 #345 (@sdelamo)
Merged pull requests:
- build: bump peter-evans/create-pull-request from 3.12.0 to 3.12.1 #352 (@dependabot[bot])
- build: bump io.micronaut.build.shared.settings from 5.1.0 to 5.1.2 #350 (@dependabot[bot])
- Add Gradle Enterprise badge #349 (@alextu)
- build: thymeleaf to 3.0.14 from 3.0.12 #345 (@sdelamo)
- build: bump kotlinx-coroutines-core from 1.5.2 to 1.6.0 #344 (@dependabot[bot])
- doc: improve JTE build plugin links #342 (@graemerocher)
- bug: ViewModelProcessor does not handle immutable maps (#353)
Micronaut Views 3.1.2
Micronaut Views 3.1.1
v3.1.1 (2021-12-14)
Fixed bugs:
Merged pull requests:
- build: bump io.micronaut.build.shared.settings from 5.0.2 to 5.0.3 #330 (@dependabot[bot])
- [views] Update common files for branch master #329 (@micronaut-build)
* This Changelog was automatically generated by github_changelog_generator