@semcore/button
Advanced tools
Comparing version 2.1.13 to 3.0.0
@@ -5,5 +5,58 @@ # Changelog | ||
## [3.0.0] - 2020-05-29 | ||
### BREAK | ||
- Изменения описаны в [migration guide](/internal/migration-guide) | ||
## [2.5.1] - 2020-02-14 | ||
### Added | ||
- [theme] Обновили стили `<Button use="tertiary">` для `sellerly` | ||
## [2.5.0] - 2020-02-13 | ||
### Added | ||
- Добавлена тема `sellerly`, фокус у контрола по умолчанию цвета `light-ultramarine` | ||
## [2.4.1] - 2019-12-17 | ||
### Fixed | ||
- Исправлен транспайл цветовых переменных для стилей без префиксов (build.css) | ||
## [2.4.0] - 2019-12-12 | ||
### Added | ||
- Появилась возможность добавления различных стилистических тем через css переменные | ||
- Появилась возможность оптицонально подключать адаптивноссть | ||
- Появилась возможность изолировать стили даже в пределах одной страницы | ||
- Добавлено прокидываение классов на `Spin` внутри кнопки | ||
### Changed | ||
- Изменен алгоритм вставки стилей в head | ||
### Removed | ||
- Убраны относительные единицы измерения(rem), которые использовались для адаптивности | ||
## [2.3.0] - 2019-11-14 | ||
### Added | ||
- Добавлена адаптивность на маленьких экранах(<768px) | ||
## [2.2.0] - 2019-09-30 | ||
### Added | ||
- Добавлен `forwardRef` на компонент | ||
## [2.1.13] - 2019-09-30 | ||
### Change | ||
### Changed | ||
@@ -20,3 +73,3 @@ - Нужные зависимости перенесены в `utils`, размер должен стать меньше | ||
### Change | ||
### Changed | ||
@@ -23,0 +76,0 @@ - Обновлены `utils` |
{ | ||
"name": "@semcore/button", | ||
"description": "SEMRush Button Component", | ||
"version": "2.1.13", | ||
"main": "lib/index.js", | ||
"module": "lib/index.es.js", | ||
"typings": "lib/index.d.ts", | ||
"version": "3.0.0", | ||
"main": "lib/cjs/index.js", | ||
"module": "lib/es6/index.js", | ||
"typings": "lib/types/index.d.ts", | ||
"author": "Roman Lysov <r.lysov@semrush.com>", | ||
"license": "MIT", | ||
"scripts": { | ||
"build": "rollup --config=node:rollup-config-ts", | ||
"test": "jest --no-cache" | ||
"build": "build", | ||
"test": "jest" | ||
}, | ||
"dependencies": { | ||
"@semcore/utils": "^3.1", | ||
"@semcore/spin": "^2.0", | ||
"@semcore/neighbor-location": "^1.0", | ||
"@semcore/flex-box": "^3.1" | ||
"@semcore/utils": "^3.15", | ||
"@semcore/spin": "^3", | ||
"@semcore/neighbor-location": "^2", | ||
"@semcore/flex-box": "^4" | ||
}, | ||
"peerDependencies": { | ||
"@semcore/core": "^1", | ||
"react": "^16.8" | ||
}, | ||
"jest": { | ||
@@ -21,0 +25,0 @@ "preset": "jest-preset-ui" |
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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
24
1759
97045
6
1
+ Added@semcore/flex-box@4.7.33(transitive)
+ Added@semcore/neighbor-location@2.3.16(transitive)
+ Added@semcore/spin@3.4.1(transitive)
+ Addedcsstype@3.0.8(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedprop-types@15.8.1(transitive)
+ Addedreact@16.14.0(transitive)
- Removed@semcore/flex-box@3.5.3(transitive)
- Removed@semcore/neighbor-location@1.1.0(transitive)
- Removed@semcore/paint@3.3.0(transitive)
- Removed@semcore/spin@2.2.1(transitive)
- Removed@semcore/ui@1.2.0(transitive)
- Removedcsstype@2.6.213.1.3(transitive)
Updated@semcore/flex-box@^4
Updated@semcore/spin@^3
Updated@semcore/utils@^3.15