Commit Graph

369 Commits

Author SHA1 Message Date
Mathieu Paquette
dbe5298351
chore: add license info (#402)
closes #401
2022-05-06 09:39:23 -04:00
Oren Farhi
692c46e59d
remove: v10 2022-03-29 13:59:15 -04:00
Oren Farhi
f959ccf448 feature(ng13): add v13 2022-03-28 12:00:51 -04:00
Oren Farhi
8000cfea8a chore: backup v10 2022-03-28 11:59:57 -04:00
Oren Farhi
dc16ccdf52 update: add message to opt-out of scarf 2020-12-09 15:36:29 -05:00
Oren Farhi
ede3f5443b RELEASE: v10.0.1 2020-12-09 09:58:21 -05:00
Fábio Carneiro
abc8312cdd
Fix sampleTime not firing any event (#369) 2020-12-09 09:43:26 -05:00
Oren Farhi
1cdd7df032 [RELEASE]: v10.0.0 2020-11-07 15:30:23 -05:00
Abhishek Datta
e5eef1405f
feat: upgrade to angular10 (#368)
* feat: update angular to 10.x

* chore: update angular to 10.x in examples dir
2020-11-07 15:08:38 -05:00
Oren Farhi
3eec84a9d9 release: v9.1.0 2020-09-09 19:50:43 +03:00
Oren Farhi
edebdf1327 update: add compodoc as ghpages 2020-09-09 19:46:59 +03:00
Avi Press
b0e3c0c59b
chore(dependencies) Bump scarf-js version to 1.1.0 (#363) 2020-09-09 12:46:29 -04:00
Oren Farhi
f3eaf76279 chore(cleanup): remove ivy dir 2020-06-02 11:23:02 -04:00
Oren Farhi
7fc4390ebe docs(readme): typoe 2020-05-12 20:57:05 -04:00
Oren Farhi
5435ca9224 release: v9.0.0 2020-05-12 20:55:14 -04:00
Santosh Yadav
ead8568e34
[Release]: update to angular 9
* feat: update to angular 9  (#351)
* feat: make example app work
2020-05-12 20:25:14 -04:00
Oren Farhi
9cdbddd547 fix(ci): travis build failure 2020-05-04 10:14:17 -04:00
Oren Farhi
76218ee86d release(chore): add scraf 2020-04-10 18:23:30 -04:00
Oren Farhi
01fc81baad update changelog 2019-10-15 10:44:28 -04:00
Oren Farhi
834cdc6dab 8.0.1 2019-10-15 10:43:18 -04:00
Matt Ezell
c5613d7386 Update postinstall so that it doesn't cause failures (#321)
There are a few known scenarios where the opencollective postinstall npm script can cause things to break further down the pipeline - a few being 'certain build/CI environments', 'script permission issues' and 'offline installs'.... 

Arguably, displaying a banner soliciting funding shouldn't disrupt the development or build processes of projects leveraging libraries that are optionally, and non-functionally, using opencollective.

Ultimately, at the heart of the failure, is a non 0 exit code being returned in the cases that opencollective fails to properly execute. 

To prevent this non-zero exit code failure so that subsequent npm processes aren't disrupted as a result of non-functional dependency issues, a "|| exit 0" should be added to the postinstall npm script.

There are many discussions about this issue and workaround - here are a few:
opencollective/opencollective-cli#5
nuxt/nuxt.js#1357
opencollective/opencollective-cli#3
opencollective/opencollective-postinstall#2
99ea09f6ac
2019-10-15 10:41:48 -04:00
Michał Dybich
7dc71e98ab [RELEASE] 8.0.0 (#333)
* Update to Angular 8

* Update example, readme and changelog

* Adjust typescript version, delete unnecessary dependency from example
2019-07-31 23:13:44 +03:00
Oren Farhi
1465fa754c [RELEASE]: 7.2.0 2019-06-10 08:17:18 -04:00
Yuri Katkov
9775f58c6b Window scroll (fixes #322)
fixes the scrolling in the window container
2019-06-10 08:07:40 -04:00
Oren Farhi
ceba7fb46b
updated version and code (#317)
[7.1.0]: Release
2019-03-19 09:44:20 -04:00
Oren Farhi
f1ac40e11a
Merge pull request #263 from topaxi/opencollective-to-dev
Use opencollective-postinstall instead of opencollective
2019-03-10 13:36:05 +02:00
Damian Senn
5fbc8af8fd
Use opencollective-postinstall package 2019-02-11 11:01:52 +01:00
Oren Farhi
f3fafca417 fix(package): updating typescript version 2019-01-04 10:25:22 -05:00
Oren Farhi
faeb2d58b0
Merge pull request #312 from kuroky360/master
fix build script error
2019-01-04 08:29:13 -05:00
yodawang
25180af382 fix build script error 2019-01-04 19:09:37 +08:00
Oren Farhi
06fb6edaf8
[RELEASE]: 7.0.0
[RELEASE]: 7.0.0
2018-12-30 15:08:19 -05:00
Oren Farhi
1c63aa8df4 prevent package lock 2018-12-30 14:50:53 -05:00
Oren Farhi
e0e841802e cleanups 2018-12-30 12:12:43 -05:00
Oren Farhi
ddf952ee2b update 2018-12-03 21:48:23 -05:00
Oren Farhi
f0e031862b tests.. 2018-11-29 21:38:02 -05:00
Oren Farhi
17a788f827 tests.. 2018-11-29 21:37:37 -05:00
Oren Farhi
fa01a048a7 [RELEASE]: 6.0.1 2018-06-15 18:21:52 +03:00
Oren Farhi
3fa66b21e8
Merge pull request #282 from pvm1987/master
Fix the wrong calculations when scroll up event should be fired.
2018-06-15 04:29:45 -04:00
Oren Farhi
53cdffaafc update(readme): angular versions support 2018-06-13 09:51:03 +03:00
Petar Milenov
bc35264a2b Fix the wrong calculations when scroll up event should be fired. We should check against the hidden content height instead of the total scroll + content height.
Before this fix the scroll up event was not fired when the shown content was bigger than the remaining (hidden) part. It was working only when the scroll bar was small enough.
2018-06-05 11:02:57 +03:00
Oren Farhi
2437190181 udpated demo with stackblitz 2018-05-23 09:02:38 +03:00
Oren Farhi
b470ea62b0 version 6 release in npm 2018-05-23 08:41:56 +03:00
Oren Farhi
589d7a5c6c align version with Angular 2018-05-22 19:43:24 +03:00
Oren Farhi
db67521675 RELEASE 0.9.0: Angular 6 and RxJs 6 2018-05-22 19:23:52 +03:00
Oren Farhi
50078a55bc
Merge pull request #275 from deeg/rxjs6
chore(rxjs): update library to be compatable with rxjs and angular 6
2018-05-22 04:12:41 -04:00
Bastien
e2f6982071 chore(rxjs): update library to be compatable with rxjs and angular 6
Closes #272
Fixes #271
2018-05-21 12:08:43 -07:00
Oren Farhi
ff54f8aa0f added badges 2018-04-11 15:23:22 +03:00
Oren Farhi
d1950bd7c5
Merge pull request #262 from orizens/feature/0.8.4
feat(0.8.4): bug fixes and rxjs upgrade
2018-04-11 13:58:28 +02:00
Oren Farhi
a0c7cfb966 added rxjs version upgrade 2018-04-11 13:49:44 +03:00
Oren Farhi
893da4f702 closes #259 2018-04-11 13:48:11 +03:00