From b4d8a4587475c3e78b33a4d36e02485d62bb1169 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Berg=20Glasius?= Date: Sat, 30 Dec 2023 18:28:29 +0100 Subject: [PATCH] Updated release-notes and README.md --- readme.md | 11 +++-------- src/docs/asciidoc/introduction.adoc | 27 ++++++++++++++++++++++++--- 2 files changed, 27 insertions(+), 11 deletions(-) diff --git a/readme.md b/readme.md index ef024f5f..21d4b000 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ -[![Build Status](https://travis-ci.org/grails-fields-plugin/grails-fields.svg?branch=master)](https://travis-ci.org/grails-fields-plugin/grails-fields) [![Join the chat at https://gitter.im/grails-fields-plugin/grails-fields](https://badges.gitter.im/grails-fields-plugin/grails-fields.svg)](https://gitter.im/grails-fields-plugin/grails-fields?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -- `master` branch for Grails 4.0. +- `master` new coordinate: `io.github.gpc:fields:4.0.0-RC1` - Grails 4.x +- `3.0.0.RC1` last version on coordinates: `org.grails.plugins:fields:3.0.0.RC` - Grails 4.x - `2.2.x` y `2.1.x` for Grails 3. - `grails2.x` for Grails 2. @@ -8,9 +8,4 @@ A spiritual successor to the bean-fields plugin that attempts to provide a confi For further information please see the full documentation. -Documentation can be found here: - -- [Stable](https://grails-fields-plugin.github.io/grails-fields/latest) version -- [Snapshot](https://grails-fields-plugin.github.io/grails-fields/snapshot) version - - +Documentation can be found [here](https://gpc.github.io/fields) diff --git a/src/docs/asciidoc/introduction.adoc b/src/docs/asciidoc/introduction.adoc index 26833786..24a8ac03 100644 --- a/src/docs/asciidoc/introduction.adoc +++ b/src/docs/asciidoc/introduction.adoc @@ -1,6 +1,6 @@ == Introduction -The _Fields plugin_ allows you to customize the rendering of input fields for properties of domain objects, command beans and POGOs based on their type, name, etc. The plugin aims to: +The *Fields plugin* allows you to customize the rendering of input fields for properties of domain objects, command beans and POGOs based on their type, name, etc. The plugin aims to: * Use good defaults for fields. * Make it very easy to override the field rendering for particular properties or property types without having to replace entire form templates. @@ -10,9 +10,30 @@ The _Fields plugin_ allows you to customize the rendering of input fields for pr * Support embedded properties of _GORM_ domain classes. == Changelog + +=== Version 4.0.0-RC1 - Grails 4.1.x +**Important** + +New `group` id. In your build.gradle file, use: + +---- +compile 'io.github.gpc:fields:4.0.0-RC1' +---- + +Changelog: +https://github.com/gpc/fields/compare/v3.0.0.RC1...v4.0.0-RC1 + +Thank you for all the contributions! + +=== Version 3.0.0.RC1 - Grails 4.0.x +Last version that is on the "old" group `org.grails.plugins` + +Changelog: +https://github.com/gpc/fields/compare/v2.2.10...v3.0.0.RC1 + === Version 2.2.9.BUILD-SNAPSHOT -(no changes yet) -https://github.com/grails-fields-plugin/grails-fields/compare/v2.2.8...v2.2.9[GitHub diff] +Changelog: +https://github.com/grails-fields-plugin/grails-fields/compare/v2.2.8...v2.2.9 === Version 2.2.8 * BugFix: Table Tag does not render transient fields correctly (Issue https://github.com/grails-fields-plugin/grails-fields/issues/264[#264])