Victor Geraldsson
Victor Geraldsson
fix: Lundalogik/crm-feature#4127 ## Review: - [ ] Commits are [atomic](https://seesparkbox.com/foundry/atomic_commits_with_git) - [ ] Commits have the correct *type* for the changes made - [ ] Commits with *breaking changes* are...
This fixes some issues in `limel-form` when using the date picker widget or when using a custom component for the string formats `date-time`, `date` or `time`. The `type` date picker...
Fix: Lundalogik/hack-tuesday#297 ## Review: - [ ] Commits are [atomic](https://seesparkbox.com/foundry/atomic_commits_with_git) - [ ] Commits have the correct *type* for the changes made - [ ] Commits with *breaking changes* are...
The schema path passed to custom components in the `formInfo` prop didn't handle property names containing underscore as expected. Now the schema id is not split when a property name...
## Review: - [ ] Commits are [atomic](https://seesparkbox.com/foundry/atomic_commits_with_git) - [ ] Commits have the correct *type* for the changes made - [ ] Commits with *breaking changes* are marked as...
Almost fixes https://github.com/Lundalogik/lime-elements/pull/1820#discussion_r978358996 fix: https://github.com/Lundalogik/crm-feature/issues/2989 The tricky part is we don't know here how the menu was closed. If the user navigated to an item in the menu, we don't...
The date-picker widget used in limel-form parses date format strings as UTC, by just passing them to the Date constructor, but displays and handles dates as local time after that....
## Current behavior When using `limel-button` or `limel-icon-button` in the trigger slot for `limel-menu` trying to reopen the menu no longer works after it was opened using enter. This is...
## New feature motivation Currently, `limel-table` only accepts initial sorting via the `sorting` prop, and the user can then change which column to sort on. If we want it to...