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