Skip to content

Releases: micronaut-projects/micronaut-views

Micronaut Views 3.0.3

14 Dec 11:59
Compare
Choose a tag to compare

v3.0.3 (2021-12-14)

Full Changelog

Fixed bugs:

Micronaut Views 3.1.0

11 Dec 10:44
Compare
Choose a tag to compare

v3.1.0 (2021-12-11)

Full Changelog

  • bump up Micronaut version to 3.2.1
  • Pebble fixed template name handling #306 (@ecmel)

Micronaut Views 3.0.2

10 Dec 16:53
Compare
Choose a tag to compare

v3.0.2 (2021-12-10)

Full Changelog

  • fix. policyDirectives is nullable Optional.ofNullable #325
  • fix dot handling in normalizeFile #318 (@edward3h)

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut Views 3.0.1

14 Sep 10:04
Compare
Choose a tag to compare

v3.0.1 (2021-09-14)

Full Changelog

  • bump up micronaut to 3.0.1
  • bump up micronaut security to 3.0.1
  • Use HttpLocaleResolver to resolve locale in ThymeleafViewsRenderer (#295)

Fixed bugs:

  • For ThymeLeafViewsRenderer use HttpLocaleResolver instead of request directly for resolving the locale #288

Closed issues:

  • SecurityViewModelProcessor does not populate security key when model is not a Map<> #286

Merged pull requests:

  • build: bump micronaut-gradle-plugins from 4.0.1 to 4.1.1 #294 (@dependabot[bot])
  • build: bump nu.studer.rocker from 3.0.3 to 3.0.4 #292 (@dependabot[bot])
  • build: bump kotlinx-coroutines-core from 1.5.1 to 1.5.2 #290 (@dependabot[bot])
  • doc: clarify SecurityViewModelProcessor is typed #287 (@sdelamo)
  • build: bump org.jetbrains.kotlin.kapt from 1.5.21 to 1.5.30 #285 (@dependabot[bot])
  • build: bump kotlin-stdlib-jdk8 from 1.5.21 to 1.5.30 #284 (@dependabot[bot])
  • build: bump org.jetbrains.kotlin.jvm from 1.5.21 to 1.5.30 #283 (@dependabot[bot])
  • build: bump nu.studer.rocker from 3.0.2 to 3.0.3 #282 (@dependabot[bot])
  • build: bump peter-evans/create-pull-request from 3.10.0 to 3.10.1 #281 (@dependabot[bot])
  • build: bump micronaut-gradle-plugins from 4.0.0 to 4.0.1 #280 (@dependabot[bot])
  • build: update to gradle 7.2 #279 (@micronaut-build)

* This Changelog was automatically generated by github_changelog_generator

  • Pullrequests/karowan/feature/use httplocaleresolver for thymeleafviewsrenderer (#295)

Micronaut Views 3.0.0

17 Aug 18:47
Compare
Choose a tag to compare

v3.0.0 (2021-08-17)

Full Changelog

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut Views v3.0.0-M2

10 Aug 14:31
Compare
Choose a tag to compare

3.0.0-M2 (2021-08-10)

Full Changelog

  • bump up micronaut from 3.0.0-M4 to 3.0.0-M5
  • Typed ViewModelProcessor (#264)
  • Typed ViewsRenderer (#265)
  • Extract ViewsResolver (#267)
  • Extract ViewsRenderLocator (#268)
  • Extract views decorator (#270)
  • Delete ViewsRenderer::render(String, T) (#271)
  • Move modelOf to ViewUtils (#272)

Micronaut Views 2.4.0

10 Aug 06:10
Compare
Choose a tag to compare

v2.4.0 (2021-08-09)

Full Changelog

Features

  • Support multiple ViewsRenderer

Documentation

  • Improvement to ViewModelProcessor documentation

Implemented enhancements:

  • Allow multiple ViewRenderer on the classpath #256

Closed issues:

  • POJOs passed to views are not being processed by ViewModelProcessors #247
  • Document ViewModelProcessor #229

Merged pull requests:

Micronaut Views 3.0.0-M1

21 Jul 10:32
Compare
Choose a tag to compare
Pre-release
  • replace javax.inject with jakarta.inject
  • bump up micronaut from 2.4.1 to 3.0.0-M4
  • internals use Project Reactor instead of Rx Java 2
  • Tests use HttpClient instead of RxHttpClient

Micronaut Views 2.3.0

16 Jul 07:11
Compare
Choose a tag to compare

v2.2.2 (2021-07-16)

Full Changelog

dependency uprade

  • pebble from 3.1.4 to 3.1.5
  • velocity from 2.2 to 2.3
  • snakeYaml from 1.27 to 1.28
  • freemarker from 2.3.30 to 2.3.31
  • soy from 2020-08-24 to 2021-02-01
  • micronaut 2.1.3 to 2.5.9
  • micronaut-security from 2.3.0 to 2.4.2
  • micronaut-servlet 2.3.2 to 2.4.0

Features

feat: pebble - Added parallel tag support (#242)
feat: add Java8 LocalDate/LocalDateTime support (Thymeleaf) (#162)

Closed issues:

  • Handlebars not rendering model #209
  • Kotlin data class not binding with Thymeleaf #206
  • ViewsRender does not support non-map models #179

Documentation
doc: add multi-language samples for Soy docs (#201)
doc: split Soy documentation into sections

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut Views 2.2.1

12 Jan 09:55
Compare
Choose a tag to compare

v2.2.1 (2021-01-12)

Full Changelog

Closed issues:

  • No bean of type [io.micronaut.views.soy.SoyFileSetProvider] exists #147
  • Initialize class at run-time. Fixes GraalVM 21.1.0 #161 (@ilopmar)
  • Thymeleaf 3.0.12 Release Notes #148 (@micronaut-build)

Merged pull requests: