@pie-lib/text-select 3.0.8 → 4.0.0-next.41

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