@salutejs/plasma-core 1.134.0-dev.0 → 1.134.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,34 @@
1
+ # v1.134.0 (Fri Sep 29 2023)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - feat(plasma-core): focusTrap, arrow and offset for Popover [#781](https://github.com/salute-developers/plasma/pull/781) ([@kayman233](https://github.com/kayman233))
6
+
7
+ #### 🐛 Bug Fix
8
+
9
+ - chore: update package-locks [#781](https://github.com/salute-developers/plasma/pull/781) ([@Salute-Eva](https://github.com/Salute-Eva))
10
+ - Update versions [#781](https://github.com/salute-developers/plasma/pull/781) ([@Salute-Eva](https://github.com/Salute-Eva))
11
+ - feat(plasma-new-hope,plasma-core): Add core `Spinner` component [#781](https://github.com/salute-developers/plasma/pull/781) ([@neretin-trike](https://github.com/neretin-trike))
12
+ - fix: Bump package-lock versions [#781](https://github.com/salute-developers/plasma/pull/781) ([@neretin-trike](https://github.com/neretin-trike))
13
+ - fix(plasma-core): PopupBase refactoring [#781](https://github.com/salute-developers/plasma/pull/781) ([@kayman233](https://github.com/kayman233))
14
+ - feat(plasma-web, plasma-b2c): PopupBase component [#781](https://github.com/salute-developers/plasma/pull/781) ([@kayman233](https://github.com/kayman233))
15
+ - fix(plasma-core): Popover refactoring [#781](https://github.com/salute-developers/plasma/pull/781) ([@kayman233](https://github.com/kayman233))
16
+ - fix(plasma-hope): move focusTrap to plasma-core [#781](https://github.com/salute-developers/plasma/pull/781) ([@kayman233](https://github.com/kayman233))
17
+ - feat(plasma-web, plasma-b2c): Popover component [#781](https://github.com/salute-developers/plasma/pull/781) ([@kayman233](https://github.com/kayman233))
18
+ - chore: update version [#781](https://github.com/salute-developers/plasma/pull/781) ([@Yakutoc](https://github.com/Yakutoc))
19
+ - fix(plasma-ui,plasma-web,plasma-b2c): Button Spinner checked color [#781](https://github.com/salute-developers/plasma/pull/781) ([@Yeti-or](https://github.com/Yeti-or))
20
+ - chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
21
+
22
+ #### Authors: 5
23
+
24
+ - [@kayman233](https://github.com/kayman233)
25
+ - [@Salute-Eva](https://github.com/Salute-Eva)
26
+ - Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
27
+ - neretinaa ([@neretin-trike](https://github.com/neretin-trike))
28
+ - Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
29
+
30
+ ---
31
+
1
32
  # v1.130.0 (Thu Sep 14 2023)
2
33
 
3
34
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/plasma-core",
3
- "version": "1.134.0-dev.0",
3
+ "version": "1.134.0",
4
4
  "description": "Core library for Plasma: Salute Design System",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "license": "MIT",
@@ -20,7 +20,7 @@
20
20
  "@babel/preset-react": "7.14.5",
21
21
  "@babel/preset-typescript": "7.15.0",
22
22
  "@microsoft/api-extractor": "7.34.4",
23
- "@salutejs/plasma-cy-utils": "0.71.0-dev.0",
23
+ "@salutejs/plasma-cy-utils": "0.71.0",
24
24
  "@types/jest": "27.0.1",
25
25
  "@types/lodash.throttle": "4.1.6",
26
26
  "@types/node": "15.14.9",
@@ -81,5 +81,5 @@
81
81
  "react-draggable": "4.4.3",
82
82
  "react-popper": "2.3.0"
83
83
  },
84
- "gitHead": "cf62bc9693d697b15792fe2ac2842058d7ca09d3"
84
+ "gitHead": "8d09bae0111073ea9309a11fabe9759d698cf395"
85
85
  }