Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
1f538ba
test(text editor): build test suite for text editor
john-traas Mar 25, 2025
6db214b
fixup! test(text editor): build test suite for text editor
john-traas Mar 25, 2025
a44f88f
fixup! test(text editor): build test suite for text editor
john-traas Mar 25, 2025
bd687be
test(text editor): add suite for editor state
john-traas Mar 25, 2025
6765d08
test(text editor test suite): add tests for test suite
john-traas Mar 25, 2025
bd134e8
test(text editor): add test setup for editor view
john-traas Mar 25, 2025
5040951
fixup! test(text editor): add test setup for editor view
john-traas Mar 25, 2025
9bb44a0
test(text editor test suite): add tests for editor view suite
john-traas Mar 25, 2025
3c33070
test(text editor): add content generation functions
john-traas Mar 25, 2025
b4f5ee8
test(text editor test suite): test content generation functions
john-traas Mar 25, 2025
a8ca69f
test(text editor suite): test commands and events
john-traas Mar 25, 2025
0471385
feat(text editor test suite): test suite to build tests for text editor
john-traas Mar 25, 2025
4dbd5ee
docs(text editor test suite): documentation
john-traas Mar 25, 2025
9bad3df
fixup! feat(text editor test suite): test suite to build tests for te…
john-traas Mar 25, 2025
ebfa31d
fixup! feat(text editor test suite): test suite to build tests for te…
john-traas Mar 25, 2025
0bb61a1
test(text editor): test the table plugin
john-traas Mar 25, 2025
b56136d
feat(text editor): conditionally allow commands
john-traas Feb 21, 2025
fa2a722
test(menu state tracking): add tests for menu state tracking
john-traas Mar 25, 2025
e86b67f
chore(release): 38.6.0 [skip ci]
semantic-release-bot Mar 25, 2025
b6c986b
chore(deps-dev): bump @eslint/eslintrc from 3.3.0 to 3.3.1
dependabot[bot] Mar 25, 2025
f9d1c22
chore(deps-dev): bump @microsoft/api-extractor from 7.52.1 to 7.52.2
dependabot[bot] Mar 25, 2025
224be06
refactor(text editor): break logic out into utility functions
john-traas Mar 26, 2025
b57ab3c
docs(list handling): add docs for development phase
john-traas Mar 26, 2025
ba703d8
feat(list functions): key handler for lists
john-traas Mar 26, 2025
6eed44a
fixup! feat(list functions): key handler for lists
john-traas Mar 26, 2025
03987d6
refactor(list handling): use list key handler
john-traas Mar 26, 2025
2545fc2
temp(key handling with lists)
john-traas Mar 26, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [38.6.0](https://github.com/Lundalogik/lime-elements/compare/v38.5.0...v38.6.0) (2025-03-25)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick (assertive)

Heading Level Concern
The first line is a level-2 heading (## [38.6.0]…). Markdownlint (MD041) expects the file’s first heading to be a top-level heading. If your project’s style guidelines require a top-level (#) heading at the start of the file, consider updating it accordingly, or alternatively, suppress this warning if the current style is intentional.

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

1-1: First line in a file should be a top-level heading
null

(MD041, first-line-heading, first-line-h1)



Comment on lines +2 to +3
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick (assertive)

Remove Extra Blank Lines After Version Heading
Markdownlint (MD012) flags multiple consecutive blank lines after the version header. Please remove the extra blank line(s) to improve readability and comply with the expected single blank line spacing.

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

3-3: Multiple consecutive blank lines
Expected: 1; Actual: 2

(MD012, no-multiple-blanks)

### Features


Comment on lines +5 to +6
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick (assertive)

Reduce Consecutive Blank Lines Before “Features” Section
Similarly, there are multiple consecutive blank lines before the “### Features” heading. Reducing these extra lines to a single blank line will enhance the document’s clarity.

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

6-6: Multiple consecutive blank lines
Expected: 1; Actual: 2

(MD012, no-multiple-blanks)

* **text editor:** conditionally allow commands ([819f599](https://github.com/Lundalogik/lime-elements/commit/819f599835de1859f0b8bb19b772c5cf6e5a51f6))

## [38.5.0](https://github.com/Lundalogik/lime-elements/compare/v38.4.1...v38.5.0) (2025-03-19)


Expand Down
108 changes: 54 additions & 54 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@limetech/lime-elements",
"version": "38.5.0",
"version": "38.6.0",
"description": "Lime Elements",
"author": "Lime Technologies",
"license": "Apache-2.0",
Expand Down Expand Up @@ -44,9 +44,9 @@
},
"devDependencies": {
"@commitlint/config-conventional": "^19.8.0",
"@eslint/eslintrc": "^3.3.0",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.23.0",
"@microsoft/api-extractor": "^7.52.1",
"@microsoft/api-extractor": "^7.52.2",
"@popperjs/core": "^2.11.8",
"@rjsf/core": "^2.4.2",
"@rollup/plugin-node-resolve": "^13.3.0",
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sonar.organization=lime
sonar.projectKey=Lundalogik_lime-elements
sonar.projectName=lime-elements
sonar.projectVersion=38.5.0
sonar.projectVersion=38.6.0
sonar.links.homepage=https://github.com/Lundalogik/lime-elements
sonar.links.scm=https://github.com/Lundalogik/lime-elements

Expand Down
Loading
Loading