Skip to content

Commit 05f7b99

Browse files
committed
doc: updated changelog to include v9.0.0
1 parent 8248cf4 commit 05f7b99

File tree

1 file changed

+41
-31
lines changed

1 file changed

+41
-31
lines changed

CHANGELOG.md

Lines changed: 41 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### 9.0.0 (2022-07-16)
2+
3+
### Breaking Change
4+
5+
- Add angular v14 support and remove support for v13
6+
7+
### Other
8+
9+
- Update demo app to angular 14
10+
111
### 8.0.0 (2022-01-13)
212

313
### Breaking Change
@@ -174,15 +184,15 @@ Note: This release mainly reverts the changes made in v6.0.1
174184

175185
### Breaking change
176186

177-
- The `pageScrollInstance` factory methods marked as deprecated since v4.0.0-beta.5 have been removed.
187+
- The `pageScrollInstance` factory methods marked as deprecated since v4.0.0-beta.5 have been removed.
178188

179189
### Feature
180190

181-
- The `scrollTarget` parameter for `pageScrollInstance` creation may now take any valid css selector ([#193](https://github.com/Nolanus/ngx-page-scroll/issues/193))
191+
- The `scrollTarget` parameter for `pageScrollInstance` creation may now take any valid css selector ([#193](https://github.com/Nolanus/ngx-page-scroll/issues/193))
182192

183193
### Other
184194

185-
- Remove the flawed `forRoot()` approach for module and introduced singleton patter ([#96](https://github.com/Nolanus/ngx-page-scroll/issues/96), [#190](https://github.com/Nolanus/ngx-page-scroll/issues/190), thanks to @achimha)
195+
- Remove the flawed `forRoot()` approach for module and introduced singleton patter ([#96](https://github.com/Nolanus/ngx-page-scroll/issues/96), [#190](https://github.com/Nolanus/ngx-page-scroll/issues/190), thanks to @achimha)
186196
- Updated dependencies
187197
- Raised minimum supported angular version to 4.2.0
188198

@@ -236,7 +246,7 @@ Note: This release mainly reverts the changes made in v6.0.1
236246

237247
## 4.0.0-beta.5 (2017-03-11)
238248

239-
### Feature
249+
### Feature
240250

241251
- New factory method `newInstance` at PageScrollInstance that consumes an options object. The other factory methods are deprecated and will be removed in final release.
242252
- Advanced offset position calculation for inline scrolling ([#92](https://github.com/Nolanus/ngx-page-scroll/issues/92))
@@ -248,7 +258,7 @@ Note: This release mainly reverts the changes made in v6.0.1
248258

249259
### Other
250260

251-
- First release that automatically gets tested in multiple browser using SauceLabs ;)
261+
- First release that automatically gets tested in multiple browser using SauceLabs ;)
252262

253263
## 4.0.0-beta.4 (2017-02-11)
254264

@@ -300,7 +310,7 @@ Note: This release mainly reverts the changes made in v6.0.1
300310

301311
### Other
302312

303-
- Adjust peer dependency to satisfy angular 2.1.2 deps
313+
- Adjust peer dependency to satisfy angular 2.1.2 deps
304314

305315
## 3.2.2 (2016-11-11)
306316

@@ -326,33 +336,33 @@ Note: This release mainly reverts the changes made in v6.0.1
326336

327337
## 3.2.0 (2016-10-22)
328338

329-
### Other
339+
### Other
330340

331341
- scrollFinish event now fires when scroll target can not be found and it can not be scrolled any closer to the target (fixes [#50](https://github.com/Nolanus/ngx-page-scroll/issues/50))
332342
- Typo in README
333343
- Demo app enhancement + new e2e tests
334344

335345
## 3.1.6 (2016-10-15)
336346

337-
### Fixes
347+
### Fixes
338348

339349
- Wrong peer dependency
340350

341351
## 3.1.5 (2016-10-13)
342352

343-
### Fixes
353+
### Fixes
344354

345355
- Make router an optional injection for pageScroll directive (it however requires `@angular/router` to be included)
346356

347357
### Other
348358

349-
- Update dependencies (angular 2.1)
359+
- Update dependencies (angular 2.1)
350360

351361
## 3.1.4 (2016-10-10)
352362

353363
### Fixes
354364

355-
- Private method handleClick() referenced in template
365+
- Private method handleClick() referenced in template
356366

357367
## 3.1.3 (2016-10-10)
358368

@@ -365,14 +375,14 @@ Note: This release mainly reverts the changes made in v6.0.1
365375

366376
### Other
367377

368-
- TypeScript parameter type change to satisfy ngc (angular compiler)
378+
- TypeScript parameter type change to satisfy ngc (angular compiler)
369379

370380

371381
## 3.1.1 (2016-10-01)
372382

373383
### Other
374384

375-
- Update peer dependency to angular 2.0.1 and add back tilde/range constraint
385+
- Update peer dependency to angular 2.0.1 and add back tilde/range constraint
376386

377387

378388
## 3.1.0 (2016-09-16)
@@ -392,11 +402,11 @@ Breaking Change:
392402

393403
Feature:
394404

395-
- automatically stop the scroll timer task when an end of the scroll-region has been reached
405+
- automatically stop the scroll timer task when an end of the scroll-region has been reached
396406

397407
### Fixes
398408

399-
- Non working event emitter and directive scrolls not working properly on consecutive clicks
409+
- Non working event emitter and directive scrolls not working properly on consecutive clicks
400410

401411
### Other
402412

@@ -422,7 +432,7 @@ Feature:
422432

423433
### Fixes
424434

425-
- Problem with Event gloval in angular universal (thanks to [threesquared](https://github.com/threesquared), PR #20)
435+
- Problem with Event gloval in angular universal (thanks to [threesquared](https://github.com/threesquared), PR #20)
426436

427437
### Other
428438

@@ -433,7 +443,7 @@ Feature:
433443

434444
### Fixes
435445

436-
- Scrolling did not work properly when initial scrollTop value was greater 0 (fixes [#15](https://github.com/Nolanus/ngx-page-scroll/issues/15))
446+
- Scrolling did not work properly when initial scrollTop value was greater 0 (fixes [#15](https://github.com/Nolanus/ngx-page-scroll/issues/15))
437447

438448
Enhance:
439449

@@ -458,35 +468,35 @@ Enhance:
458468

459469
### Breaking Change
460470

461-
- The `pageScrollFinish` event is now called for interrupted/interfered page
462-
scroll animations as well. A boolean is emitted, indicating whether the
471+
- The `pageScrollFinish` event is now called for interrupted/interfered page
472+
scroll animations as well. A boolean is emitted, indicating whether the
463473
animation got interrupted.
464474

465475
### Feature
466476

467-
- The new property `pageScrollInterruptible` allows setting whether a
468-
triggered scroll animation should be interrutible or not. A page wide
477+
- The new property `pageScrollInterruptible` allows setting whether a
478+
triggered scroll animation should be interrutible or not. A page wide
469479
default can be specified using `PageScrollConfig.defaultInterruptible`.
470480

471481
### Fixes
472482

473-
- Only register event listeners for running page scroll animations to
483+
- Only register event listeners for running page scroll animations to
474484
save resources (fixes #9)
475-
- Overshooting target when large distance to scroll and short scroll animation
485+
- Overshooting target when large distance to scroll and short scroll animation
476486
duration (fixes #7)
477-
- body.scrollTop not working on non-Blink based browser like Firefox and IE
487+
- body.scrollTop not working on non-Blink based browser like Firefox and IE
478488
(thanks to [bensgroi](https://github.com/bensgroi), [#10](https://github.com/Nolanus/ngx-page-scroll/issues/10))
479-
489+
480490
### Other
481491

482-
- Running animations are stopped when pressing a pageScroll link, even if the
492+
- Running animations are stopped when pressing a pageScroll link, even if the
483493
scroll target is not found or already reached (previously it did not stop).
484494

485495
## 1.0.0-beta.1 (2016-05-19)
486496

487497
### Fixes
488498

489-
- Referencing non existing variable causes error in non webkit-based
499+
- Referencing non existing variable causes error in non webkit-based
490500
browser (fixes [#5](https://github.com/Nolanus/ngx-page-scroll/issues/5))
491501

492502
## 1.0.0-beta.0 (2016-05-05)
@@ -513,13 +523,13 @@ browser (fixes [#5](https://github.com/Nolanus/ngx-page-scroll/issues/5))
513523

514524
### Breaking Change
515525

516-
- event indicating the end of the scroll-animation has been renamed from
517-
`scrollFinish` to `pageScrollFinish` for consistency with all other
526+
- event indicating the end of the scroll-animation has been renamed from
527+
`scrollFinish` to `pageScrollFinish` for consistency with all other
518528
attributes/properties.
519-
529+
520530
### Feature
521531

522-
- Introducing `PageScrollConfig` class to specify defaults for all
532+
- Introducing `PageScrollConfig` class to specify defaults for all
523533
`pageScroll` directive usages.
524534
- Customizable easing method
525535

0 commit comments

Comments
 (0)