@gravity-ui/blog-constructor 2.0.0-alpha.2 → 2.0.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,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.0.0](https://github.com/gravity-ui/blog-constructor/compare/v1.1.2...v2.0.0) (2023-04-03)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * update uikit up to 4 ([#11](https://github.com/gravity-ui/blog-constructor/issues/11))
9
+
10
+ ### Features
11
+
12
+ * update uikit up to 4 ([#11](https://github.com/gravity-ui/blog-constructor/issues/11)) ([5d6f3d5](https://github.com/gravity-ui/blog-constructor/commit/5d6f3d51daf111a240871dbad721bbdd250d6b46))
13
+
3
14
  ## [1.1.2](https://github.com/gravity-ui/blog-constructor/compare/v1.1.1...v1.1.2) (2023-03-28)
4
15
 
5
16
 
@@ -46,6 +46,9 @@ unpredictable css rules order in build */
46
46
  .bc-feed-controls__popup.bc-feed-controls__popup .g-select-list::-webkit-scrollbar {
47
47
  display: none;
48
48
  }
49
+ .bc-feed-controls__popup.bc-feed-controls__popup .g-select-list .yc-list {
50
+ max-height: calc(500px - var(--yc-text-body-3-line-height) - 12px);
51
+ }
49
52
  .bc-feed-controls__popup.bc-feed-controls__popup .yc-list__item {
50
53
  margin: 4px;
51
54
  border-radius: 8px;
@@ -46,6 +46,9 @@ unpredictable css rules order in build */
46
46
  .bc-feed-controls__popup.bc-feed-controls__popup .g-select-list::-webkit-scrollbar {
47
47
  display: none;
48
48
  }
49
+ .bc-feed-controls__popup.bc-feed-controls__popup .g-select-list .yc-list {
50
+ max-height: calc(500px - var(--yc-text-body-3-line-height) - 12px);
51
+ }
49
52
  .bc-feed-controls__popup.bc-feed-controls__popup .yc-list__item {
50
53
  margin: 4px;
51
54
  border-radius: 8px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravity-ui/blog-constructor",
3
- "version": "2.0.0-alpha.2",
3
+ "version": "2.0.0",
4
4
  "description": "Gravity UI Blog Constructor",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -48,8 +48,6 @@
48
48
  "dependencies": {
49
49
  "@gravity-ui/i18n": "^1.0.0",
50
50
  "bem-cn-lite": "^4.0.0",
51
- "fast-html-parser": "^1.0.1",
52
- "isomorphic-dompurify": "^0.20.0",
53
51
  "lodash": "^4.17.21",
54
52
  "react-helmet": "^6.1.0",
55
53
  "react-player": "^2.9.0",
@@ -89,7 +87,6 @@
89
87
  "@testing-library/jest-dom": "^5.16.5",
90
88
  "@testing-library/react": "^14.0.0",
91
89
  "@testing-library/user-event": "^14.4.3",
92
- "@types/fast-html-parser": "^1.0.2",
93
90
  "@types/jest": "^29.2.5",
94
91
  "@types/js-yaml": "^4.0.5",
95
92
  "@types/lodash": "^4.14.176",
@@ -143,8 +140,5 @@
143
140
  "*.{json,yaml,yml,md}": [
144
141
  "prettier --write"
145
142
  ]
146
- },
147
- "publishConfig": {
148
- "tag": "alpha"
149
143
  }
150
144
  }