lime-elements
lime-elements copied to clipboard
Provides reusable web components for Lime CRM
Bumps the lint group with 4 updates in the / directory: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser), [eslint](https://github.com/eslint/eslint) and [eslint-plugin-sonarjs](https://github.com/SonarSource/eslint-plugin-sonarjs). Updates `@typescript-eslint/eslint-plugin` from 7.7.1 to 7.10.0 Release notes Sourced from @typescript-eslint/eslint-plugin's releases. v7.10.0 7.10.0...
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...
Adds a link menu item to the Rich Text Editor (`limel-text-editor`) fix: https://github.com/Lundalogik/crm-feature/issues/4125 ## Review: - [ ] Commits are [atomic](https://seesparkbox.com/foundry/atomic_commits_with_git) - [ ] Commits have the correct *type* for...
Bumps [jsonpointer](https://github.com/janl/node-jsonpointer) to 5.0.1 and updates ancestor dependency [@rjsf/core](https://github.com/rjsf-team/react-jsonschema-form). These dependencies need to be updated together. Updates `jsonpointer` from 4.1.0 to 5.0.1 Release notes Sourced from jsonpointer's releases. Version 5.0.1...
Bumps [tabulator-tables](https://github.com/olifolkerd/tabulator) and [@types/tabulator-tables](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/tabulator-tables). These dependencies needed to be updated together. Updates `tabulator-tables` from 4.9.3 to 6.2.1 Release notes Sourced from tabulator-tables's releases. Updates and Fixes Range selection with column...
fix: https://github.com/Lundalogik/lime-elements/issues/2978 ## 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...
Fixes Lundalogik/crm-feature#4076 ## 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...
## Current behavior Currently users gets wrong feeling that they can dismiss or undo the action that was done previously by pressing `x` while circular progress bar in place. However...
date-picker: `format` property doesn't work as documented when date-picker is used inside limel-form
[Originally reported](https://forum.lime-crm.com/t/show-date-only-in-date-picker-in-web-component-schema/4141) by @amandaolsson. ## Current behavior  Steps to reproduce the behavior: 1. It's already reproduced for you, right in the first example of the docs for `limel-form`: https://lundalogik.github.io/lime-elements/versions/next/#/component/limel-form/...
This issue was first reported as "when using a dialog inside another dialog, the whole dialog goes black". However, that is just a symptom of the underlying problem. The underlying...