Commit Graph

20689 Commits

Author SHA1 Message Date
Mads Rasmussen
68c39aaecb Update path-folder-name.function.ts 2024-10-04 09:21:49 +02:00
Niels Lyngsø
3624a349b7 Merge branch 'main' into v15.1/chore/test-string-functions 2024-10-04 08:54:12 +02:00
Niels Lyngsø
2c6cec41e3 Merge pull request #2404 from umbraco/v15.1/chore/debounce-test
Chore: Add unit tests for the debounce function
2024-10-04 08:53:32 +02:00
Niels Lyngsø
190f6f6320 Merge pull request #2402 from umbraco/v15.1/chore/state-manager-tests
Chore: Add unit tests for the state manager
2024-10-04 08:52:47 +02:00
Niels Lyngsø
8a76c7c3df Merge pull request #2403 from umbraco/v15.1/chore/math-tests
Chore: Add unit tests for math functions
2024-10-04 08:52:30 +02:00
Niels Lyngsø
01828512e5 Merge pull request #2406 from umbraco/feature/add-ar-language
Added arabic language
2024-10-04 08:51:44 +02:00
Bjarke Berg
d2ae0b235d Move to top on top due to ar being sorted before bs 2024-10-03 09:43:54 +02:00
Bjarke Berg
51f2bf2c5a Added arabic language (I have no clue about the text in the file, btw) 2024-10-03 09:41:18 +02:00
Mads Rasmussen
218cb435fa Create string-or-string-array-contains.function.test.ts 2024-10-02 20:32:41 +02:00
Mads Rasmussen
b73a2fe644 add docs 2024-10-02 20:32:37 +02:00
Mads Rasmussen
50f98f0c6b Create increment-string.function.test.ts 2024-10-02 20:25:25 +02:00
Mads Rasmussen
77c143cc51 add docs 2024-10-02 20:25:22 +02:00
Mads Rasmussen
04bfbdb6e8 clean up 2024-10-02 20:25:14 +02:00
Mads Rasmussen
c2bf077521 Create from-camel-case.function.test.ts 2024-10-02 19:11:08 +02:00
Mads Rasmussen
81c7a92ae8 clean up files 2024-10-02 18:47:45 +02:00
Mads Rasmussen
6980ff015d Create debounce.function.test.ts 2024-10-02 18:29:59 +02:00
Mads Rasmussen
70780cadd2 Create inverse-lerp.test.ts 2024-10-02 18:21:31 +02:00
Mads Rasmussen
ceae6781a0 Create lerp.test.ts 2024-10-02 18:18:49 +02:00
Mads Rasmussen
8d34e53bbc add tests 2024-10-02 16:44:19 +02:00
Mads Rasmussen
730bc34ac9 add tests 2024-10-02 16:38:35 +02:00
Mads Rasmussen
bc9b55dbc5 add tests for isWithinRect 2024-10-02 16:15:57 +02:00
Mads Rasmussen
c6eaa33577 add tests for getAccumulatedValueOfIndex 2024-10-02 15:14:30 +02:00
Mads Rasmussen
9371923762 add tests for distance 2024-10-02 14:38:17 +02:00
Mads Rasmussen
205254cdb0 add clamp tests 2024-10-02 14:17:43 +02:00
Mads Rasmussen
9423cf069f add tests for the state manager 2024-10-02 13:58:41 +02:00
Jacob Overgaard
f88e2c5be2 internal: rename category in github release notes 2024-10-02 12:34:23 +02:00
Jacob Overgaard
a8d6342530 Merge branch 'release/15.0' 2024-10-02 12:33:48 +02:00
Jacob Overgaard
19b24e266f chore: bump version to 15.0.0-rc2 2024-10-02 12:30:00 +02:00
Niels Lyngsø
628ee6d88c hotfix: Rename condition config map (#2401)
* adapt condition manifests

* rename types

---------

Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com>
2024-10-02 11:25:45 +02:00
Jacob Overgaard
6423007ce9 Merge pull request #2400 from umbraco/v15/hotfix/fallback-preview
V15 Hotfix: Media previews are not shown for anything other than images
2024-10-02 09:10:55 +02:00
Jacob Overgaard
f60b816c82 fix: add stored manifests if available 2024-10-02 08:50:15 +02:00
Jacob Overgaard
e39509649d fix: calculate a preview alias only when the 'src' field has changed 2024-10-02 08:44:28 +02:00
Jacob Overgaard
e8b3344e0d fix: use 'value' directly instead of saving the src into a new state 2024-10-02 08:40:35 +02:00
Jacob Overgaard
551c9418ae chore: sort imports 2024-10-02 08:40:12 +02:00
Jacob Overgaard
43beb9ca94 fix: only calculate a new preview element when the 'value' changes 2024-10-02 08:39:54 +02:00
Jacob Overgaard
92bb606229 fix: wait for manifests to be loaded when calculating the preview element 2024-10-02 08:39:32 +02:00
Jacob Overgaard
390a934d65 chore: set version to 15.1.0 2024-10-02 07:57:15 +02:00
Jacob Overgaard
3525dfca82 Merge branch 'main' into release/15.0 2024-10-02 07:56:28 +02:00
Jacob Overgaard
d4b84f890f Merge pull request #2399 from umbraco/v15/hotfix/dictionary-collection-action-wrong-path
V15: Hotfix: Create dictionary collection action wrong path
2024-10-02 07:56:10 +02:00
Jacob Overgaard
3b4acc9a76 build(deps): bump lit from 3.1.4 to 3.2.0 2024-10-02 07:54:39 +02:00
Lee Kelleher
fd5fbb2350 Tiptap: Validates toolbar configuration value (#2393)
Adds `isValidTiptapToolbarValue()` method

to ensure that the Tiptap toolbar value is in the correct structure.
2024-10-02 07:51:59 +02:00
Jacob Overgaard
6424ba772b Merge pull request #2394 from umbraco/dependabot/npm_and_yarn/babel-loader-9.2.1
Bump babel-loader from 9.1.3 to 9.2.1
2024-10-02 07:50:56 +02:00
Jacob Overgaard
d9efec57e1 Merge branch 'main' into release/15.0 2024-10-02 07:49:51 +02:00
Jacob Overgaard
a13f18d554 build(deps): update tiptap from 2.7.4 to 2.8.0 2024-10-02 07:48:44 +02:00
Mads Rasmussen
986fd44d5c use dictionary in menu heading 2024-10-02 07:39:16 +02:00
Mads Rasmussen
5f2e746015 fix path by using the path pattern const 2024-10-02 07:33:22 +02:00
dependabot[bot]
167d8b9458 Bump babel-loader from 9.1.3 to 9.2.1
Bumps [babel-loader](https://github.com/babel/babel-loader) from 9.1.3 to 9.2.1.
- [Release notes](https://github.com/babel/babel-loader/releases)
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel-loader/compare/v9.1.3...v9.2.1)

---
updated-dependencies:
- dependency-name: babel-loader
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-01 18:16:02 +00:00
Jacob Overgaard
8f5391ba5c bump version to 15.1.0 2024-10-01 15:21:32 +02:00
Jacob Overgaard
3143636cf1 set version to 15.0.0-rc1 2024-10-01 15:20:43 +02:00
Niels Lyngsø
f976265f9e Merge pull request #2392 from umbraco/v15/bugfix/template-master-state
Bug: re-implement master template state
2024-10-01 15:17:39 +02:00