From 3551a98beb697509fe01b7247234be2f9f415cfd Mon Sep 17 00:00:00 2001 From: Marco Braak Date: Thu, 17 Oct 2024 08:19:25 +0200 Subject: [PATCH] Remove link to test suite from the docs (#847) * Add issue 846 to changelog * Remove link to test suite * Changelog styling --- README.md | 2 +- docs/_entries/general/changelog.md | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 31a27809..fbb6b12a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ JqTree is a tree widget. Read more in the [documentation](https://mbraak.github. - Works on all modern browsers - Written in Typescript -The project is hosted on [github](https://github.com/mbraak/jqTree), has a [test suite](http://mbraak.github.io/jqTree/test/test.html). +The project is hosted on [github](https://github.com/mbraak/jqTree). ## Examples diff --git a/docs/_entries/general/changelog.md b/docs/_entries/general/changelog.md index fc925c29..49c16a61 100644 --- a/docs/_entries/general/changelog.md +++ b/docs/_entries/general/changelog.md @@ -3,15 +3,16 @@ title: Changelog name: changelog --- -### Development version +#### Development version - Issue #840: using the up and down keys scrolls the page +- Issue #846: attach html element before calling onCreateLi -### 1.8.5 (september 28 2024) +#### 1.8.5 (september 28 2024) - Update packages -### 1.8.4 (july 19 2024) +#### 1.8.4 (july 19 2024) - Issue #819: update braces package to fix security issue