Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/ngneat/dialog

๐Ÿ‘ป A simple to use, highly customizable, and powerful modal for Angular Applications
https://github.com/ngneat/dialog

chore(dialog): release version 5.0.0

b93df6c90b65ea587264e78795aac19d81e1998a authored about 1 year ago by Netanel Basal <[email protected]>
Merge pull request #117 from ngneat/update-ng-17

feat: ๐ŸŽธ update to ng17

4a900e408975e76a8e3e3173e42f0b0466f40297 authored about 1 year ago by Netanel Basal <[email protected]>
feat: ๐ŸŽธ update to new control flow

b827e4e83d3121dbf9a71a0541aea02a5613da2c authored about 1 year ago by Netanel Basal <[email protected]>
feat: ๐ŸŽธ update to ng17

BREAKING CHANGE: ๐Ÿงจ peer dep is angular 17

9bf838c5ff893de6e0fd193f19deb516d27646e1 authored about 1 year ago by Netanel Basal <[email protected]>
chore(dialog): release version 4.2.0

4e8a0bda70aa36d1037120c0987b4929860b6d3f authored about 1 year ago by Shahar Kazaz <[email protected]>
chore: ๐Ÿค– update output dir

e1e736eaae47b9e39949ce8c60038836ef6d84c7 authored about 1 year ago by Shahar Kazaz <[email protected]>
Merge pull request #115 from ngneat/ref-based-config

feat: ๐ŸŽธ allow updating the config via dialog ref

781ec0c9512ed33a4b906c3908a93c39743dc5ea authored about 1 year ago by Shahar Kazaz <[email protected]>
chore: ๐Ÿค– copy readme after build

1f0a1c78dd233b9ff2d77f7aaea00bde5fa2f419 authored about 1 year ago by Shahar Kazaz <[email protected]>
docs: โœ๏ธ update README

990ebfe66f3b9f6eb9c1b66d007e6d7fe42df2c5 authored about 1 year ago by Shahar Kazaz <[email protected]>
docs: โœ๏ธ update README

9c8c2202e59bb73f8060a423f07d8d54d8ef0bfd authored about 1 year ago by Shahar Kazaz <[email protected]>
refactor: ๐Ÿ’ก use component name as default id

b852ea3d1019f3fc2625cbc92af8fdd001f70a4e authored about 1 year ago by Shahar Kazaz <[email protected]>
refactor: ๐Ÿ’ก fix lint

682c0a972cd39f0c45be22e0e71f878997189877 authored about 1 year ago by Shahar Kazaz <[email protected]>
feat: ๐ŸŽธ allow updating the config via dialog ref

9e33a6112a2a380c3291901b3ca70e0e25493489 authored about 1 year ago by Shahar Kazaz <[email protected]>
Merge pull request #114 from ngneat/migrate-to-nx-workspace

Migrate to nx workspace

41bdcede997732d07aefaa410a7a7eca0dbae192 authored about 1 year ago by Shahar Kazaz <[email protected]>
ci: ๐ŸŽก fix ci workflow

e86e1c3c22267c9419e91dcae61bdd1d21228281 authored about 1 year ago by Shahar Kazaz <[email protected]>
docs: โœ๏ธ update title and fav icon

de6f39888fe06ee710b83f3ad4d9a61787bc179b authored about 1 year ago by Shahar Kazaz <[email protected]>
chore: ๐Ÿค– move issue template into github folder

ca87ae75be0003e6376e40fcca91e66c6c8ebaa7 authored about 1 year ago by Shahar Kazaz <[email protected]>
chore: ๐Ÿค– add eslint

b3d9a88c356e519063f74ada5c5f58e1d0bc44df authored about 1 year ago by Shahar Kazaz <[email protected]>
chore: ๐Ÿค– update angular version and some deps

746d68db55c53222ebbf71f8f7e033a4b02a276d authored about 1 year ago by Shahar Kazaz <[email protected]>
chore: ๐Ÿค– migrate to nx workspace

