Skip to content

Commit 0c9e59f

Browse files
author
lgdd
committed
docs: recover changelog history
1 parent 7c0233b commit 0c9e59f

File tree

1 file changed

+163
-13
lines changed

1 file changed

+163
-13
lines changed

CHANGELOG.md

Lines changed: 163 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
## [2.6.0](https://github.com/lgdd/liferay-starter/compare/v2.5.4...v2.6.0) (2024-04-16)
44

5+
### Chore
6+
7+
* Upgrade Quarkus to 3.9.3
8+
* Upgrade Java to 17
9+
10+
## [2.5.4]
11+
512
### Features
613

714
* add 7.4 support ([6a5f448](https://github.com/lgdd/liferay-starter/commit/6a5f448f88196f543efd71075d203321c23a40e7))
@@ -10,20 +17,163 @@
1017

1118
### Bug Fixes
1219

13-
* **ci:** build uber jar for github
14-
release ([214e51c](https://github.com/lgdd/liferay-starter/commit/214e51c5fa85bc808e3c3576f73bd764961f0eae))
15-
* **ci:** dockerfile path syntax
16-
error ([976284f](https://github.com/lgdd/liferay-starter/commit/976284fffe67779022df2c19fee500d93a5ad426))
17-
* **ci:** missing condition for
18-
release ([852e2b5](https://github.com/lgdd/liferay-starter/commit/852e2b553244d5c1c9d71bc44f24ef43be3cb4d1))
19-
* **ci:** script to get release
20-
version ([975a4a4](https://github.com/lgdd/liferay-starter/commit/975a4a4898a4b2b20931741c6723dd6a6a5b620a))
21-
* **ci:** specify file for docker
22-
builds ([a3fc4ca](https://github.com/lgdd/liferay-starter/commit/a3fc4ca370256f053c8d930a9a8e2b9728916ba1))
23-
* **ci:** update github output
24-
usage ([fbf3bc6](https://github.com/lgdd/liferay-starter/commit/fbf3bc6b472d06ab901e1765247c5129b97e59ce))
2520
* docker images ([3f03e99](https://github.com/lgdd/liferay-starter/commit/3f03e99a7614d5e647f3879e6c3bdbb9510feed5))
2621
* service builder gradle
2722
goals ([4cc8a3b](https://github.com/lgdd/liferay-starter/commit/4cc8a3b2e1fcf760ae0b01c8ff3dc5d08b3d91cd))
2823
* **theme:** broken generation for
29-
7.4 ([2e7b854](https://github.com/lgdd/liferay-starter/commit/2e7b854d89a7c820ed00d6af80579541a0db3647))
24+
7.4 ([2e7b854](https://github.com/lgdd/liferay-starter/commit/2e7b854d89a7c820ed00d6af80579541a0db3647))
25+
26+
## [2.5.3] - 2021-07-27
27+
28+
### Changed
29+
30+
- Update Liferay Portal 7.3 to GA8
31+
32+
## [2.5.2] - 2021-06-24
33+
34+
### Changed
35+
36+
- Update Liferay Portal 7.4 to GA2
37+
38+
## [2.5.1] - 2021-04-30
39+
40+
### Changed
41+
42+
- Update blade version to 4.0.9-snapshot
43+
44+
## [2.5.0] - 2021-04-30
45+
46+
### Added
47+
48+
- Support for classic themes
49+
50+
### Fixed
51+
52+
- Theme generation for 7.4 (temporarily generate 7.3 theme, waiting for official update)
53+
54+
## [2.4.0] - 2021-04-28
55+
56+
### Added
57+
58+
- Support for Portal 7.4-GA1
59+
60+
### Fixed
61+
62+
- Service builder command for Gradle (buildService)
63+
64+
## [2.2.1] - 2020-10-13
65+
66+
### Added
67+
68+
- Support for DXP 7.3-GA1 and Portal 7.3-GA6
69+
70+
### Changed
71+
72+
- Update blade to v4.0.5
73+
74+
## [2.2.0] - 2020-09-27
75+
76+
### Added
77+
78+
- REST Builder Template
79+
80+
### Changed
81+
82+
- Use Liferay Product Version to support DXP, Portal and Commerce
83+
- Upgrade Quarkus to v1.8.1.Final
84+
- Upgrade GraalVM to v22.2.0
85+
86+
## [2.1.3] - 2020-07-03
87+
88+
### Changed
89+
90+
- Dockerfiles location and build stage
91+
92+
### Fixed
93+
94+
- Package name in generated Java apps
95+
96+
## [2.1.2] - 2020-06-17
97+
98+
### Added
99+
100+
- Javadoc
101+
- docs folder to .dockerignore
102+
103+
### Fixed
104+
105+
- Remove temp test methods
106+
- Update default name when updating template
107+
- Theme generation and deployment for Liferay <= 7.1
108+
109+
## [2.1.1] - 2020-06-12
110+
111+
### Changed
112+
113+
- Refacotring backend code.
114+
115+
### Fixed
116+
117+
- Build failing (Java) because the default incremental app name contains a number.
118+
119+
## [2.1.0] - 2020-06-09
120+
121+
### Fixed
122+
123+
- JavaScript apps and themes builds with Maven by adding opinionated pom.xml files.
124+
125+
## [2.0.1] - 2020-06-08
126+
127+
### Changed
128+
129+
- Upgrade websocket-extensions to v0.1.4
130+
131+
## [2.0.0] - 2020-06-07
132+
133+
### Added
134+
135+
- Support to generate Liferay apps from templates (Java, JS, Theme)
136+
- Header subtitle
137+
- SEO metadata description
138+
139+
### Changed
140+
141+
- Upgrade Quarkus to v1.4.1.Final
142+
- Dockerfiles with multi-stage builds
143+
- API design
144+
- Header layout
145+
146+
## [1.2.0] - 2020-04-26
147+
148+
### Added
149+
150+
- Project group ID & version validation (backend)
151+
- Feedback validation for project group ID & version (frontend)
152+
153+
### Changed
154+
155+
- Archive static class & methods to standard service
156+
157+
## [1.1.0] - 2020-04-24
158+
159+
### Added
160+
161+
- Windows command
162+
- Auto-select platform for init command
163+
164+
### Removed
165+
166+
- Unused bootstrap.js
167+
168+
## [1.0.0] - 2020-04-22
169+
170+
### Added
171+
172+
- Build tool option
173+
- Liferay version option
174+
- Project informations option (group id, artifact id, version)
175+
- One line command to initialize Liferay bundle for Linux/Mac users
176+
- Visual feedback about workspace generation
177+
- Light/Dark theme switch
178+
- GitHub buttons
179+
- Footer with license & author

0 commit comments

Comments
 (0)