Skip to content

Commit e2a5f11

Browse files
authored
Merge pull request #37 from flamapy/release-please--branches--main--components--flamapy-ide
chore(main): release 1.4.0
2 parents dbb6a57 + 07ac832 commit e2a5f11

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [1.4.0](https://github.com/flamapy/flamapy-ide/compare/v1.3.0...v1.4.0) (2025-05-29)
4+
5+
6+
### Features
7+
8+
* Download configurator for current feature model ([8ce85f1](https://github.com/flamapy/flamapy-ide/commit/8ce85f16f98e56c413ecf743a2f927dc0813b4ae))
9+
* first attempt to autogenerate wheels for the dependencies. See issue [#26](https://github.com/flamapy/flamapy-ide/issues/26) ([507a790](https://github.com/flamapy/flamapy-ide/commit/507a790706b4eca0bbdcd3f218034db6c3cce314))
10+
* Improve visualization component ([3f84b01](https://github.com/flamapy/flamapy-ide/commit/3f84b01de1c430749a244e37eb1cf83fb93e7614))
11+
* Integrate flamapy.conf ([8a85bb8](https://github.com/flamapy/flamapy-ide/commit/8a85bb8bf2a63513255fa8ddba14da82077282a3)), closes [#33](https://github.com/flamapy/flamapy-ide/issues/33)
12+
* show abstract features in italics in the diagram ([04e2217](https://github.com/flamapy/flamapy-ide/commit/04e22179d077cb33c29ca9d66697860d8c1b7f82))
13+
* show cardinality groups in diagram ([34b4132](https://github.com/flamapy/flamapy-ide/commit/34b4132a403616ee71fbc13fdb4cb0a792f0e139))
14+
* show feature cardinality in diagram ([c3af2f6](https://github.com/flamapy/flamapy-ide/commit/c3af2f615a1cd2a37391e67bf08166f7844385e1))
15+
* show typed feature in diagram ([bd29433](https://github.com/flamapy/flamapy-ide/commit/bd29433b141440348be83a2677af7e792f629002))
16+
17+
18+
### Bug Fixes
19+
20+
* Fix side pannel overflow ([54309df](https://github.com/flamapy/flamapy-ide/commit/54309dfe3fa377963b92b672c80d4a0224b8cbb9))
21+
322
## [1.3.0](https://github.com/flamapy/flamapy-ide/compare/v1.2.1...v1.3.0) (2025-02-03)
423

524

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "flamapy-ide",
33
"private": true,
4-
"version": "1.3.0",
4+
"version": "1.4.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)