@pie-lib/text-select 3.0.3-next.37 → 3.0.3-next.51

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 (70) hide show
  1. package/CHANGELOG.json +1 -0
  2. package/CHANGELOG.md +946 -0
  3. package/LICENSE.md +5 -0
  4. package/lib/index.js +57 -0
  5. package/lib/index.js.map +1 -0
  6. package/lib/legend.js +119 -0
  7. package/lib/legend.js.map +1 -0
  8. package/lib/text-select.js +105 -0
  9. package/lib/text-select.js.map +1 -0
  10. package/lib/token-select/index.js +267 -0
  11. package/lib/token-select/index.js.map +1 -0
  12. package/lib/token-select/token.js +236 -0
  13. package/lib/token-select/token.js.map +1 -0
  14. package/lib/tokenizer/builder.js +265 -0
  15. package/lib/tokenizer/builder.js.map +1 -0
  16. package/lib/tokenizer/controls.js +106 -0
  17. package/lib/tokenizer/controls.js.map +1 -0
  18. package/lib/tokenizer/index.js +147 -0
  19. package/lib/tokenizer/index.js.map +1 -0
  20. package/lib/tokenizer/selection-utils.js +55 -0
  21. package/lib/tokenizer/selection-utils.js.map +1 -0
  22. package/lib/tokenizer/token-text.js +176 -0
  23. package/lib/tokenizer/token-text.js.map +1 -0
  24. package/lib/utils.js +51 -0
  25. package/lib/utils.js.map +1 -0
  26. package/package.json +30 -33
  27. package/src/__tests__/legend.test.jsx +211 -0
  28. package/src/__tests__/text-select.test.jsx +44 -0
  29. package/src/__tests__/utils.test.jsx +27 -0
  30. package/src/index.js +8 -0
  31. package/src/legend.js +102 -0
  32. package/src/text-select.jsx +79 -0
  33. package/src/token-select/__tests__/index.test.jsx +623 -0
  34. package/src/token-select/__tests__/token.test.jsx +236 -0
  35. package/src/token-select/index.jsx +242 -0
  36. package/src/token-select/token.jsx +223 -0
  37. package/src/tokenizer/__tests__/builder.test.js +256 -0
  38. package/src/tokenizer/__tests__/controls.test.jsx +27 -0
  39. package/src/tokenizer/__tests__/index.test.jsx +329 -0
  40. package/src/tokenizer/__tests__/selection-utils.test.js +145 -0
  41. package/src/tokenizer/__tests__/token-text.test.jsx +318 -0
  42. package/src/tokenizer/builder.js +258 -0
  43. package/src/tokenizer/controls.jsx +71 -0
  44. package/src/tokenizer/index.jsx +144 -0
  45. package/src/tokenizer/selection-utils.js +49 -0
  46. package/src/tokenizer/token-text.jsx +135 -0
  47. package/src/utils.js +56 -0
  48. package/dist/index.d.ts +0 -15
  49. package/dist/index.js +0 -7
  50. package/dist/legend.d.ts +0 -13
  51. package/dist/legend.js +0 -64
  52. package/dist/node_modules/.bun/clsx@2.1.1/node_modules/clsx/dist/clsx.js +0 -16
  53. package/dist/text-select.d.ts +0 -34
  54. package/dist/text-select.js +0 -53
  55. package/dist/token-select/index.d.ts +0 -44
  56. package/dist/token-select/index.js +0 -170
  57. package/dist/token-select/token.d.ts +0 -32
  58. package/dist/token-select/token.js +0 -134
  59. package/dist/tokenizer/builder.d.ts +0 -27
  60. package/dist/tokenizer/builder.js +0 -124
  61. package/dist/tokenizer/controls.d.ts +0 -23
  62. package/dist/tokenizer/controls.js +0 -68
  63. package/dist/tokenizer/index.d.ts +0 -35
  64. package/dist/tokenizer/index.js +0 -91
  65. package/dist/tokenizer/selection-utils.d.ts +0 -10
  66. package/dist/tokenizer/selection-utils.js +0 -18
  67. package/dist/tokenizer/token-text.d.ts +0 -27
  68. package/dist/tokenizer/token-text.js +0 -85
  69. package/dist/utils.d.ts +0 -12
  70. package/dist/utils.js +0 -21