c2fcc5c00658eaaa979bcf25f3fe1f6713e1df72 authored about 1 year ago by Shahar Kazaz <[email protected]>
chore(release): 4.1.1

35dfce30506e36fce14a86aee5228632944ae973 authored over 1 year ago by Shahar Kazaz <[email protected]>
Merge pull request #113 from ngneat/fix/ignore-open-dialog-instead-of-throwing

fix: ๐Ÿ› ignore open dialogs instead of throwing an error

1501e949a6c2c05b403a1df70d3dd850591432f9 authored over 1 year ago by Shahar Kazaz <[email protected]>
test: ๐Ÿ’ update specs

d571c60c4252b690e0587ca736ce0b9caa3e071f authored over 1 year ago by Shahar Kazaz <[email protected]>
ci: ๐ŸŽก update action workflow

29edad2f5a20b1ee743d83de8b8a56d3fedf238e authored over 1 year ago by Shahar Kazaz <[email protected]>
fix: ๐Ÿ› ignore open dialogs instead of throwing an error

6779fc4481e11ba205a612aa00c1456c888195f5 authored over 1 year ago by Shahar Kazaz <[email protected]>
chore(release): 4.1.0

1693631f03479e660894a463d4aacab0d44e62d7 authored over 1 year ago by Netanel Basal <[email protected]>
Merge pull request #109 from jemand771/feat-34-split-close-config

feat(config): split up backdrop+escape enableClose

a81114c1f9548fce1ab9bc30e35bc97283f0afac authored over 1 year ago by Netanel Basal <[email protected]>
refactor(close): explicitly check for allowed values instead of 'object'

596bc744a1c775ed780ecc9bc3c54e61677aca5f authored over 1 year ago by Willy Hille <[email protected]>
test(close): full matrix test for enableClose

this includes all possible combinations of:
* single-value syntax vs. object syntax
* true/false...

578504795845bb4a76616eb57be577440ad27bb1 authored over 1 year ago by Willy Hille <[email protected]>
feat(config): split up backdrop+escape enableClose

this allows you to only close the dialog on escape press
but not backdrop click, or vice versa.
...

5d8700d2e2231760718bbad7adc11d184b756edf authored over 1 year ago by Willy Hille <[email protected]>
Merge pull request #103 from RiskChallenger/min-max-width

feat: configure min-width and max-width sizes

3e412eafe2fba5fd591ca6542010a6f91aac0ea7 authored over 1 year ago by Netanel Basal <[email protected]>
feat: configure min-width and max-width sizes

fb7dd0c10159a89d878c4c6390a0273565ad1aaa authored over 1 year ago by Tijmen van de Meent <[email protected]>
Merge pull request #99 from RiskChallenger/master

docs: clarify DialogRef typings in readme

7e4f241acf58d4910687787a0c9dddf6a5b1641a authored over 1 year ago by Netanel Basal <[email protected]>
docs: clarify DialogRef typings in readme

Fixes #98

2d4e69a8d6bb6084439ef7863415452778a932d5 authored over 1 year ago by Milo Cesar <[email protected]>
chore(release): 4.0.0

d9228cb8c6a8deb9dde32b0eedb37e9b2b083c0e authored over 1 year ago by Netanel Basal <[email protected]>
Merge pull request #87 from RiskChallenger/master

fix: expose return type of dialog ref

c01c65674abd9d7517823328efd9e0e11e6842e1 authored over 1 year ago by Netanel Basal <[email protected]>
fix: expose return type of dialog ref

BREAKING CHANGE: narrow result type definition

- The `Result` generic is now infered based on t...

91a30d6dde16706625e5b5f2f88da0d2f34903ff authored over 1 year ago by Milo Cesar <[email protected]>
Merge pull request #95 from RiskChallenger/update-test-command

chore: update test command in contributing.md

