File tree Expand file tree Collapse file tree 4 files changed +29
-1
lines changed
Expand file tree Collapse file tree 4 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 1+ ### 1.0.0
2+
3+ link:{github}/releases/tag/v1.0.0[release notes]
4+
5+ * Update changelog and docs
6+ * Create Language plugin to provide languages of web site
7+ * Add Maven central snapshots repository
8+ * Update deploy-github-pages to 1.1.0
9+ * Upgrade to Gradle 7.6.6
10+
111### 1.0.0-RC2
212
13+ link:{github}/releases/tag/v1.0.0-RC2[release notes]
14+
315* Update README
416* Update documentation
517* Migrate to Central Portal OSSRH Staging API
1527
1628### 1.0.0-RC1
1729
30+ link:{github}/releases/tag/v1.0.0-RC1[release notes]
31+
1832* Update sample application, add Menu plugin to demonstrate how to use
1933* Provide dynamic modules WebSection and WebItem in this plugin
2034* Remove META-INF/grails-plugin.xml in favor of the generated file
2438
2539### 1.0.0-M1
2640
41+ link:{github}/releases/tag/v1.0.0-M1[release notes]
42+
2743* Release v1.0.0-M1
2844* Update README.md
2945* Adds Auto-Configure `DynamicModulesAutoConfiguration`
Original file line number Diff line number Diff line change @@ -9,7 +9,17 @@ repositories {
99}
1010
1111dependencies {
12- implementation "org.graceframework:grace-plugin-api"
1312 implementation "org.graceframework.plugins:dynamic-modules:{version}"
1413}
1514----
15+
16+ Currently, Grace `dynamic-modules` plugin provides two module types,
17+
18+ * WebItem
19+ * WebSection
20+
21+ .app/plugins/grace/demos/MenuGrailsPlugin.groovy
22+ [source,groovy]
23+ ----
24+ include::app/plugins/grace/demos/MenuGrailsPlugin.groovy[lines=7;16..32;55..56]
25+ ----
Original file line number Diff line number Diff line change 1+ github =https://github.com/grace-plugins/grace-dynamic-modules
12authors =Michael Yan
23title =Grace Dynamic Modules
34subtitle =Grace Dynamic Modules offer new ways of creating modular and maintainable Grace applications
You can’t perform that action at this time.
0 commit comments