@pie-lib/text-select 2.2.0-next.0 → 2.2.0-next.4

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +21 -34
  2. package/package.json +7 -10
package/CHANGELOG.md CHANGED
@@ -3,67 +3,54 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- # [2.1.0-next.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@2.1.0-next.2...@pie-lib/text-select@2.1.0-next.4) (2026-01-27)
6
+ # [2.2.0-next.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@2.2.0-next.2...@pie-lib/text-select@2.2.0-next.4) (2026-02-26)
7
7
 
8
8
  **Note:** Version bump only for package @pie-lib/text-select
9
9
 
10
+ # [2.2.0-next.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@2.2.0-next.1...@pie-lib/text-select@2.2.0-next.2) (2026-02-25)
10
11
 
12
+ ### Bug Fixes
11
13
 
14
+ - **deps:** update [@pie-lib](https://github.com/pie-lib) dependencies to published versions ([134fbdc](https://github.com/pie-framework/pie-lib/commit/134fbdc90c6a15f89a736340578d70fb80a983b3))
12
15
 
13
-
14
- # [2.1.0-next.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@2.1.0-next.1...@pie-lib/text-select@2.1.0-next.2) (2026-01-26)
16
+ # [2.1.0-next.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@2.1.0-next.2...@pie-lib/text-select@2.1.0-next.4) (2026-01-27)
15
17
 
16
18
  **Note:** Version bump only for package @pie-lib/text-select
17
19
 
20
+ # [2.1.0-next.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@2.1.0-next.1...@pie-lib/text-select@2.1.0-next.2) (2026-01-26)
18
21
 
19
-
20
-
22
+ **Note:** Version bump only for package @pie-lib/text-select
21
23
 
22
24
  # [2.1.0-next.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.32.2...@pie-lib/text-select@2.1.0-next.1) (2026-01-26)
23
25
 
24
-
25
26
  ### Bug Fixes
26
27
 
27
- * remove exports and publish ([#2068](https://github.com/pie-framework/pie-lib/issues/2068)) ([60a96cd](https://github.com/pie-framework/pie-lib/commit/60a96cde0ec65f6b1cac0ae329aa33a0abc50d05))
28
- * **text-select:** remove html tags from rendering ([71201bc](https://github.com/pie-framework/pie-lib/commit/71201bce2535668769047ea3db8405c6b49fe615))
29
- * diaable toggling selection in view mode ([c0e47f0](https://github.com/pie-framework/pie-lib/commit/c0e47f0f5beaced697d6cdf3c418b92ec29679ab))
30
- * parsefloat to correctly compute tokens line height ([282c464](https://github.com/pie-framework/pie-lib/commit/282c464b860dc72e08d8692a7c2236c5475e49e0))
31
- * **correct-answer-toggle, text-select:** change logic to corresp to material v5 PD-5269 PD-5271 ([e992861](https://github.com/pie-framework/pie-lib/commit/e992861c6d964340bf7afc8e5ac9007816d510ef))
32
- * **text-select:** refactor icon token wrappers,delete unused container ([fdc6066](https://github.com/pie-framework/pie-lib/commit/fdc60661dd3bbda8c936a5e495be75ac4a2ac2ea))
33
- * refactor text select as renderAsString not used anymore ([9a1aea9](https://github.com/pie-framework/pie-lib/commit/9a1aea9c9cc709a803e30a8477b42ae2136a5061))
34
- * remove carets from [@pie-lib](https://github.com/pie-lib) dependencies and configure lerna to use exact versions ([c9cd800](https://github.com/pie-framework/pie-lib/commit/c9cd800844abca09e7acf1fd35b2ddf51a6d86df))
35
- * remove carret, point to specific libs version ([09939a5](https://github.com/pie-framework/pie-lib/commit/09939a5aca19d7dda03d62c93d4d524f98dd69da))
36
- * use fixed lib deps ([de7c64d](https://github.com/pie-framework/pie-lib/commit/de7c64d14f13259fe44d47405e4421baef21e24e))
37
-
28
+ - remove exports and publish ([#2068](https://github.com/pie-framework/pie-lib/issues/2068)) ([60a96cd](https://github.com/pie-framework/pie-lib/commit/60a96cde0ec65f6b1cac0ae329aa33a0abc50d05))
29
+ - **text-select:** remove html tags from rendering ([71201bc](https://github.com/pie-framework/pie-lib/commit/71201bce2535668769047ea3db8405c6b49fe615))
30
+ - diaable toggling selection in view mode ([c0e47f0](https://github.com/pie-framework/pie-lib/commit/c0e47f0f5beaced697d6cdf3c418b92ec29679ab))
31
+ - parsefloat to correctly compute tokens line height ([282c464](https://github.com/pie-framework/pie-lib/commit/282c464b860dc72e08d8692a7c2236c5475e49e0))
32
+ - **correct-answer-toggle, text-select:** change logic to corresp to material v5 PD-5269 PD-5271 ([e992861](https://github.com/pie-framework/pie-lib/commit/e992861c6d964340bf7afc8e5ac9007816d510ef))
33
+ - **text-select:** refactor icon token wrappers,delete unused container ([fdc6066](https://github.com/pie-framework/pie-lib/commit/fdc60661dd3bbda8c936a5e495be75ac4a2ac2ea))
34
+ - refactor text select as renderAsString not used anymore ([9a1aea9](https://github.com/pie-framework/pie-lib/commit/9a1aea9c9cc709a803e30a8477b42ae2136a5061))
35
+ - remove carets from [@pie-lib](https://github.com/pie-lib) dependencies and configure lerna to use exact versions ([c9cd800](https://github.com/pie-framework/pie-lib/commit/c9cd800844abca09e7acf1fd35b2ddf51a6d86df))
36
+ - remove carret, point to specific libs version ([09939a5](https://github.com/pie-framework/pie-lib/commit/09939a5aca19d7dda03d62c93d4d524f98dd69da))
37
+ - use fixed lib deps ([de7c64d](https://github.com/pie-framework/pie-lib/commit/de7c64d14f13259fe44d47405e4421baef21e24e))
38
38
 
39
39
  ### Features
40
40
 
41
- * sync latest changes from dev ([c936e9c](https://github.com/pie-framework/pie-lib/commit/c936e9c7f9e095e7d9b9805ac2bf72bd271e05f1))
42
- * **correct-answe-toggle, legend:** delete unused files and imports PD-5258 ([261638d](https://github.com/pie-framework/pie-lib/commit/261638d9ceff79163eb858696a4c8eb7a7a3006c))
43
- * bump react and react-dom ([01dc19e](https://github.com/pie-framework/pie-lib/commit/01dc19e88bbc8d372c561d1511df1a82937d45af))
44
-
45
-
46
-
47
-
41
+ - sync latest changes from dev ([c936e9c](https://github.com/pie-framework/pie-lib/commit/c936e9c7f9e095e7d9b9805ac2bf72bd271e05f1))
42
+ - **correct-answe-toggle, legend:** delete unused files and imports PD-5258 ([261638d](https://github.com/pie-framework/pie-lib/commit/261638d9ceff79163eb858696a4c8eb7a7a3006c))
43
+ - bump react and react-dom ([01dc19e](https://github.com/pie-framework/pie-lib/commit/01dc19e88bbc8d372c561d1511df1a82937d45af))
48
44
 
49
45
  # [2.0.0-next.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.32.3-next.0...@pie-lib/text-select@2.0.0-next.0) (2026-01-19)
50
46
 
51
47
  **Note:** Version bump only for package @pie-lib/text-select
52
48
 
53
-
54
-
55
-
56
-
57
49
  ## [1.32.3-next.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.46.0-mui-update.0...@pie-lib/text-select@1.32.3-next.0) (2026-01-19)
58
50
 
59
-
60
51
  ### Bug Fixes
61
52
 
62
- * bump config-ui PD-5265 ([77d0c78](https://github.com/pie-framework/pie-lib/commit/77d0c78cacfa57e93ed17e7a7f1257f4a9cf6ab3))
63
-
64
-
65
-
66
-
53
+ - bump config-ui PD-5265 ([77d0c78](https://github.com/pie-framework/pie-lib/commit/77d0c78cacfa57e93ed17e7a7f1257f4a9cf6ab3))
67
54
 
68
55
  ## [1.32.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.32.1...@pie-lib/text-select@1.32.2) (2025-11-27)
69
56
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "2.2.0-next.0+c7578ca",
6
+ "version": "2.2.0-next.4",
7
7
  "description": "Some react components for text selection",
8
8
  "keywords": [
9
9
  "react",
@@ -15,19 +15,16 @@
15
15
  "module": "src/index.js",
16
16
  "author": "",
17
17
  "license": "ISC",
18
- "repository": {
19
- "type": "git",
20
- "url": "https://github.com/pie-framework/pie-lib"
21
- },
18
+ "repository": "pie-framework/pie-lib",
22
19
  "dependencies": {
23
20
  "@emotion/react": "^11.14.0",
24
21
  "@emotion/style": "^0.8.0",
25
22
  "@mui/icons-material": "^7.3.4",
26
23
  "@mui/material": "^7.3.4",
27
24
  "@pie-framework/parse-english": "^1.0.0",
28
- "@pie-lib/render-ui": "^5.2.0-next.0+c7578ca",
29
- "@pie-lib/style-utils": "^1.2.0-next.0+c7578ca",
30
- "@pie-lib/translator": "^3.2.0-next.0+c7578ca",
25
+ "@pie-lib/render-ui": "^5.2.0-next.4",
26
+ "@pie-lib/style-utils": "^1.2.0-next.3",
27
+ "@pie-lib/translator": "^3.2.0-next.3",
31
28
  "classnames": "^2.2.6",
32
29
  "debug": "^4.1.1",
33
30
  "lodash-es": "^4.17.23",
@@ -35,7 +32,7 @@
35
32
  },
36
33
  "devDependencies": {
37
34
  "@pie-framework/parse-english": "^1.0.0",
38
- "@pie-lib/test-utils": "^1.2.0-next.0+c7578ca",
35
+ "@pie-lib/test-utils": "^1.2.0-next.3",
39
36
  "natural": "^0.6.3",
40
37
  "react": "^18.2.0",
41
38
  "react-dom": "^18.2.0"
@@ -43,6 +40,6 @@
43
40
  "peerDependencies": {
44
41
  "react": "^18.2.0"
45
42
  },
46
- "gitHead": "c7578cae82de46ec0dae41b7d1ef924401e6226d",
43
+ "gitHead": "26a92c2897eca32328a31262677c4f7a851fd751",
47
44
  "scripts": {}
48
45
  }