a77b24594e78913aed32e0de8738bf6184faa719 authored over 1 year ago by Netanel Basal <[email protected]>
chore: ๐Ÿค– update deps

6f103a667e5c525a3bbc57424677fad18ff58af1 authored over 1 year ago by Netanel Basal <[email protected]>
Merge pull request #97 from RiskChallenger/pop-single-modal-on-close

feat: ๐ŸŽธ add option to only enable close for last opened dialog

acaa588617c9f30751f98e2102b4284135b1d37a authored over 1 year ago by Netanel Basal <[email protected]>
feat: ๐ŸŽธ add option to only enable close for last opened dialog

Closes #96

dba14e835a35b8ec93320e9c22e8d113da8fa6e9 authored over 1 year ago by Milo Cesar <[email protected]>
chore: update test command in contributing.md

f9d2b9c67f5bc11b7640542af8d36a2ee4117876 authored over 1 year ago by Milo Cesar <[email protected]>
chore(release): 3.6.0

11ec1187b0153caf268896ee420d6fe39bb37795 authored over 1 year ago by Netanel Basal <[email protected]>
feat: ๐ŸŽธ add zIndex getter

8d63395afde5bf0b058138a10b594578ccf48f11 authored over 1 year ago by Netanel Basal <[email protected]>
chore(release): 3.5.0

0bb4528bedb4f0ec602b4dccc9fe8bd5c8c3ab60 authored almost 2 years ago by Netanel Basal <[email protected]>
feat: ๐ŸŽธ add CloseAllDialogsDirective

86704d0fbbc057290a62025f00b92116c83df7be authored almost 2 years ago by Netanel Basal <[email protected]>
chore(release): 3.4.0

035ebee9467859482a28aa538e94210d43bb2312 authored almost 2 years ago by Netanel Basal <[email protected]>
chore(release): 3.3.0

465c4021922d149a6181c38ee2d038f05d9b8cdb authored almost 2 years ago by Netanel Basal <[email protected]>
feat: ๐ŸŽธ add more variables

1d7ca80387f3f2abc67b057c6782a98023484011 authored almost 2 years ago by Netanel Basal <[email protected]>
chore(release): 3.2.1

5c145a6fcc8abac24ff71e2655f99976a427a81d authored almost 2 years ago by Netanel Basal <[email protected]>
fix: ๐Ÿ› remove redundant top

f81a9b6bedce1689d7b4ee069f0044de4d32aa67 authored almost 2 years ago by Netanel Basal <[email protected]>
chore(release): 3.2.0

d44901b4256ade25d5773ce25f46e26602f0c08a authored almost 2 years ago by Netanel Basal <[email protected]>
feat: ๐ŸŽธ add css variables

4e071aafaa51f65ea5bf2e6e818c1dc413a35547 authored almost 2 years ago by Netanel Basal <[email protected]>
Merge pull request #92 from jemand771/fix-84-draggable

fix(draggable): move target instead of handle

4e47a9d7d8c52a6ad9db28859c609810878891c4 authored almost 2 years ago by Netanel Basal <[email protected]>
fix(draggable): move target instead of handle

since the handle element is a child of the target element, it still gets moved as expected.
this...

490b28b4e96d4f8f6da8696bce7b1ed8b3b87c8b authored almost 2 years ago by Willy <[email protected]>
Merge pull request #91 from RiskChallenger/add-aria-role

feat: add aria role attribute to dialog component

814650585fa88a1dade1adbb45bb64c550cb6e19 authored almost 2 years ago by Netanel Basal <[email protected]>
feat: add aria role attribute to dialog component

Fixes #90

0733000065b4dcb3070411137f8cef56c3f24afe authored almost 2 years ago by Milo Cesar <[email protected]>
chore(release): 3.1.0

1d5509210d124d65c1cf15c7ee84951dfe1cde2c authored about 2 years ago by shaharkazaz <[email protected]>
Merge pull request #82 from ngneat/feature/expose-open-state-from-service

