Skip to content

Commit ad86db9

Browse files
committed
Cleanup changelog.
1 parent 950a4a3 commit ad86db9

File tree

1 file changed

+2
-62
lines changed

1 file changed

+2
-62
lines changed

CHANGES.md

Lines changed: 2 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -55,44 +55,6 @@ parent element.
5555

5656
* **pat auto submit:** Fix cloned elements not submitted when their input changes. ([f36c69b](https://github.com/Patternslib/patterns/commit/f36c69b640e765d7fafabddef65d511ddb9df00e))
5757

58-
## [9.8.3-alpha.2](https://github.com/Patternslib/patterns/compare/9.8.3-alpha.1...9.8.3-alpha.2) (2023-03-09)
59-
60-
61-
### Maintenance
62-
63-
64-
* Upgrade pat-tiptap to 4.8.1. ([eda16d7](https://github.com/Patternslib/patterns/commit/eda16d7d1d5dcffcc686f5b58d7521e39f9a7c57))
65-
66-
## [9.8.3-alpha.1](https://github.com/Patternslib/patterns/compare/9.8.3-alpha.0...9.8.3-alpha.1) (2023-03-09)
67-
68-
69-
### Bug Fixes
70-
71-
72-
* **core events:** await_pattern_init - check for event coming from correct element. ([a532ebf](https://github.com/Patternslib/patterns/commit/a532ebf7fadfb645c8288f700a7c505bf2956b4c))Check if the init/not-init events were thrown from the Pattern's own
73-
element. When a child element did an unsuccessful Pattern init (rejected
74-
because already initialized) and at the same time the parent element also tried
75-
to initialized the same Pattern await_pattern_init could fail. The not-init
76-
event bubbled up which was incorrectly catched by await_pattern_init on the
77-
parent element.
78-
79-
80-
### Maintenance
81-
82-
83-
* **core events test:** Remove unused test. ([ca16b1d](https://github.com/Patternslib/patterns/commit/ca16b1d6f63e6032c978fe47eed9be2604f09b70))
84-
85-
* **core utils debounce tests:** await for number of debounce calls to correctly test the debounce method. ([0c3dea7](https://github.com/Patternslib/patterns/commit/0c3dea7943518c5bf7ab07370037eff8b023b3fa))
86-
87-
* Upgrade dependencies. ([bfaf95c](https://github.com/Patternslib/patterns/commit/bfaf95c1a7840a4004c47345aa41b9ce891b8270))
88-
89-
## [9.8.3-alpha.0](https://github.com/Patternslib/patterns/compare/9.8.2...9.8.3-alpha.0) (2023-03-06)
90-
91-
92-
### Bug Fixes
93-
94-
95-
* **pat auto submit:** Fix cloned elements not submitted when their input changes. ([f36c69b](https://github.com/Patternslib/patterns/commit/f36c69b640e765d7fafabddef65d511ddb9df00e))
9658

9759
## [9.8.2](https://github.com/Patternslib/patterns/compare/9.8.1...9.8.2) (2023-02-24)
9860

@@ -102,14 +64,6 @@ parent element.
10264
### Maintenance
10365

10466

105-
* Upgrade dependencies. ([81915cd](https://github.com/Patternslib/patterns/commit/81915cdebbc943b18951a98cab97c8dcc2257ad7))
106-
107-
## [9.8.2-alpha.0](https://github.com/Patternslib/patterns/compare/9.8.1...9.8.2-alpha.0) (2023-02-14)
108-
109-
110-
### Maintenance
111-
112-
11367
* Upgrade dependencies. ([81915cd](https://github.com/Patternslib/patterns/commit/81915cdebbc943b18951a98cab97c8dcc2257ad7))
11468

11569
## [9.8.1](https://github.com/Patternslib/patterns/compare/9.8.1-alpha.0...9.8.1) (2023-02-02)
@@ -128,21 +82,6 @@ parent element.
12882

12983
* **pat checklist:** Also set the "checked" and "unchecked" classes on the toggle checkbox. ([8154775](https://github.com/Patternslib/patterns/commit/81547755be231b47689dc26492cd62811096e0b5))
13084

131-
## [9.8.1](https://github.com/Patternslib/patterns/compare/9.8.1-alpha.0...9.8.1) (2023-02-02)
132-
133-
134-
### Features
135-
136-
137-
* **build:** Update patternslib.com with each non-pre release. ([143031d](https://github.com/Patternslib/patterns/commit/143031df875e31cfec1577dac3886950a5721d00))
138-
139-
140-
### Bug Fixes
141-
142-
143-
* **Build:** Fix luxon (again) to 2.4.0 to avoid webpack MF error due to non standard package.json setup. ([9661ae7](https://github.com/Patternslib/patterns/commit/9661ae7cc9bfbe51b8987ac2d70ae08d697be499))
144-
145-
* **pat checklist:** Also set the "checked" and "unchecked" classes on the toggle checkbox. ([8154775](https://github.com/Patternslib/patterns/commit/81547755be231b47689dc26492cd62811096e0b5))
14685

14786
## [9.8.1-alpha.0](https://github.com/Patternslib/patterns/compare/9.8.0...9.8.1-alpha.0) (2023-01-25)
14887

@@ -160,6 +99,7 @@ parent element.
16099

161100
* **pat-checklist:** Document the available options. ([625f7e5](https://github.com/Patternslib/patterns/commit/625f7e54e360aa7ae6bfa5adea4fd73626e3f24d))
162101

102+
163103
## [9.8.0](https://github.com/Patternslib/patterns/compare/9.8.0-beta.6...9.8.0) (2022-12-23)
164104

165105
### Maintenance
@@ -1225,4 +1165,4 @@ For usage see: src/core/basepattern.md
12251165

12261166
- **docs:** Move upgrade 2 to 3 guide to history section. ([5449491](https://github.com/Patternslib/patterns/commit/5449491cbb851af9d1a2b3f5f017a6b599f8d9a7))
12271167

1228-
- **docs:** Remove outdated roadmap and version files. ([8f9e0cb](https://github.com/Patternslib/patterns/commit/8f9e0cb5a992303d961c4a9790a41ceb3e77547c))
1168+
- **docs:** Remove outdated roadmap and version files. ([8f9e0cb](https://github.com/Patternslib/patterns/commit/8f9e0cb5a992303d961c4a9790a41ceb3e77547c))

0 commit comments

Comments
 (0)