You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+41-31Lines changed: 41 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
+
1
11
### 8.0.0 (2022-01-13)
2
12
3
13
### Breaking Change
@@ -174,15 +184,15 @@ Note: This release mainly reverts the changes made in v6.0.1
174
184
175
185
### Breaking change
176
186
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.
178
188
179
189
### Feature
180
190
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))
182
192
183
193
### Other
184
194
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)
186
196
- Updated dependencies
187
197
- Raised minimum supported angular version to 4.2.0
188
198
@@ -236,7 +246,7 @@ Note: This release mainly reverts the changes made in v6.0.1
236
246
237
247
## 4.0.0-beta.5 (2017-03-11)
238
248
239
-
### Feature
249
+
### Feature
240
250
241
251
- New factory method `newInstance` at PageScrollInstance that consumes an options object. The other factory methods are deprecated and will be removed in final release.
242
252
- 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
248
258
249
259
### Other
250
260
251
-
- First release that automatically gets tested in multiple browser using SauceLabs ;)
261
+
- First release that automatically gets tested in multiple browser using SauceLabs ;)
252
262
253
263
## 4.0.0-beta.4 (2017-02-11)
254
264
@@ -300,7 +310,7 @@ Note: This release mainly reverts the changes made in v6.0.1
300
310
301
311
### Other
302
312
303
-
- Adjust peer dependency to satisfy angular 2.1.2 deps
313
+
- Adjust peer dependency to satisfy angular 2.1.2 deps
304
314
305
315
## 3.2.2 (2016-11-11)
306
316
@@ -326,33 +336,33 @@ Note: This release mainly reverts the changes made in v6.0.1
326
336
327
337
## 3.2.0 (2016-10-22)
328
338
329
-
### Other
339
+
### Other
330
340
331
341
- 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))
332
342
- Typo in README
333
343
- Demo app enhancement + new e2e tests
334
344
335
345
## 3.1.6 (2016-10-15)
336
346
337
-
### Fixes
347
+
### Fixes
338
348
339
349
- Wrong peer dependency
340
350
341
351
## 3.1.5 (2016-10-13)
342
352
343
-
### Fixes
353
+
### Fixes
344
354
345
355
- Make router an optional injection for pageScroll directive (it however requires `@angular/router` to be included)
346
356
347
357
### Other
348
358
349
-
- Update dependencies (angular 2.1)
359
+
- Update dependencies (angular 2.1)
350
360
351
361
## 3.1.4 (2016-10-10)
352
362
353
363
### Fixes
354
364
355
-
- Private method handleClick() referenced in template
365
+
- Private method handleClick() referenced in template
356
366
357
367
## 3.1.3 (2016-10-10)
358
368
@@ -365,14 +375,14 @@ Note: This release mainly reverts the changes made in v6.0.1
365
375
366
376
### Other
367
377
368
-
- TypeScript parameter type change to satisfy ngc (angular compiler)
378
+
- TypeScript parameter type change to satisfy ngc (angular compiler)
369
379
370
380
371
381
## 3.1.1 (2016-10-01)
372
382
373
383
### Other
374
384
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
376
386
377
387
378
388
## 3.1.0 (2016-09-16)
@@ -392,11 +402,11 @@ Breaking Change:
392
402
393
403
Feature:
394
404
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
396
406
397
407
### Fixes
398
408
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
400
410
401
411
### Other
402
412
@@ -422,7 +432,7 @@ Feature:
422
432
423
433
### Fixes
424
434
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)
426
436
427
437
### Other
428
438
@@ -433,7 +443,7 @@ Feature:
433
443
434
444
### Fixes
435
445
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))
437
447
438
448
Enhance:
439
449
@@ -458,35 +468,35 @@ Enhance:
458
468
459
469
### Breaking Change
460
470
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
463
473
animation got interrupted.
464
474
465
475
### Feature
466
476
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
469
479
default can be specified using `PageScrollConfig.defaultInterruptible`.
470
480
471
481
### Fixes
472
482
473
-
- Only register event listeners for running page scroll animations to
483
+
- Only register event listeners for running page scroll animations to
474
484
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
476
486
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
478
488
(thanks to [bensgroi](https://github.com/bensgroi), [#10](https://github.com/Nolanus/ngx-page-scroll/issues/10))
479
-
489
+
480
490
### Other
481
491
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
483
493
scroll target is not found or already reached (previously it did not stop).
484
494
485
495
## 1.0.0-beta.1 (2016-05-19)
486
496
487
497
### Fixes
488
498
489
-
- Referencing non existing variable causes error in non webkit-based
499
+
- Referencing non existing variable causes error in non webkit-based
0 commit comments