# aurelia-dialog

> A dialog plugin for Aurelia.

Latest version **2.0.0** (published 2020-01-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install aurelia-dialog
pnpm add aurelia-dialog
yarn add aurelia-dialog
bun add aurelia-dialog
```

## Health

**Score 30/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.0 |
| Published | 2020-01-07 |
| First published | 2015-11-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 6 |
| Unpacked size | 455.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 105 |
| Author | Rob Eisenberg |
| Maintainers | aureliaeffect |
| Keywords | aurelia, plugin, dialog, modal |

## Links

- npm: https://www.npmjs.com/package/aurelia-dialog
- Repository: https://github.com/aurelia/dialog
- Homepage: http://aurelia.io
- Issues: https://github.com/aurelia/dialog/issues
- npm.io page: https://npm.io/package/aurelia-dialog

## Dependencies (6)

- [aurelia-pal](https://npm.io/package/aurelia-pal.md) ^1.0.0
- [aurelia-binding](https://npm.io/package/aurelia-binding.md) ^2.1.4
- [aurelia-metadata](https://npm.io/package/aurelia-metadata.md) ^1.0.0
- [aurelia-framework](https://npm.io/package/aurelia-framework.md) ^1.0.0
- [aurelia-templating](https://npm.io/package/aurelia-templating.md) ^1.8.2
- [aurelia-dependency-injection](https://npm.io/package/aurelia-dependency-injection.md) ^1.0.0

## Alternatives

- [react-native-root-siblings](https://npm.io/package/react-native-root-siblings.md) — 102.9K weekly downloads
- [@praxisui/dialog](https://npm.io/package/@praxisui/dialog.md) — 2.0K weekly downloads
- [easy-toggle-state](https://npm.io/package/easy-toggle-state.md) — 350 weekly downloads
- [ngx-lightbox-evp](https://npm.io/package/ngx-lightbox-evp.md) — 19 weekly downloads
- [react-native-modal-translucent-axton](https://npm.io/package/react-native-modal-translucent-axton.md) — 4 weekly downloads

## Recent versions

- 2.0.0 (latest) — 2020-01-07
- 2.0.0-rc.8 — 2019-09-19
- 2.0.0-rc.7 — 2019-09-12
- 2.0.0-rc.6 — 2019-05-31
- 2.0.0-rc.5 — 2019-01-21
- 2.0.0-rc.4 — 2019-01-19
- 1.1.0 — 2018-12-18
- 2.0.0-rc.3 — 2018-08-22
- 2.0.0-rc.2 — 2018-08-22
- 2.0.0-rc.1 — 2018-08-21
- 1.0.0 — 2018-07-23
- 1.0.0-rc.2.0.0 — 2017-11-05
- 1.0.0-rc.1.0.3 — 2017-05-05
- 1.0.0-rc.1.0.2 — 2017-04-29
- 1.0.0-rc.1.0.1 — 2017-04-28
- … 21 more at https://npm.io/package/aurelia-dialog/versions

## README

# aurelia-dialog

[![npm Version](https://img.shields.io/npm/v/aurelia-dialog.svg)](https://www.npmjs.com/package/aurelia-dialog)
[![Join the chat at https://gitter.im/aurelia/discuss](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/aurelia/discuss?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![CircleCI](https://circleci.com/gh/aurelia/dialog.svg?style=shield)](https://circleci.com/gh/aurelia/dialog)

This library is part of the [Aurelia](http://www.aurelia.io/) platform and contains a dialog plugin.

> To keep up to date on [Aurelia](http://www.aurelia.io/), please visit and subscribe to [the official blog](http://blog.aurelia.io/) and [our email list](http://eepurl.com/ces50j). We also invite you to [follow us on twitter](https://twitter.com/aureliaeffect). If you have questions look around our [Discourse forums](http:aurelia.io/docs), chat in our [community on Gitter](https://gitter.im/aurelia/discuss) or use [stack overflow](http://stackoverflow.com/search?q=aurelia). Documentation can be found [in our developer hub](http://aurelia.io/docs). If you would like to have deeper insight into our development process, please install the [ZenHub](https://zenhub.io) Chrome or Firefox Extension and visit any of our repository's boards.

> Future work on the dialog plugin is being done on the v2.x branch. Please submit all bug fixes and features there. Note that the new branch has a set of breaking changes which are designed to enable dialogs to work better with recent enhancements in the templating engine and in bundler support. Several breaking changes are focused around architectural improvements as well. Please expect the shelf-life of v1.x to be relatively short in light of the v2.x work that is currently underway.

## Platform Support

This library can be used in the **browser**.

## Documentation

Check out the [docs](http://aurelia.io/docs/plugins/dialog#introduction) on the Aurelia Hub.

## Reporting Issues

Please refer to the [issue template](ISSUE_TEMPLATE.md).

## Building

```shell
npm run build
```

## Tests

```shell
npm run test
```

## Developing

```shell
npm run test:watch
```

## Debugging

```shell
npm run test:debugging
```

## Publishing

1. Bump the version
  
  ```shell
  npm run bump-version [<newversion> | major | minor | patch]
  ```

2. Prepare the release (run tests, run build, docs, release notes)
  
  ```shell
  npm run cut-release
  ```

3. Commit, tag, npm publish (not automated)

---
_Source: https://npm.io/package/aurelia-dialog · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
