Roland Lösslein

Results 14 comments of Roland Lösslein

I've just used [conventional-changelog-cli](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli) to do the job for me. ``` conventional-changelog -p angular -i CHANGELOG.md -s -r 0 ``` This will generate the changelog for all your previouse tags.

@stevemao unfortunately not. `--first-release` is not going through the entire commit history and creates a changelog from scratch. It just does not bump the version number.

@stevemao I agree. Would be really helpful to integrate that.

I'm more than happy to work on this bug. Please let me know if you can point me to a good starting point for debugging this issue.

👋 It's been a while since I've opened this ticket and I'd be more than grateful if someone could take a look at this quickly and point me in a...

@rwaskiewicz Thanks for picking up this issue. I've just upgraded the project to reproduce the bug to the latest version of Stencil 2.17.0 For better demonstration I've changed the component...

Hello 👋. It's been a while and I wanted to check in if there is any news on this. If possible, you could give me a thought-starter on where to...

👋🏻 @darknoon Do you think this is good to go or is there anything missing? Happy to get your feedback. Roland

hey @akiran. did you have any chance to take a look at this proposal? Would love to get your feedback. Thanks, Roland

@brownsmith thanks for the fast reply. You mean the `componentWillReceiveProps` of my slide component? This is what I get there as `nextProps`: ``` children:Object className:"slick-slide" data-index:1 onClick:function onClick(e) style:Object tabIndex:"-1"...