package/CHANGELOG.md ADDED
@@ -0,0 +1,946 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ ## [3.0.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@3.0.2-next.2...@pie-lib/text-select@3.0.2) (2026-05-07)
7
+
8
+ **Note:** Version bump only for package @pie-lib/text-select
9
+
10
+ ## [3.0.2-next.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@3.0.2-next.1...@pie-lib/text-select@3.0.2-next.2) (2026-05-07)
11
+
12
+ **Note:** Version bump only for package @pie-lib/text-select
13
+
14
+ ## [3.0.2-next.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@3.0.2-next.0...@pie-lib/text-select@3.0.2-next.1) (2026-05-06)
15
+
16
+ **Note:** Version bump only for package @pie-lib/text-select
17
+
18
+ ## [3.0.2-next.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@2.2.0-next.4...@pie-lib/text-select@3.0.2-next.0) (2026-05-06)
19
+
20
+ ### Bug Fixes
21
+
22
+ - **text-select:** adjust markup rendering PIE-25 PIE-13 ([1d4d91d](https://github.com/pie-framework/pie-lib/commit/1d4d91d09efdaf861e384beda7d6d1e512a2281c))
23
+
24
+ ## [3.0.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@3.0.0...@pie-lib/text-select@3.0.1) (2026-04-28)
25
+
26
+ **Note:** Version bump only for package @pie-lib/text-select
27
+
28
+ # [2.2.0-next.10](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@2.2.0-next.9...@pie-lib/text-select@2.2.0-next.10) (2026-04-23)
29
+
30
+ **Note:** Version bump only for package @pie-lib/text-select
31
+
32
+ # [2.2.0-next.9](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@2.2.0-next.8...@pie-lib/text-select@2.2.0-next.9) (2026-04-16)
33
+
34
+ ### Bug Fixes
35
+
36
+ - **text-select:** adjust markup rendering PIE-25 PIE-13 ([1d4d91d](https://github.com/pie-framework/pie-lib/commit/1d4d91d09efdaf861e384beda7d6d1e512a2281c))
37
+
38
+ # [2.2.0-next.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@2.2.0-next.7...@pie-lib/text-select@2.2.0-next.8) (2026-04-15)
39
+
40
+ **Note:** Version bump only for package @pie-lib/text-select
41
+
42
+ # [2.2.0-next.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@2.2.0-next.6...@pie-lib/text-select@2.2.0-next.7) (2026-03-25)
43
+
44
+ **Note:** Version bump only for package @pie-lib/text-select
45
+
46
+ # [2.2.0-next.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@2.2.0-next.5...@pie-lib/text-select@2.2.0-next.6) (2026-03-18)
47
+
48
+ **Note:** Version bump only for package @pie-lib/text-select
49
+
50
+ # [2.2.0-next.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@2.2.0-next.4...@pie-lib/text-select@2.2.0-next.5) (2026-03-18)
51
+
52
+ **Note:** Version bump only for package @pie-lib/text-select
53
+
54
+ # [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)
55
+
56
+ **Note:** Version bump only for package @pie-lib/text-select
57
+
58
+ # [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)
59
+
60
+ ### Bug Fixes
61
+
62
+ - **deps:** update [@pie-lib](https://github.com/pie-lib) dependencies to published versions ([134fbdc](https://github.com/pie-framework/pie-lib/commit/134fbdc90c6a15f89a736340578d70fb80a983b3))
63
+
64
+ # [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)
65
+
66
+ **Note:** Version bump only for package @pie-lib/text-select
67
+
68
+ # [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)
69
+
70
+ **Note:** Version bump only for package @pie-lib/text-select
71
+
72
+ # [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)
73
+
74
+ ### Bug Fixes
75
+
76
+ - remove exports and publish ([#2068](https://github.com/pie-framework/pie-lib/issues/2068)) ([60a96cd](https://github.com/pie-framework/pie-lib/commit/60a96cde0ec65f6b1cac0ae329aa33a0abc50d05))
77
+ - **text-select:** remove html tags from rendering ([71201bc](https://github.com/pie-framework/pie-lib/commit/71201bce2535668769047ea3db8405c6b49fe615))
78
+ - diaable toggling selection in view mode ([c0e47f0](https://github.com/pie-framework/pie-lib/commit/c0e47f0f5beaced697d6cdf3c418b92ec29679ab))
79
+ - parsefloat to correctly compute tokens line height ([282c464](https://github.com/pie-framework/pie-lib/commit/282c464b860dc72e08d8692a7c2236c5475e49e0))
80
+ - **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))
81
+ - **text-select:** refactor icon token wrappers,delete unused container ([fdc6066](https://github.com/pie-framework/pie-lib/commit/fdc60661dd3bbda8c936a5e495be75ac4a2ac2ea))
82
+ - refactor text select as renderAsString not used anymore ([9a1aea9](https://github.com/pie-framework/pie-lib/commit/9a1aea9c9cc709a803e30a8477b42ae2136a5061))
83
+ - 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))
84
+ - remove carret, point to specific libs version ([09939a5](https://github.com/pie-framework/pie-lib/commit/09939a5aca19d7dda03d62c93d4d524f98dd69da))
85
+ - use fixed lib deps ([de7c64d](https://github.com/pie-framework/pie-lib/commit/de7c64d14f13259fe44d47405e4421baef21e24e))
86
+
87
+ ### Features
88
+
89
+ - sync latest changes from dev ([c936e9c](https://github.com/pie-framework/pie-lib/commit/c936e9c7f9e095e7d9b9805ac2bf72bd271e05f1))
90
+ - **correct-answe-toggle, legend:** delete unused files and imports PD-5258 ([261638d](https://github.com/pie-framework/pie-lib/commit/261638d9ceff79163eb858696a4c8eb7a7a3006c))
91
+ - bump react and react-dom ([01dc19e](https://github.com/pie-framework/pie-lib/commit/01dc19e88bbc8d372c561d1511df1a82937d45af))
92
+
93
+ # [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)
94
+
95
+ **Note:** Version bump only for package @pie-lib/text-select
96
+
97
+ ## [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)
98
+
99
+ ### Bug Fixes
100
+
101
+ - bump config-ui PD-5265 ([77d0c78](https://github.com/pie-framework/pie-lib/commit/77d0c78cacfa57e93ed17e7a7f1257f4a9cf6ab3))
102
+
103
+ ## [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)
104
+
105
+ **Note:** Version bump only for package @pie-lib/text-select
106
+
107
+ ## [1.32.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.28.2...@pie-lib/text-select@1.32.1) (2025-10-22)
108
+
109
+ ### Bug Fixes
110
+
111
+ - bump config-ui PD-5265 ([77d0c78](https://github.com/pie-framework/pie-lib/commit/77d0c78cacfa57e93ed17e7a7f1257f4a9cf6ab3))
112
+
113
+ # [1.32.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.31.0...@pie-lib/text-select@1.32.0) (2025-10-16)
114
+
115
+ **Note:** Version bump only for package @pie-lib/text-select
116
+
117
+ # [1.31.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.28.0...@pie-lib/text-select@1.31.0) (2025-10-16)
118
+
119
+ **Note:** Version bump only for package @pie-lib/text-select
120
+
121
+ # [1.30.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.28.0...@pie-lib/text-select@1.30.0) (2025-10-16)
122
+
123
+ **Note:** Version bump only for package @pie-lib/text-select
124
+
125
+ # [1.29.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.28.0...@pie-lib/text-select@1.29.0) (2025-10-16)
126
+
127
+ **Note:** Version bump only for package @pie-lib/text-select
128
+
129
+ ## [1.28.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.28.1...@pie-lib/text-select@1.28.2) (2025-10-14)
130
+
131
+ **Note:** Version bump only for package @pie-lib/text-select
132
+
133
+ ## [1.28.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.28.0...@pie-lib/text-select@1.28.1) (2025-10-09)
134
+
135
+ **Note:** Version bump only for package @pie-lib/text-select
136
+
137
+ # [1.28.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.28.0) (2025-09-25)
138
+
139
+ ### Bug Fixes
140
+
141
+ - fixed pie-lib/icons import [PD-5126](<[dcb506c](https://github.com/pie-framework/pie-lib/commit/dcb506c914a177f6d88bf73247a023bfe71dac1f)>)
142
+
143
+ ### Features
144
+
145
+ - split pie-toolbox into multiple packages [PD-5126](<[7d55a25](https://github.com/pie-framework/pie-lib/commit/7d55a2552d084cd3d0d5c00dc77411b2ced2f5e2)>)
146
+
147
+ # [1.27.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.26.0...@pie-lib/text-select@1.27.0) (2025-09-18)
148
+
149
+ **Note:** Version bump only for package @pie-lib/text-select
150
+
151
+ # [1.26.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.25.0...@pie-lib/text-select@1.26.0) (2025-09-18)
152
+
153
+ **Note:** Version bump only for package @pie-lib/text-select
154
+
155
+ # [1.25.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.25.0) (2025-09-18)
156
+
157
+ ### Bug Fixes
158
+
159
+ - fixed pie-lib/icons import [PD-5126](<[dcb506c](https://github.com/pie-framework/pie-lib/commit/dcb506c914a177f6d88bf73247a023bfe71dac1f)>)
160
+
161
+ ### Features
162
+
163
+ - split pie-toolbox into multiple packages [PD-5126](<[7d55a25](https://github.com/pie-framework/pie-lib/commit/7d55a2552d084cd3d0d5c00dc77411b2ced2f5e2)>)
164
+
165
+ # [1.24.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.23.0...@pie-lib/text-select@1.24.0) (2025-09-17)
166
+
167
+ **Note:** Version bump only for package @pie-lib/text-select
168
+
169
+ # [1.23.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.22.0...@pie-lib/text-select@1.23.0) (2025-09-17)
170
+
171
+ **Note:** Version bump only for package @pie-lib/text-select
172
+
173
+ # [1.22.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.21.1...@pie-lib/text-select@1.22.0) (2025-09-17)
174
+
175
+ **Note:** Version bump only for package @pie-lib/text-select
176
+
177
+ ## [1.21.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.21.1) (2025-08-11)
178
+
179
+ ### Bug Fixes
180
+
181
+ - fixed pie-lib/icons import [PD-5126](<[dcb506c](https://github.com/pie-framework/pie-lib/commit/dcb506c914a177f6d88bf73247a023bfe71dac1f)>)
182
+
183
+ ### Features
184
+
185
+ - split pie-toolbox into multiple packages [PD-5126](<[7d55a25](https://github.com/pie-framework/pie-lib/commit/7d55a2552d084cd3d0d5c00dc77411b2ced2f5e2)>)
186
+
187
+ # [1.21.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.21.0) (2025-08-07)
188
+
189
+ ### Features
190
+
191
+ - split pie-toolbox into multiple packages [PD-5126](<[7d55a25](https://github.com/pie-framework/pie-lib/commit/7d55a2552d084cd3d0d5c00dc77411b2ced2f5e2)>)
192
+
193
+ # [1.20.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.20.0) (2025-07-31)
194
+
195
+ **Note:** Version bump only for package @pie-lib/text-select
196
+
197
+ # [1.19.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.19.0) (2025-07-31)
198
+
199
+ **Note:** Version bump only for package @pie-lib/text-select
200
+
201
+ # [1.18.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.18.0) (2025-07-31)
202
+
203
+ **Note:** Version bump only for package @pie-lib/text-select
204
+
205
+ # [1.17.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.17.0) (2025-07-31)
206
+
207
+ **Note:** Version bump only for package @pie-lib/text-select
208
+
209
+ # [1.16.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.16.0) (2025-07-31)
210
+
211
+ **Note:** Version bump only for package @pie-lib/text-select
212
+
213
+ # [1.15.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.15.0) (2025-07-31)
214
+
215
+ **Note:** Version bump only for package @pie-lib/text-select
216
+
217
+ # [1.17.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.17.0) (2025-07-31)
218
+
219
+ **Note:** Version bump only for package @pie-lib/text-select
220
+
221
+ # [1.16.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.16.0) (2025-07-31)
222
+
223
+ **Note:** Version bump only for package @pie-lib/text-select
224
+
225
+ # [1.15.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.15.0) (2025-07-31)
226
+
227
+ **Note:** Version bump only for package @pie-lib/text-select
228
+
229
+ # [1.16.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.16.0) (2025-07-31)
230
+
231
+ **Note:** Version bump only for package @pie-lib/text-select
232
+
233
+ # [1.15.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.15.0) (2025-07-31)
234
+
235
+ **Note:** Version bump only for package @pie-lib/text-select
236
+
237
+ # [1.14.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.14.0) (2025-07-31)
238
+
239
+ **Note:** Version bump only for package @pie-lib/text-select
240
+
241
+ # [1.14.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.14.0) (2025-07-31)
242
+
243
+ **Note:** Version bump only for package @pie-lib/text-select
244
+
245
+ # [1.15.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.15.0) (2025-07-31)
246
+
247
+ **Note:** Version bump only for package @pie-lib/text-select
248
+
249
+ # [1.14.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.14.0) (2025-07-31)
250
+
251
+ **Note:** Version bump only for package @pie-lib/text-select
252
+
253
+ # [1.13.0-beta.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.13.0-beta.8) (2025-07-25)
254
+
255
+ **Note:** Version bump only for package @pie-lib/text-select
256
+
257
+ # [1.13.0-beta.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.13.0-beta.7) (2025-07-25)
258
+
259
+ **Note:** Version bump only for package @pie-lib/text-select
260
+
261
+ # [1.13.0-beta.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.13.0-beta.7) (2025-07-25)
262
+
263
+ **Note:** Version bump only for package @pie-lib/text-select
264
+
265
+ # [1.13.0-beta.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.13.0-beta.6) (2025-07-25)
266
+
267
+ **Note:** Version bump only for package @pie-lib/text-select
268
+
269
+ # [1.13.0-beta.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.13.0-beta.6) (2025-07-25)
270
+
271
+ **Note:** Version bump only for package @pie-lib/text-select
272
+
273
+ # [1.13.0-beta.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.13.0-beta.5) (2025-07-25)
274
+
275
+ **Note:** Version bump only for package @pie-lib/text-select
276
+
277
+ # [1.13.0-beta.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.13.0-beta.5) (2025-07-25)
278
+
279
+ **Note:** Version bump only for package @pie-lib/text-select
280
+
281
+ # [1.13.0-beta.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.13.0-beta.4) (2025-07-25)
282
+
283
+ **Note:** Version bump only for package @pie-lib/text-select
284
+
285
+ # [1.13.0-beta.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.13.0-beta.3) (2025-07-25)
286
+
287
+ **Note:** Version bump only for package @pie-lib/text-select
288
+
289
+ # [1.13.0-beta.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.13.0-beta.4) (2025-07-23)
290
+
291
+ **Note:** Version bump only for package @pie-lib/text-select
292
+
293
+ # [1.13.0-beta.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.13.0-beta.3) (2025-07-23)
294
+
295
+ **Note:** Version bump only for package @pie-lib/text-select
296
+
297
+ # [1.13.0-beta.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.13.0-beta.3) (2025-07-20)
298
+
299
+ **Note:** Version bump only for package @pie-lib/text-select
300
+
301
+ # [1.13.0-beta.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.13.0-beta.2) (2025-07-20)
302
+
303
+ **Note:** Version bump only for package @pie-lib/text-select
304
+
305
+ # [1.13.0-beta.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.13.0-beta.1) (2025-07-20)
306
+
307
+ **Note:** Version bump only for package @pie-lib/text-select
308
+
309
+ # [1.13.0-beta.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.13.0-beta.2) (2025-07-20)
310
+
311
+ **Note:** Version bump only for package @pie-lib/text-select
312
+
313
+ # [1.13.0-beta.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.13.0-beta.1) (2025-07-20)
314
+
315
+ **Note:** Version bump only for package @pie-lib/text-select
316
+
317
+ # [1.13.0-beta.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.13.0-beta.1) (2025-07-20)
318
+
319
+ **Note:** Version bump only for package @pie-lib/text-select
320
+
321
+ # [1.13.0-beta.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.13.0-beta.0) (2025-07-20)
322
+
323
+ **Note:** Version bump only for package @pie-lib/text-select
324
+
325
+ # [1.14.0-beta.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.14.0-beta.0) (2025-07-15)
326
+
327
+ **Note:** Version bump only for package @pie-lib/text-select
328
+
329
+ # [1.13.0-beta.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.13.0-beta.0) (2025-07-15)
330
+
331
+ **Note:** Version bump only for package @pie-lib/text-select
332
+
333
+ ## [1.12.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.6...@pie-lib/text-select@1.12.7) (2023-10-03)
334
+
335
+ **Note:** Version bump only for package @pie-lib/text-select
336
+
337
+ ## [1.12.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.5...@pie-lib/text-select@1.12.6) (2023-10-01)
338
+
339
+ **Note:** Version bump only for package @pie-lib/text-select
340
+
341
+ ## [1.12.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.4...@pie-lib/text-select@1.12.5) (2023-09-27)
342
+
343
+ **Note:** Version bump only for package @pie-lib/text-select
344
+
345
+ ## [1.12.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.3...@pie-lib/text-select@1.12.4) (2023-09-27)
346
+
347
+ **Note:** Version bump only for package @pie-lib/text-select
348
+
349
+ ## [1.12.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.2...@pie-lib/text-select@1.12.3) (2023-09-25)
350
+
351
+ **Note:** Version bump only for package @pie-lib/text-select
352
+
353
+ ## [1.12.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.1...@pie-lib/text-select@1.12.2) (2023-09-20)
354
+
355
+ **Note:** Version bump only for package @pie-lib/text-select
356
+
357
+ ## [1.12.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.0...@pie-lib/text-select@1.12.1) (2023-09-20)
358
+
359
+ **Note:** Version bump only for package @pie-lib/text-select
360
+
361
+ # [1.12.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.11.3...@pie-lib/text-select@1.12.0) (2023-09-18)
362
+
363
+ ### Features
364
+
365
+ - **translator, text-select:** add translations for new text-select legend PD-3162 ([20ee2c1](https://github.com/pie-framework/pie-lib/commit/20ee2c17873985fa06b4b58cf781742a5923b532))
366
+
367
+ ## [1.11.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.11.2...@pie-lib/text-select@1.11.3) (2023-09-14)
368
+
369
+ **Note:** Version bump only for package @pie-lib/text-select
370
+
371
+ ## [1.11.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.11.1...@pie-lib/text-select@1.11.2) (2023-08-29)
372
+
373
+ ### Bug Fixes
374
+
375
+ - **text-select:** PD-3117 - avoids tokens overlapping in eval mode ([728c242](https://github.com/pie-framework/pie-lib/commit/728c24274c726907de568600b074305a145320ca))
376
+ - **text-select:** PD-3134 replace typography with span to prevent materialui from overwriting styling ([a9c4860](https://github.com/pie-framework/pie-lib/commit/a9c4860701355e3e6b33145414658da06ba5a5a3))
377
+
378
+ ## [1.11.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.11.0...@pie-lib/text-select@1.11.1) (2023-08-21)
379
+
380
+ **Note:** Version bump only for package @pie-lib/text-select
381
+
382
+ # [1.11.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.10.0...@pie-lib/text-select@1.11.0) (2023-08-16)
383
+
384
+ ### Features
385
+
386
+ - **text-select:** PD-1163 - add legend for icons used in eval mode ([7b2bac2](https://github.com/pie-framework/pie-lib/commit/7b2bac262d29986db2ce57ff6cee6c04af08472a))
387
+
388
+ # [1.10.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.9.29...@pie-lib/text-select@1.10.0) (2023-08-15)
389
+
390
+ ### Features
391
+
392
+ - **text-select:** adjust colors and alignment of the color ([a51ba55](https://github.com/pie-framework/pie-lib/commit/a51ba5547f6e1559915d6ea967d406923831b561))
393
+ - **text-select:** PD-1163 create wrapper component ([b41db39](https://github.com/pie-framework/pie-lib/commit/b41db39ade332d19dca70a06d54acf51b5888c69))
394
+ - **text-select:** PD-1163 update snapshots ([6b8edf8](https://github.com/pie-framework/pie-lib/commit/6b8edf83b763abdd93eee2655be3600cef90586b))
395
+ - **text-select:** PD-1163 updates to tokens in text select ([2535c91](https://github.com/pie-framework/pie-lib/commit/2535c911f378f4cf41c8471bfa1898b996ffacee))
396
+
397
+ ## [1.9.29](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.9.28...@pie-lib/text-select@1.9.29) (2023-07-24)
398
+
399
+ **Note:** Version bump only for package @pie-lib/text-select
400
+
401
+ ## [1.9.28](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.9.27...@pie-lib/text-select@1.9.28) (2023-06-24)
402
+
403
+ **Note:** Version bump only for package @pie-lib/text-select
404
+
405
+ ## [1.9.27](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.9.26...@pie-lib/text-select@1.9.27) (2023-06-13)
406
+
407
+ **Note:** Version bump only for package @pie-lib/text-select
408
+
409
+ ## [1.9.26](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.9.25...@pie-lib/text-select@1.9.26) (2023-06-12)
410
+
411
+ **Note:** Version bump only for package @pie-lib/text-select
412
+
413
+ ## [1.9.25](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.9.24...@pie-lib/text-select@1.9.25) (2023-06-05)
414
+
415
+ **Note:** Version bump only for package @pie-lib/text-select
416
+
417
+ ## [1.9.24](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.9.23...@pie-lib/text-select@1.9.24) (2023-05-12)
418
+
419
+ **Note:** Version bump only for package @pie-lib/text-select
420
+
421
+ ## [1.9.23](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.9.22...@pie-lib/text-select@1.9.23) (2023-05-01)
422
+
423
+ **Note:** Version bump only for package @pie-lib/text-select
424
+
425
+ ## [1.9.22](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.9.21...@pie-lib/text-select@1.9.22) (2023-04-25)
426
+
427
+ **Note:** Version bump only for package @pie-lib/text-select
428
+
429
+ ## [1.9.21](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.9.20...@pie-lib/text-select@1.9.21) (2023-04-19)
430
+
431
+ ### Bug Fixes
432
+
433
+ - **eslint:** fix eslint problems-PD-2732 ([9eb9976](https://github.com/pie-framework/pie-lib/commit/9eb9976749753da86e1057a07bd2cfc65bf64ae4))
434
+
435
+ ## [1.9.20](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.9.19...@pie-lib/text-select@1.9.20) (2023-04-07)
436
+
437
+ **Note:** Version bump only for package @pie-lib/text-select
438
+
439
+ ## [1.9.19](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.9.18...@pie-lib/text-select@1.9.19) (2023-04-03)
440
+
441
+ **Note:** Version bump only for package @pie-lib/text-select
442
+
443
+ ## [1.9.18](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.9.17...@pie-lib/text-select@1.9.18) (2023-03-27)
444
+
445
+ **Note:** Version bump only for package @pie-lib/text-select
446
+
447
+ ## [1.9.17](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.9.16...@pie-lib/text-select@1.9.17) (2023-03-20)
448
+
449
+ **Note:** Version bump only for package @pie-lib/text-select
450
+
451
+ ## [1.9.16](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.9.15...@pie-lib/text-select@1.9.16) (2023-03-13)
452
+
453
+ **Note:** Version bump only for package @pie-lib/text-select
454
+
455
+ ## [1.9.15](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.9.13...@pie-lib/text-select@1.9.15) (2023-02-28)
456
+
457
+ ### Bug Fixes
458
+
459
+ - version bump ([d9280a9](https://github.com/pie-framework/pie-lib/commit/d9280a9aeddab459b6d84ecdbeb62814e1eee965))
460
+
461
+ ## [1.9.13](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.9.12...@pie-lib/text-select@1.9.13) (2023-02-28)
462
+
463
+ **Note:** Version bump only for package @pie-lib/text-select
464
+
465
+ ## [1.9.12](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.9.10...@pie-lib/text-select@1.9.12) (2023-01-31)
466
+
467
+ **Note:** Version bump only for package @pie-lib/text-select
468
+
469
+ ## [1.9.10](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.9.9...@pie-lib/text-select@1.9.10) (2023-01-31)
470
+
471
+ **Note:** Version bump only for package @pie-lib/text-select
472
+
473
+ ## [1.9.9](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.9.8...@pie-lib/text-select@1.9.9) (2023-01-31)
474
+
475
+ **Note:** Version bump only for package @pie-lib/text-select
476
+
477
+ ## [1.9.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.9.7...@pie-lib/text-select@1.9.8) (2023-01-31)
478
+
479
+ **Note:** Version bump only for package @pie-lib/text-select
480
+
481
+ ## [1.9.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.9.5...@pie-lib/text-select@1.9.7) (2023-01-31)
482
+
483
+ **Note:** Version bump only for package @pie-lib/text-select
484
+
485
+ ## [1.9.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.9.3...@pie-lib/text-select@1.9.5) (2023-01-31)
486
+
487
+ **Note:** Version bump only for package @pie-lib/text-select
488
+
489
+ ## [1.9.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.9.1...@pie-lib/text-select@1.9.3) (2023-01-31)
490
+
491
+ **Note:** Version bump only for package @pie-lib/text-select
492
+
493
+ ## [1.9.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.9.0...@pie-lib/text-select@1.9.1) (2023-01-31)
494
+
495
+ **Note:** Version bump only for package @pie-lib/text-select
496
+
497
+ # [1.9.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.8.28...@pie-lib/text-select@1.9.0) (2023-01-16)
498
+
499
+ ### Features
500
+
501
+ - added theme naming support + cleanup ([72d562d](https://github.com/pie-framework/pie-lib/commit/72d562d509e5d31d883690eb455a9afea6bf54fc))
502
+
503
+ ## [1.8.28](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.8.27...@pie-lib/text-select@1.8.28) (2023-01-03)
504
+
505
+ ### Bug Fixes
506
+
507
+ - **select-text:** remove hover effect from tokens for touch devices ([7219e33](https://github.com/pie-framework/pie-lib/commit/7219e337d6e7fbb83c4bc6e984f1fa633d35a448))
508
+
509
+ ## [1.8.27](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.8.26...@pie-lib/text-select@1.8.27) (2022-11-23)
510
+
511
+ **Note:** Version bump only for package @pie-lib/text-select
512
+
513
+ ## [1.8.26](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.8.25...@pie-lib/text-select@1.8.26) (2022-09-28)
514
+
515
+ **Note:** Version bump only for package @pie-lib/text-select
516
+
517
+ ## [1.8.25](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.8.24...@pie-lib/text-select@1.8.25) (2022-09-14)
518
+
519
+ **Note:** Version bump only for package @pie-lib/text-select
520
+
521
+ ## [1.8.24](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.8.23...@pie-lib/text-select@1.8.24) (2022-09-12)
522
+
523
+ **Note:** Version bump only for package @pie-lib/text-select
524
+
525
+ ## [1.8.23](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.8.22...@pie-lib/text-select@1.8.23) (2022-08-29)
526
+
527
+ **Note:** Version bump only for package @pie-lib/text-select
528
+
529
+ ## [1.8.22](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.8.21...@pie-lib/text-select@1.8.22) (2022-08-15)
530
+
531
+ **Note:** Version bump only for package @pie-lib/text-select
532
+
533
+ ## [1.8.21](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.8.20...@pie-lib/text-select@1.8.21) (2022-08-08)
534
+
535
+ **Note:** Version bump only for package @pie-lib/text-select
536
+
537
+ ## [1.8.20](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.8.19...@pie-lib/text-select@1.8.20) (2022-07-18)
538
+
539
+ **Note:** Version bump only for package @pie-lib/text-select
540
+
541
+ ## [1.8.19](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.8.18...@pie-lib/text-select@1.8.19) (2022-07-18)
542
+
543
+ **Note:** Version bump only for package @pie-lib/text-select
544
+
545
+ ## [1.8.18](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.8.17...@pie-lib/text-select@1.8.18) (2022-06-13)
546
+
547
+ **Note:** Version bump only for package @pie-lib/text-select
548
+
549
+ ## [1.8.17](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.8.16...@pie-lib/text-select@1.8.17) (2022-05-30)
550
+
551
+ **Note:** Version bump only for package @pie-lib/text-select
552
+
553
+ ## [1.8.16](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.8.15...@pie-lib/text-select@1.8.16) (2022-05-24)
554
+
555
+ **Note:** Version bump only for package @pie-lib/text-select
556
+
557
+ ## [1.8.15](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.8.14...@pie-lib/text-select@1.8.15) (2022-04-28)
558
+
559
+ **Note:** Version bump only for package @pie-lib/text-select
560
+
561
+ ## [1.8.14](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.8.13...@pie-lib/text-select@1.8.14) (2022-03-21)
562
+
563
+ **Note:** Version bump only for package @pie-lib/text-select
564
+
565
+ ## [1.8.13](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.8.12...@pie-lib/text-select@1.8.13) (2022-02-21)
566
+
567
+ **Note:** Version bump only for package @pie-lib/text-select
568
+
569
+ ## [1.8.12](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.8.11...@pie-lib/text-select@1.8.12) (2022-02-03)
570
+
571
+ **Note:** Version bump only for package @pie-lib/text-select
572
+
573
+ ## [1.8.11](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.8.10...@pie-lib/text-select@1.8.11) (2021-12-13)
574
+
575
+ **Note:** Version bump only for package @pie-lib/text-select
576
+
577
+ ## [1.8.10](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.8.9...@pie-lib/text-select@1.8.10) (2021-11-29)
578
+
579
+ **Note:** Version bump only for package @pie-lib/text-select
580
+
581
+ ## [1.8.9](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.8.8...@pie-lib/text-select@1.8.9) (2021-11-10)
582
+
583
+ **Note:** Version bump only for package @pie-lib/text-select
584
+
585
+ ## [1.8.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.8.7...@pie-lib/text-select@1.8.8) (2021-10-04)
586
+
587
+ ### Bug Fixes
588
+
589
+ - **select-text:** made sure the new line characters are taken into consideration for offsets [PD-1145](<[a7bb44a](https://github.com/pie-framework/pie-lib/commit/a7bb44a)>)
590
+
591
+ ## [1.8.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.8.6...@pie-lib/text-select@1.8.7) (2021-09-08)
592
+
593
+ **Note:** Version bump only for package @pie-lib/text-select
594
+
595
+ ## [1.8.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.8.5...@pie-lib/text-select@1.8.6) (2021-09-08)
596
+
597
+ **Note:** Version bump only for package @pie-lib/text-select
598
+
599
+ ## [1.8.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.8.4...@pie-lib/text-select@1.8.5) (2021-08-30)
600
+
601
+ ### Bug Fixes
602
+
603
+ - **text-select:** move prepareText function from pie-elements ([0eaee81](https://github.com/pie-framework/pie-lib/commit/0eaee81))
604
+
605
+ ## [1.8.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.8.3...@pie-lib/text-select@1.8.4) (2021-08-04)
606
+
607
+ **Note:** Version bump only for package @pie-lib/text-select
608
+
609
+ ## [1.8.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.8.2...@pie-lib/text-select@1.8.3) (2021-07-23)
610
+
611
+ ### Bug Fixes
612
+
613
+ - **text-select:** Fixed white space collapse PD-477 ([1f9481f](https://github.com/pie-framework/pie-lib/commit/1f9481f))
614
+
615
+ ## [1.8.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.8.0...@pie-lib/text-select@1.8.2) (2021-06-25)
616
+
617
+ **Note:** Version bump only for package @pie-lib/text-select
618
+
619
+ # [1.8.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.7.13...@pie-lib/text-select@1.8.0) (2021-06-25)
620
+
621
+ ### Bug Fixes
622
+
623
+ - **text-select:** fix incorrect indenting PD-1038 ([4d56509](https://github.com/pie-framework/pie-lib/commit/4d56509))
624
+ - **text-select:** select text view mode should use black for text color PD-1154 ([0db5b1e](https://github.com/pie-framework/pie-lib/commit/0db5b1e))
625
+
626
+ ### Features
627
+
628
+ - **text-select:** when select-text item permits only one selection, change behavior of gather PD-958 ([c181314](https://github.com/pie-framework/pie-lib/commit/c181314))
629
+
630
+ ## [1.7.13](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.7.12...@pie-lib/text-select@1.7.13) (2021-03-01)
631
+
632
+ **Note:** Version bump only for package @pie-lib/text-select
633
+
634
+ ## [1.7.12](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.7.11...@pie-lib/text-select@1.7.12) (2021-03-01)
635
+
636
+ ### Bug Fixes
637
+
638
+ - **text-select:** fix layout for legacy items with line number ([d50865e](https://github.com/pie-framework/pie-lib/commit/d50865e))
639
+ - **text-select:** fix padding for tokens in order to fix PD-860 ([eacb81c](https://github.com/pie-framework/pie-lib/commit/eacb81c))
640
+ - **text-select:** show tokens if they are selected in view mode to fix PD-464 ([7821536](https://github.com/pie-framework/pie-lib/commit/7821536))
641
+
642
+ ## [1.7.11](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.7.10...@pie-lib/text-select@1.7.11) (2021-02-15)
643
+
644
+ **Note:** Version bump only for package @pie-lib/text-select
645
+
646
+ ## [1.7.10](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.7.8...@pie-lib/text-select@1.7.10) (2021-02-15)
647
+
648
+ **Note:** Version bump only for package @pie-lib/text-select
649
+
650
+ ## [1.7.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.7.7...@pie-lib/text-select@1.7.8) (2021-02-15)
651
+
652
+ ### Bug Fixes
653
+
654
+ - **text-select:** fix space between lines ([5633537](https://github.com/pie-framework/pie-lib/commit/5633537))
655
+
656
+ ## [1.7.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.7.6...@pie-lib/text-select@1.7.7) (2021-02-01)
657
+
658
+ **Note:** Version bump only for package @pie-lib/text-select
659
+
660
+ ## [1.7.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.7.5...@pie-lib/text-select@1.7.6) (2021-01-28)
661
+
662
+ **Note:** Version bump only for package @pie-lib/text-select
663
+
664
+ ## [1.7.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.7.4...@pie-lib/text-select@1.7.5) (2021-01-28)
665
+
666
+ **Note:** Version bump only for package @pie-lib/text-select
667
+
668
+ ## [1.7.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.7.3...@pie-lib/text-select@1.7.4) (2021-01-25)
669
+
670
+ ### Bug Fixes
671
+
672
+ - **text-select:** fix token rendering issue - PD-642 ([89f3b70](https://github.com/pie-framework/pie-lib/commit/89f3b70))
673
+
674
+ ## [1.7.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.7.2...@pie-lib/text-select@1.7.3) (2021-01-11)
675
+
676
+ ### Bug Fixes
677
+
678
+ - Added fix for style changes after selection of max tokens PD-646 ([30183a9](https://github.com/pie-framework/pie-lib/commit/30183a9))
679
+
680
+ ## [1.7.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.7.1...@pie-lib/text-select@1.7.2) (2020-10-29)
681
+
682
+ **Note:** Version bump only for package @pie-lib/text-select
683
+
684
+ ## [1.7.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.7.0...@pie-lib/text-select@1.7.1) (2020-10-26)
685
+
686
+ ### Bug Fixes
687
+
688
+ - **select-text:** fix text indent styling for tokens ([0d13170](https://github.com/pie-framework/pie-lib/commit/0d13170))
689
+
690
+ # [1.7.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.6.1...@pie-lib/text-select@1.7.0) (2020-10-26)
691
+
692
+ ### Features
693
+
694
+ - **text-select:** fix default colors in theme for hover and select ([f85b8f9](https://github.com/pie-framework/pie-lib/commit/f85b8f9))
695
+
696
+ ## [1.6.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.6.0...@pie-lib/text-select@1.6.1) (2020-10-19)
697
+
698
+ **Note:** Version bump only for package @pie-lib/text-select
699
+
700
+ # [1.6.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.5.24...@pie-lib/text-select@1.6.0) (2020-10-07)
701
+
702
+ ### Features
703
+
704
+ - **text-select:** add color theme support ([8dd94e8](https://github.com/pie-framework/pie-lib/commit/8dd94e8))
705
+ - **text-select:** color theme support - use wider palette ([2918cdd](https://github.com/pie-framework/pie-lib/commit/2918cdd))
706
+
707
+ ## [1.5.24](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.5.23...@pie-lib/text-select@1.5.24) (2020-04-27)
708
+
709
+ **Note:** Version bump only for package @pie-lib/text-select
710
+
711
+ ## [1.5.23](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.5.22...@pie-lib/text-select@1.5.23) (2020-04-21)
712
+
713
+ ### Bug Fixes
714
+
715
+ - PD-19: Sentence parser was not working properly - updated the package version. ([057a88e](https://github.com/pie-framework/pie-lib/commit/057a88e))
716
+
717
+ ## [1.5.22](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.5.21...@pie-lib/text-select@1.5.22) (2020-04-14)
718
+
719
+ **Note:** Version bump only for package @pie-lib/text-select
720
+
721
+ ## [1.5.21](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.5.20...@pie-lib/text-select@1.5.21) (2020-04-08)
722
+
723
+ **Note:** Version bump only for package @pie-lib/text-select
724
+
725
+ ## [1.5.20](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.5.19...@pie-lib/text-select@1.5.20) (2020-03-31)
726
+
727
+ **Note:** Version bump only for package @pie-lib/text-select
728
+
729
+ ## [1.5.19](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.5.18...@pie-lib/text-select@1.5.19) (2020-03-31)
730
+
731
+ **Note:** Version bump only for package @pie-lib/text-select
732
+
733
+ ## [1.5.18](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.5.17...@pie-lib/text-select@1.5.18) (2020-03-31)
734
+
735
+ **Note:** Version bump only for package @pie-lib/text-select
736
+
737
+ ## [1.5.17](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.5.16...@pie-lib/text-select@1.5.17) (2020-03-30)
738
+
739
+ **Note:** Version bump only for package @pie-lib/text-select
740
+
741
+ ## [1.5.16](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.5.15...@pie-lib/text-select@1.5.16) (2020-03-30)
742
+
743
+ **Note:** Version bump only for package @pie-lib/text-select
744
+
745
+ ## [1.5.15](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.5.14...@pie-lib/text-select@1.5.15) (2020-03-30)
746
+
747
+ **Note:** Version bump only for package @pie-lib/text-select
748
+
749
+ ## [1.5.14](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.5.13...@pie-lib/text-select@1.5.14) (2020-03-30)
750
+
751
+ **Note:** Version bump only for package @pie-lib/text-select
752
+
753
+ ## [1.5.13](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.5.12...@pie-lib/text-select@1.5.13) (2020-03-30)
754
+
755
+ ### Bug Fixes
756
+
757
+ - correct export syntax ([db7fcc0](https://github.com/pie-framework/pie-lib/commit/db7fcc0))
758
+
759
+ ## [1.5.12](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.5.11...@pie-lib/text-select@1.5.12) (2020-03-30)
760
+
761
+ **Note:** Version bump only for package @pie-lib/text-select
762
+
763
+ ## [1.5.11](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.5.10...@pie-lib/text-select@1.5.11) (2020-03-30)
764
+
765
+ ### Bug Fixes
766
+
767
+ - add module prop to package.json ([946c118](https://github.com/pie-framework/pie-lib/commit/946c118))
768
+
769
+ ## [1.5.10](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.5.9...@pie-lib/text-select@1.5.10) (2020-03-18)
770
+
771
+ **Note:** Version bump only for package @pie-lib/text-select
772
+
773
+ ## [1.5.9](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.5.8...@pie-lib/text-select@1.5.9) (2020-02-11)
774
+
775
+ **Note:** Version bump only for package @pie-lib/text-select
776
+
777
+ ## [1.5.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.5.7...@pie-lib/text-select@1.5.8) (2019-12-10)
778
+
779
+ **Note:** Version bump only for package @pie-lib/text-select
780
+
781
+ ## [1.5.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.5.6...@pie-lib/text-select@1.5.7) (2019-12-10)
782
+
783
+ **Note:** Version bump only for package @pie-lib/text-select
784
+
785
+ ## [1.5.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.5.5...@pie-lib/text-select@1.5.6) (2019-12-09)
786
+
787
+ ### Bug Fixes
788
+
789
+ - ch5389: A Select Text item had incorrect text if some of the tokens were defined twice, because in the normalized array there were being added tokens where start value was bigger than the end value of the token. ([75ab455](https://github.com/pie-framework/pie-lib/commit/75ab455))
790
+
791
+ ## [1.5.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.5.4...@pie-lib/text-select@1.5.5) (2019-08-21)
792
+
793
+ **Note:** Version bump only for package @pie-lib/text-select
794
+
795
+ ## [1.5.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.5.3...@pie-lib/text-select@1.5.4) (2019-07-08)
796
+
797
+ **Note:** Version bump only for package @pie-lib/text-select
798
+
799
+ ## [1.5.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.5.2...@pie-lib/text-select@1.5.3) (2019-07-05)
800
+
801
+ **Note:** Version bump only for package @pie-lib/text-select
802
+
803
+ ## [1.5.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.5.1...@pie-lib/text-select@1.5.2) (2019-07-02)
804
+
805
+ **Note:** Version bump only for package @pie-lib/text-select
806
+
807
+ ## [1.5.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.5.0...@pie-lib/text-select@1.5.1) (2019-06-17)
808
+
809
+ **Note:** Version bump only for package @pie-lib/text-select
810
+
811
+ # [1.5.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.4.12...@pie-lib/text-select@1.5.0) (2019-06-12)
812
+
813
+ ### Features
814
+
815
+ - version bumps ([23eb54f](https://github.com/pie-framework/pie-lib/commit/23eb54f))
816
+
817
+ ## [1.4.12](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.4.11...@pie-lib/text-select@1.4.12) (2019-04-05)
818
+
819
+ **Note:** Version bump only for package @pie-lib/text-select
820
+
821
+ ## [1.4.11](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.4.10...@pie-lib/text-select@1.4.11) (2019-04-04)
822
+
823
+ **Note:** Version bump only for package @pie-lib/text-select
824
+
825
+ ## [1.4.10](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.4.9...@pie-lib/text-select@1.4.10) (2019-04-02)
826
+
827
+ ### Bug Fixes
828
+
829
+ - **text-select:** making use of span wrapper for tokens only where needed and recreated the html as string (issue: previous implementation was breaking the html content) ([532adc7](https://github.com/pie-framework/pie-lib/commit/532adc7))
830
+
831
+ ## [1.4.9](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.4.8...@pie-lib/text-select@1.4.9) (2019-03-15)
832
+
833
+ ### Bug Fixes
834
+
835
+ - rm child prepack in favour of root prepack ([381d8d6](https://github.com/pie-framework/pie-lib/commit/381d8d6))
836
+
837
+ ## [1.4.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.4.7...@pie-lib/text-select@1.4.8) (2019-03-14)
838
+
839
+ **Note:** Version bump only for package @pie-lib/text-select
840
+
841
+ ## [1.4.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.4.6...@pie-lib/text-select@1.4.7) (2019-03-14)
842
+
843
+ **Note:** Version bump only for package @pie-lib/text-select
844
+
845
+ ## [1.4.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.4.5...@pie-lib/text-select@1.4.6) (2019-03-14)
846
+
847
+ **Note:** Version bump only for package @pie-lib/text-select
848
+
849
+ ## [1.4.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.4.4...@pie-lib/text-select@1.4.5) (2019-03-14)
850
+
851
+ **Note:** Version bump only for package @pie-lib/text-select
852
+
853
+ ## [1.4.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.4.3...@pie-lib/text-select@1.4.4) (2019-03-13)
854
+
855
+ **Note:** Version bump only for package @pie-lib/text-select
856
+
857
+ ## [1.4.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.4.2...@pie-lib/text-select@1.4.3) (2019-03-13)
858
+
859
+ **Note:** Version bump only for package @pie-lib/text-select
860
+
861
+ ## [1.4.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.4.1...@pie-lib/text-select@1.4.2) (2019-03-13)
862
+
863
+ **Note:** Version bump only for package @pie-lib/text-select
864
+
865
+ ## [1.4.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.4.0...@pie-lib/text-select@1.4.1) (2019-02-17)
866
+
867
+ ### Bug Fixes
868
+
869
+ - fix tests ([1363aa4](https://github.com/pie-framework/pie-lib/commit/1363aa4))
870
+
871
+ # [1.4.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.3.1...@pie-lib/text-select@1.4.0) (2019-02-07)
872
+
873
+ ### Features
874
+
875
+ - support html markup in TextSelect ([b3942ed](https://github.com/pie-framework/pie-lib/commit/b3942ed))
876
+
877
+ ## [1.3.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.3.0...@pie-lib/text-select@1.3.1) (2019-01-30)
878
+
879
+ **Note:** Version bump only for package @pie-lib/text-select
880
+
881
+ # [1.3.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.2.3...@pie-lib/text-select@1.3.0) (2019-01-30)
882
+
883
+ ### Features
884
+
885
+ - libs version bump ([b4c1087](https://github.com/pie-framework/pie-lib/commit/b4c1087))
886
+
887
+ <a name="1.2.3"></a>
888
+
889
+ ## [1.2.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.2.2...@pie-lib/text-select@1.2.3) (2018-11-12)
890
+
891
+ ### Bug Fixes
892
+
893
+ - **added-dependencies-where-needed:** fixed missing dependencies ([7c28bd3](https://github.com/pie-framework/pie-lib/commit/7c28bd3))
894
+
895
+ <a name="1.2.2"></a>
896
+
897
+ ## [1.2.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.2.1...@pie-lib/text-select@1.2.2) (2018-10-16)
898
+
899
+ ### Bug Fixes
900
+
901
+ - **add-paragraph:** added a paragraph builder for tokens ([61189c0](https://github.com/pie-framework/pie-lib/commit/61189c0))
902
+ - **mode-save:** added a new state variable that saves the current mode of the tokenizer ([340b4ba](https://github.com/pie-framework/pie-lib/commit/340b4ba))
903
+ - **mode-save:** added some tests and refactored some code ([2ffeaca](https://github.com/pie-framework/pie-lib/commit/2ffeaca))
904
+
905
+ <a name="1.2.1"></a>
906
+
907
+ ## [1.2.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.2.0...@pie-lib/text-select@1.2.1) (2018-07-25)
908
+
909
+ **Note:** Version bump only for package @pie-lib/text-select
910
+
911
+ <a name="1.2.0"></a>
912
+
913
+ # [1.2.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.1.2...@pie-lib/text-select@1.2.0) (2018-05-16)
914
+
915
+ ### Features
916
+
917
+ - upgrade material-ui -> [@material-ui](https://github.com/material-ui)/core@^1.0.0-rc.1 ([017ef63](https://github.com/pie-framework/pie-lib/commit/017ef63))
918
+
919
+ <a name="1.1.2"></a>
920
+
921
+ ## [1.1.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.1.1...@pie-lib/text-select@1.1.2) (2018-05-09)
922
+
923
+ ### Bug Fixes
924
+
925
+ - **lint:** lint fixes ([f059583](https://github.com/pie-framework/pie-lib/commit/f059583))
926
+
927
+ <a name="1.1.1"></a>
928
+
929
+ ## [1.1.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.1.0...@pie-lib/text-select@1.1.1) (2018-05-09)
930
+
931
+ ### Bug Fixes
932
+
933
+ - **test:** fix test run ([d15ac94](https://github.com/pie-framework/pie-lib/commit/d15ac94))
934
+
935
+ <a name="1.1.0"></a>
936
+
937
+ # 1.1.0 (2018-05-08)
938
+
939
+ ### Features
940
+
941
+ - **text-select:** Add new text-select package. ([3916c19](https://github.com/pie-framework/pie-lib/commit/3916c19))
942
+
943
+ # Change Log
944
+
945
+ All notable changes to this project will be documented in this file.
946
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.