Tsvetomir Tsonev

Results 4 issues of Tsvetomir Tsonev

Licenses that refer to external files ("SEE LICENSE IN") are currently skipped due to incorrect path resolution. Here `resolvePath` resolves `normalizedFile` to the current working directory instead of `directory`.

**Describe the bug** The Drawer prevents popups from positioning correctly due to its use of `transform: translateX()` on `.k-drawer`. **To Reproduce** Steps to reproduce the behavior: 1. Open [this snippet](https://stackblitz.com/edit/angular-dpwlu2-nhbigq?file=src%2Fapp%2Fapp.component.ts)....

Bug
pkg:layout
Team2

Using a format with `'2-digit'` parts produces a date with no separators for the `bg-BG` locale: ```js const format = { year: 'numeric', month: '2-digit', day: '2-digit' }; formatDate(new Date(),...

bug

### New feature motivation Currently, plugins cannot modify the `nextRelease` object due to the deep cloning of `context`. This prevents customization scenarios like custom version suffixes (https://github.com/semantic-release/semantic-release/issues/2446), zero as a...