expose dialog open state from service

b4cdf40d32d62047b0cd6bf263ce11cc84fc5827 authored about 2 years ago by Netanel Basal <[email protected]>
feat: ๐ŸŽธ expose dialog open statuses

030a68de9d3a4295a66e33e76d77b51555140b34 authored about 2 years ago by shaharkazaz <[email protected]>
chore(release): 3.0.2

fd633438601ffd1ec7c9950f4df697b2428d2693 authored about 2 years ago by Netanel Basal <[email protected]>
fix: ๐Ÿ› allow nullable values

Closes: #81

59cb603d5b009678b7e6d0697b18d2717151355e authored about 2 years ago by Netanel Basal <[email protected]>
chore: ๐Ÿค– fix playground

3ba084fb2bd674345fdb72add956668e7a0f1725 authored about 2 years ago by Netanel Basal <[email protected]>
chore(release): 3.0.1

965243fb5c2463106dfc9e83a087c618a6c269fa authored about 2 years ago by Netanel Basal <[email protected]>
Revert "chore(release): 4.0.0"

This reverts commit f08eca93e79df2ce59cf8987576e9c1d4227fc29.

264c9f802b269dc2560c3a24ddaea463f34867c7 authored about 2 years ago by Netanel Basal <[email protected]>
chore(release): 4.0.0

f08eca93e79df2ce59cf8987576e9c1d4227fc29 authored about 2 years ago by Netanel Basal <[email protected]>
fix: ๐Ÿ› fix types

27c2621127286c5ae24f2b361e07ea20d02faa18 authored about 2 years ago by Netanel Basal <[email protected]>
chore: ๐Ÿค– upgrade github pages

bd03a9beca2d3f51b6e0e9c9956cfc4e1e9c2fb3 authored about 2 years ago by Netanel Basal <[email protected]>
chore: ๐Ÿค– add compilationMode

9bc220680e52a28732241707eca9c0276ad3764b authored about 2 years ago by Netanel Basal <[email protected]>
chore(release): 3.0.0

028bccadd8275ef8966ff0921894c9fd32a12e9a authored about 2 years ago by Netanel Basal <[email protected]>
feat: upgrade to standalone components

BREAKING CHANGE: upgrade to standalone components

- Remove `DialogModule`
- Remove built-in dia...

f5575f59da2fb61b9c0aa229e8890eaf32a2a56c authored about 2 years ago by Netanel Basal <[email protected]>
chore: ๐Ÿค– upgrade to v15

5a1fd12c66a3e817b879eaf4afb6952d71102b71 authored about 2 years ago by Netanel Basal <[email protected]>
chore: ๐Ÿค– upgrade to v14

60f8625c54edafc6b2c3550732cc98e248710e57 authored about 2 years ago by Netanel Basal <[email protected]>
Merge pull request #68 from RiskChallenger/master

build: fix the build script and add build test to ci

a6536b9f8ef4565518cfff196e81b4c18c4ba434 authored over 2 years ago by Netanel Basal <[email protected]>
build: fix the build script and add build test to ci

3f1f280e1610ce4da4fdc1b7b9a8c8a1c4122ddb authored over 2 years ago by Wybren Kortstra <[email protected]>
Merge pull request #67 from RiskChallenger/master

Fix demo app and add feature to customize built-in dialog buttons texts

9b4d8458e1e6863bc11d6a2c41688c1160c138e7 authored over 2 years ago by Netanel Basal <[email protected]>
feat: customize confirm and cancel button texts of built-in dialogs

Closes #47 #62

a7eab2423ad41bcb3e2a32ece9a332c5e3381812 authored over 2 years ago by Wybren Kortstra <[email protected]>
fix: add reset location dialog component for demo

266a9ebd30de438a3888fe3f558baa69768007b3 authored over 2 years ago by Wybren Kortstra <[email protected]>
chore(release): 2.1.1

