emoji-picker-element
Advanced tools
Comparing version 1.6.3 to 1.6.4
@@ -0,1 +1,10 @@ | ||
## [1.6.4](https://github.com/nolanlawson/emoji-picker-element/compare/v1.6.3...v1.6.4) (2021-07-11) | ||
### Bug Fixes | ||
* fix tabPanel scrollTop bug ([#180](https://github.com/nolanlawson/emoji-picker-element/issues/180)) ([0554821](https://github.com/nolanlawson/emoji-picker-element/commit/05548210a4fc54f3662c99aa9b7dc2e44a177d50)) | ||
## [1.6.3](https://github.com/nolanlawson/emoji-picker-element/compare/v1.6.2...v1.6.3) (2021-07-11) | ||
@@ -2,0 +11,0 @@ |
{ | ||
"name": "emoji-picker-element", | ||
"version": "1.6.3", | ||
"version": "1.6.4", | ||
"description": "Lightweight emoji picker distributed as a web component", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -18,3 +18,3 @@ emoji-picker-element [![Build status](https://circleci.com/gh/nolanlawson/emoji-picker-element.svg?style=svg)](https://app.circleci.com/pipelines/gh/nolanlawson/emoji-picker-element) | ||
- Renders native emoji only, no spritesheets | ||
- Accessible by default | ||
- [Accessible by default](https://nolanlawson.com/2020/07/01/building-an-accessible-emoji-picker/) | ||
- Framework and bundler not required, just add a `<script>` tag and use it | ||
@@ -826,3 +826,3 @@ | ||
For Node.js environments such as [Jest](https://jestjs.io/) or [JSDom](https://github.com/jsdom/jsdom), you can also use fake-indexeddb. A [working example](https://github.com/nolanlawson/emoji-picker-element/blob/d45b61b559b8cef6840b7036e3d1749a213c490e/config/jest.setup.js#L15-L18) can be found in the tests for this very project. | ||
For Node.js environments such as [Jest](https://jestjs.io/) or [JSDom](https://github.com/jsdom/jsdom), you can also use fake-indexeddb. A [working example](https://github.com/nolanlawson/emoji-picker-element/blob/39c50c3ce4c4c4d2cd8a15f337a722ad86c739e9/config/jest.setup.js#L28-L29) can be found in the tests for this very project. | ||
@@ -829,0 +829,0 @@ ## Design decisions |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
508506