Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

arui-feather

Package Overview
Dependencies
Maintainers
5
Versions
268
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arui-feather - npm Package Compare versions

Comparing version 9.9.0 to 9.10.0

17

CHANGELOG.md

@@ -0,1 +1,18 @@

<a name="9.10.0"></a>
# [9.10.0](https://github.com/alfa-laboratory/arui-feather/compare/v9.9.0...v9.10.0) (2017-09-19)
### Bug Fixes
* **checkbox:** update layout styles ([#254](https://github.com/alfa-laboratory/arui-feather/issues/254)) ([8559700](https://github.com/alfa-laboratory/arui-feather/commit/8559700))
* **input:** avoid component pruning with right addons in small width containers in firefox ([#252](https://github.com/alfa-laboratory/arui-feather/issues/252)) ([c8f34c8](https://github.com/alfa-laboratory/arui-feather/commit/c8f34c8))
* **select:** overflow long options for native select ([#258](https://github.com/alfa-laboratory/arui-feather/issues/258)) ([be8d6dd](https://github.com/alfa-laboratory/arui-feather/commit/be8d6dd))
### Features
* **phone-input:** add mask to default props ([#261](https://github.com/alfa-laboratory/arui-feather/issues/261)) ([3cc020e](https://github.com/alfa-laboratory/arui-feather/commit/3cc020e))
<a name="9.9.0"></a>

@@ -2,0 +19,0 @@ # [9.9.0](https://github.com/alfa-laboratory/arui-feather/compare/v9.8.1...v9.9.0) (2017-09-18)

5

package.json
{
"name": "arui-feather",
"version": "9.9.0",
"version": "9.10.0",
"description": "Alfa-Bank UI lightweight library",

@@ -18,2 +18,3 @@ "repository": {

"gemini-update": "ALL_BROWSERS=1 ALL_SIZES=1 gemini update --grep=`env | grep '^SUITES' | awk -F= '{print $NF}'`",
"sauce-connect": "sh ./tools/sauce-connect.sh",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",

@@ -126,3 +127,3 @@ "github-release": "conventional-github-releaser -p angular",

"gulp": "^3.9.1",
"html-reporter": "^0.5.0",
"html-reporter": "^0.6.0",
"husky": "^0.13.3",

@@ -129,0 +130,0 @@ "istanbul": "^0.4.2",

4

phone-input/phone-input.js

@@ -67,3 +67,2 @@ 'use strict';

},
mask: '+1 111 111 11 11',
noValidate: true,

@@ -116,5 +115,6 @@ className: cn

}), _class2.defaultProps = {
placeholder: '+7 000 000 00 00'
placeholder: '+7 000 000 00 00',
mask: '+1 111 111 11 11'
}, _temp)) || _class) || _class);
exports.default = PhoneInput;
//# sourceMappingURL=phone-input.js.map

@@ -119,6 +119,10 @@ <img align="left" width="140" height="140" title="arui-feather"

В схеме тестирования участвует сервис [`Sauce Labs`](https://saucelabs.com), для доступа к нему необходимо указать переменные окружения: `SAUCE_USERNAME=alfalab.js SAUCE_ACCESS_KEY={ ключ взять у мейнтейнеров }`.
Обновление или создание новых эталонных скриншотов: `npm run gemini-update`.
Для запуска тестов или обновления скриншотов необходимы следующие шаги:
- `export SAUCE_USERNAME=alfalab.js SAUCE_ACCESS_KEY={ ключ взять у мейнтейнеров }`
- `npm run sauce-connect`
- `npm run gemini` или `npm run gemini-update`
Запуск `gemini` на выборочное число сьютов (используется опция `--grep` c JS RegExp): `SUITES='button|select' npm run gemini`.

@@ -125,0 +129,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc