Skip to content

Commit

Permalink
docs: recover changelog history
Browse files Browse the repository at this point in the history
  • Loading branch information
lgdd committed Apr 16, 2024
1 parent 7c0233b commit 0c9e59f
Showing 1 changed file with 163 additions and 13 deletions.
176 changes: 163 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

### Chore

* Upgrade Quarkus to 3.9.3
* Upgrade Java to 17

## [2.5.4]

### Features

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

### Bug Fixes

* **ci:** build uber jar for github
release ([214e51c](https://github.com/lgdd/liferay-starter/commit/214e51c5fa85bc808e3c3576f73bd764961f0eae))
* **ci:** dockerfile path syntax
error ([976284f](https://github.com/lgdd/liferay-starter/commit/976284fffe67779022df2c19fee500d93a5ad426))
* **ci:** missing condition for
release ([852e2b5](https://github.com/lgdd/liferay-starter/commit/852e2b553244d5c1c9d71bc44f24ef43be3cb4d1))
* **ci:** script to get release
version ([975a4a4](https://github.com/lgdd/liferay-starter/commit/975a4a4898a4b2b20931741c6723dd6a6a5b620a))
* **ci:** specify file for docker
builds ([a3fc4ca](https://github.com/lgdd/liferay-starter/commit/a3fc4ca370256f053c8d930a9a8e2b9728916ba1))
* **ci:** update github output
usage ([fbf3bc6](https://github.com/lgdd/liferay-starter/commit/fbf3bc6b472d06ab901e1765247c5129b97e59ce))
* docker images ([3f03e99](https://github.com/lgdd/liferay-starter/commit/3f03e99a7614d5e647f3879e6c3bdbb9510feed5))
* service builder gradle
goals ([4cc8a3b](https://github.com/lgdd/liferay-starter/commit/4cc8a3b2e1fcf760ae0b01c8ff3dc5d08b3d91cd))
* **theme:** broken generation for
7.4 ([2e7b854](https://github.com/lgdd/liferay-starter/commit/2e7b854d89a7c820ed00d6af80579541a0db3647))
7.4 ([2e7b854](https://github.com/lgdd/liferay-starter/commit/2e7b854d89a7c820ed00d6af80579541a0db3647))

## [2.5.3] - 2021-07-27

### Changed

- Update Liferay Portal 7.3 to GA8

## [2.5.2] - 2021-06-24

### Changed

- Update Liferay Portal 7.4 to GA2

## [2.5.1] - 2021-04-30

### Changed

- Update blade version to 4.0.9-snapshot

## [2.5.0] - 2021-04-30

### Added

- Support for classic themes

### Fixed

- Theme generation for 7.4 (temporarily generate 7.3 theme, waiting for official update)

## [2.4.0] - 2021-04-28

### Added

- Support for Portal 7.4-GA1

### Fixed

- Service builder command for Gradle (buildService)

## [2.2.1] - 2020-10-13

### Added

- Support for DXP 7.3-GA1 and Portal 7.3-GA6

### Changed

- Update blade to v4.0.5

## [2.2.0] - 2020-09-27

### Added

- REST Builder Template

### Changed

- Use Liferay Product Version to support DXP, Portal and Commerce
- Upgrade Quarkus to v1.8.1.Final
- Upgrade GraalVM to v22.2.0

## [2.1.3] - 2020-07-03

### Changed

- Dockerfiles location and build stage

### Fixed

- Package name in generated Java apps

## [2.1.2] - 2020-06-17

### Added

- Javadoc
- docs folder to .dockerignore

### Fixed

- Remove temp test methods
- Update default name when updating template
- Theme generation and deployment for Liferay <= 7.1

## [2.1.1] - 2020-06-12

### Changed

- Refacotring backend code.

### Fixed

- Build failing (Java) because the default incremental app name contains a number.

## [2.1.0] - 2020-06-09

### Fixed

- JavaScript apps and themes builds with Maven by adding opinionated pom.xml files.

## [2.0.1] - 2020-06-08

### Changed

- Upgrade websocket-extensions to v0.1.4

## [2.0.0] - 2020-06-07

### Added

- Support to generate Liferay apps from templates (Java, JS, Theme)
- Header subtitle
- SEO metadata description

### Changed

- Upgrade Quarkus to v1.4.1.Final
- Dockerfiles with multi-stage builds
- API design
- Header layout

## [1.2.0] - 2020-04-26

### Added

- Project group ID & version validation (backend)
- Feedback validation for project group ID & version (frontend)

### Changed

- Archive static class & methods to standard service

## [1.1.0] - 2020-04-24

### Added

- Windows command
- Auto-select platform for init command

### Removed

- Unused bootstrap.js

## [1.0.0] - 2020-04-22

### Added

- Build tool option
- Liferay version option
- Project informations option (group id, artifact id, version)
- One line command to initialize Liferay bundle for Linux/Mac users
- Visual feedback about workspace generation
- Light/Dark theme switch
- GitHub buttons
- Footer with license & author

0 comments on commit 0c9e59f

Please sign in to comment.