7153ffbc6ab04f20e4ca79c38be72022ad112cfd authored over 2 years ago by Netanel Basal <[email protected]>
Merge pull request #65 from RiskChallenger/master

fix: pass through offset parameters to resetDrag method

8cb394374d0cce5f0ef2ebed6808059605f3a485 authored over 2 years ago by Netanel Basal <[email protected]>
fix: pass through offset parameters to resetDrag method

2fde3d14ebc30461254e85d91a485ee3f8ca8e23 authored over 2 years ago by Wybren Kortstra <[email protected]>
Merge pull request #64 from mishahrokhola/fix-invalid-id

4b20d9e89bedfbdd344898112c98d0d635d87d02 authored over 2 years ago by Netanel Basal <[email protected]>
fix(dialog-service): dialog invalid id

Closes #63

2722393228016eb412e8638eaf731fe22e16d64c authored over 2 years ago by Misha Hrokhola <[email protected]>
chore(release): 2.1.0

c5dffa026ea78abccf2fe70ffc38b21c4efaebca authored almost 3 years ago by Netanel Basal <[email protected]>
Merge pull request #55 from riccardoperra/feat-54-strict-modal-typings

63ff01cf0e2bc0fe3aa3dae7fe9a79acf76f3795 authored almost 3 years ago by Netanel Basal <[email protected]>
fix: fix dialog open config param default parameter

207cdf2496cc6c8f16da52047165c58edef84337 authored almost 3 years ago by riccardoperra <[email protected]>
fix: fix dialog service open return typings

2e7b93fe195b57933af0599266d77e28cadf5626 authored almost 3 years ago by Riccardo Perra <[email protected]>
test: fix dialog.service.spec.ts type error

3f9791c0fb874d267ad4f66c81c3c1201dab5692 authored almost 3 years ago by Riccardo Perra <[email protected]>
docs: update README.md

8214e7471136b7128c755d448c9bf8a2d27ebd10 authored almost 3 years ago by Riccardo Perra <[email protected]>
feat: add dialog strict typings #54

b011c9f986d7310a55efe256bc481ea67292f80f authored almost 3 years ago by riccardoperra <[email protected]>
chore(release): 2.0.1

20e6d3c2637fba577f711935ede3300a98ce66b4 authored about 3 years ago by shaharkazaz <[email protected]>
fix: ๐Ÿ› clicking on element with ngIf closes the dialog

490ab3dce0a7a0b0c6df0b17101b017588d887b6 authored about 3 years ago by shaharkazaz <[email protected]>
chore(release): 2.0.0

7ad2d46520e656faa09a55b7896c297c7cef0bf3 authored about 3 years ago by Netanel Basal <[email protected]>
feat: ๐ŸŽธ angular v13

BREAKING CHANGE: Peer dep of v13

b810c16ff234a52be67a0165ec5b1d415a17ce6f authored about 3 years ago by Netanel Basal <[email protected]>
chore: ๐Ÿค– v12

b7c07f22ff5201faa46b2c6318be9d029d5cfc69 authored about 3 years ago by Netanel Basal <[email protected]>
chore: ๐Ÿค– v11

ff2afa5ce140aacd41734527dfad462f373067d7 authored about 3 years ago by Netanel Basal <[email protected]>
chore: ๐Ÿค– v10

b3969e7337d55448d4b7ffab0135797227b2c862 authored about 3 years ago by Netanel Basal <[email protected]>
chore: ๐Ÿค– fix import

e095cca9d73fc9b6cb2177435ae47c5e6628a120 authored about 3 years ago by Netanel Basal <[email protected]>
chore(release): 1.7.0

ad359fec66b5499ccedf34eb0430f59c2784caef authored about 3 years ago by Netanel Basal <[email protected]>
Merge pull request #39 from RiskChallenger/move-for-root-options

c46e1da08778e69a5f4d5c4f1a004c9f9a3c8573 authored about 3 years ago by Netanel Basal <[email protected]>