@pie-element/complex-rubric 7.1.0-next.28 → 7.1.1-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 (118) hide show
  1. package/dist/author/defaults.d.ts +231 -0
  2. package/dist/author/defaults.js +177 -0
  3. package/dist/author/index.d.ts +34 -0
  4. package/dist/author/index.js +87 -0
  5. package/dist/author/main.d.ts +23 -0
  6. package/dist/author/main.js +106 -0
  7. package/dist/controller/defaults.d.ts +39 -0
  8. package/dist/controller/defaults.js +42 -0
  9. package/dist/controller/index.d.ts +25 -0
  10. package/dist/controller/index.js +107 -0
  11. package/dist/controller/utils.d.ts +9 -0
  12. package/dist/controller/utils.js +4 -0
  13. package/dist/delivery/index.d.ts +23 -0
  14. package/dist/delivery/index.js +96 -0
  15. package/dist/index.d.ts +1 -0
  16. package/dist/index.iife.d.ts +8 -0
  17. package/dist/index.iife.js +145 -0
  18. package/dist/index.js +2 -0
  19. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Symbol.js +5 -0
  20. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_apply.js +12 -0
  21. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayLikeKeys.js +15 -0
  22. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseGetTag.js +10 -0
  23. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsArguments.js +9 -0
  24. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsNative.js +11 -0
  25. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsTypedArray.js +11 -0
  26. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseKeysIn.js +13 -0
  27. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseRest.js +9 -0
  28. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseSetToString.js +14 -0
  29. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseTimes.js +7 -0
  30. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseUnary.js +8 -0
  31. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_coreJsData.js +5 -0
  32. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_defineProperty.js +10 -0
  33. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_freeGlobal.js +4 -0
  34. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getNative.js +9 -0
  35. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getRawTag.js +14 -0
  36. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getValue.js +6 -0
  37. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isIndex.js +8 -0
  38. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isIterateeCall.js +12 -0
  39. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isMasked.js +11 -0
  40. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isPrototype.js +8 -0
  41. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nativeKeysIn.js +8 -0
  42. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nodeUtil.js +9 -0
  43. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_objectToString.js +7 -0
  44. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_overRest.js +13 -0
  45. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_root.js +5 -0
  46. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_setToString.js +6 -0
  47. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_shortOut.js +14 -0
  48. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_toSource.js +15 -0
  49. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/constant.js +8 -0
  50. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/defaults.js +16 -0
  51. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/eq.js +6 -0
  52. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/identity.js +6 -0
  53. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isArguments.js +10 -0
  54. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isArray.js +4 -0
  55. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isArrayLike.js +8 -0
  56. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isBuffer.js +6 -0
  57. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isFunction.js +11 -0
  58. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isLength.js +7 -0
  59. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isObject.js +7 -0
  60. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isObjectLike.js +6 -0
  61. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isTypedArray.js +7 -0
  62. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/keysIn.js +9 -0
  63. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/stubFalse.js +6 -0
  64. package/dist/print/index.d.ts +24 -0
  65. package/dist/print/index.js +84 -0
  66. package/package.json +58 -21
  67. package/CHANGELOG.md +0 -1431
  68. package/LICENSE.md +0 -5
  69. package/README.md +0 -3
  70. package/configure/CHANGELOG.md +0 -1085
  71. package/configure/lib/defaults.js +0 -271
  72. package/configure/lib/defaults.js.map +0 -1
  73. package/configure/lib/index.js +0 -150
  74. package/configure/lib/index.js.map +0 -1
  75. package/configure/lib/main.js +0 -172
  76. package/configure/lib/main.js.map +0 -1
  77. package/configure/package.json +0 -27
  78. package/configure/src/__tests__/index.test.js +0 -94
  79. package/configure/src/__tests__/main.test.jsx +0 -140
  80. package/configure/src/defaults.js +0 -213
  81. package/configure/src/index.js +0 -169
  82. package/configure/src/main.jsx +0 -162
  83. package/controller/CHANGELOG.md +0 -928
  84. package/controller/lib/defaults.js +0 -42
  85. package/controller/lib/defaults.js.map +0 -1
  86. package/controller/lib/index.js +0 -239
  87. package/controller/lib/index.js.map +0 -1
  88. package/controller/lib/utils.js +0 -11
  89. package/controller/lib/utils.js.map +0 -1
  90. package/controller/package.json +0 -16
  91. package/controller/src/__tests__/index.test.js +0 -55
  92. package/controller/src/defaults.js +0 -39
  93. package/controller/src/index.js +0 -220
  94. package/controller/src/utils.js +0 -3
  95. package/docs/config-schema.json +0 -4255
  96. package/docs/config-schema.json.md +0 -3162
  97. package/docs/demo/config.js +0 -8
  98. package/docs/demo/generate.js +0 -196
  99. package/docs/demo/index.html +0 -1
  100. package/docs/demo/session.js +0 -6
  101. package/docs/pie-schema.json +0 -3302
  102. package/docs/pie-schema.json.md +0 -2364
  103. package/lib/index.js +0 -141
  104. package/lib/index.js.map +0 -1
  105. package/lib/print.js +0 -129
  106. package/lib/print.js.map +0 -1
  107. package/module/configure.js +0 -1
  108. package/module/controller.js +0 -262
  109. package/module/demo.js +0 -221
  110. package/module/element.js +0 -1
  111. package/module/index.html +0 -21
  112. package/module/manifest.json +0 -22
  113. package/module/print-demo.js +0 -259
  114. package/module/print.html +0 -18
  115. package/module/print.js +0 -1
  116. package/src/__tests__/index.test.js +0 -256
  117. package/src/index.js +0 -152
  118. package/src/print.js +0 -140
@@ -1,1085 +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
- # [5.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@5.1.0-next.0...@pie-element/complex-rubric-configure@5.1.0-next.1) (2026-05-06)
7
-
8
- ### Bug Fixes
9
-
10
- - bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
11
-
12
- ## [5.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@5.0.0...@pie-element/complex-rubric-configure@5.0.1) (2026-04-28)
13
-
14
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
15
-
16
- # [4.2.0-next.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@4.2.0-next.8...@pie-element/complex-rubric-configure@4.2.0-next.9) (2026-04-27)
17
-
18
- ### Features
19
-
20
- - bump major libs and shared modules ([acb4bf3](https://github.com/pie-framework/pie-elements/commit/acb4bf32dafd5cd47cd1c673791b7af3c66b2938))
21
-
22
- # [4.2.0-next.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@4.2.0-next.7...@pie-element/complex-rubric-configure@4.2.0-next.8) (2026-04-24)
23
-
24
- ### Bug Fixes
25
-
26
- - bump dLl modules and libs PIE-171, PIE-133, PIE-151, PIE-130, PIE-147, PIE-168, PIE-425 ([6b02d2a](https://github.com/pie-framework/pie-elements/commit/6b02d2abfd4027569150d347ea9f7701ce634270))
27
-
28
- # [4.2.0-next.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@4.2.0-next.6...@pie-element/complex-rubric-configure@4.2.0-next.7) (2026-04-17)
29
-
30
- ### Bug Fixes
31
-
32
- - bump libs PIE-129 ([cee3e10](https://github.com/pie-framework/pie-elements/commit/cee3e109a9c1d9a68ab592781c968f6b27209846))
33
-
34
- # [4.2.0-next.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@4.2.0-next.5...@pie-element/complex-rubric-configure@4.2.0-next.6) (2026-04-16)
35
-
36
- ### Bug Fixes
37
-
38
- - bump libs PIE-46, PIE-25, PIE-54, PIE-44, PIE-29, PIE-13, PIE-129 ([5c17838](https://github.com/pie-framework/pie-elements/commit/5c17838a53483437e42dc679a4361e16b7ef5e31))
39
-
40
- # [4.2.0-next.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@4.2.0-next.4...@pie-element/complex-rubric-configure@4.2.0-next.5) (2026-04-13)
41
-
42
- ### Bug Fixes
43
-
44
- - bump libs PIE-34 ([9f8b35a](https://github.com/pie-framework/pie-elements/commit/9f8b35a856ca1eba67d5630a358b96226cfca984))
45
-
46
- # [4.2.0-next.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@4.2.0-next.3...@pie-element/complex-rubric-configure@4.2.0-next.4) (2026-04-10)
47
-
48
- ### Features
49
-
50
- - **math-inline:** replace @pie-framework/mathquill with math-input helpers PIE-56, bump libs PIE-34, PIE-57, PIE-36, PIE-38, PIE-18 ([abd205e](https://github.com/pie-framework/pie-elements/commit/abd205e9c8335957b9fc2548822e4125bf1a7edb))
51
-
52
- # [4.2.0-next.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@4.2.0-next.2...@pie-element/complex-rubric-configure@4.2.0-next.3) (2026-04-08)
53
-
54
- ### Bug Fixes
55
-
56
- - bump shared modules and libs PIE-53, PIE-48, PIE-114, PIE-74, PIE-35, PIE-40, PIE-27 ([3e6682d](https://github.com/pie-framework/pie-elements/commit/3e6682db1eb23414f3a4222abe13d2dd8ae5378e))
57
-
58
- # [4.2.0-next.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@4.2.0-next.1...@pie-element/complex-rubric-configure@4.2.0-next.2) (2026-04-03)
59
-
60
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
61
-
62
- # [4.2.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@4.2.0-next.0...@pie-element/complex-rubric-configure@4.2.0-next.1) (2026-03-25)
63
-
64
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
65
-
66
- # [4.2.0-next.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@4.1.2-next.7...@pie-element/complex-rubric-configure@4.2.0-next.0) (2026-03-19)
67
-
68
- ### Features
69
-
70
- - bump libs PD-5669, PD-5530, PD-5496,PD-5501, PD-5790, PD-5622, PD-5811, PD-5590, PD-5510 ([1c7cfc4](https://github.com/pie-framework/pie-elements/commit/1c7cfc4ea91dfd631b9e2ca23810b65a4a4585cf))
71
-
72
- ## [4.1.2-next.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@4.1.2-next.6...@pie-element/complex-rubric-configure@4.1.2-next.7) (2026-03-12)
73
-
74
- ### Bug Fixes
75
-
76
- - bump libs, update mathquill, switch interface PD-5791 ([686a7c0](https://github.com/pie-framework/pie-elements/commit/686a7c0d41ff82f5ddad7cecd93cc0c18324a81b))
77
-
78
- ## [4.1.2-next.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@4.1.2-next.5...@pie-element/complex-rubric-configure@4.1.2-next.6) (2026-03-09)
79
-
80
- ### Bug Fixes
81
-
82
- - rubric & complex rubric tests ([6bf76e6](https://github.com/pie-framework/pie-elements/commit/6bf76e6e36c0bd8c0f5b2a6d1a7027c46930dacb))
83
-
84
- ## [4.1.2-next.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@4.1.2-next.4...@pie-element/complex-rubric-configure@4.1.2-next.5) (2026-03-09)
85
-
86
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
87
-
88
- ## [4.1.2-next.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@4.1.2-next.3...@pie-element/complex-rubric-configure@4.1.2-next.4) (2026-03-06)
89
-
90
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
91
-
92
- ## [4.1.2-next.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@4.1.2-next.2...@pie-element/complex-rubric-configure@4.1.2-next.3) (2026-03-05)
93
-
94
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
95
-
96
- ## [4.1.2-next.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@4.1.2-next.1...@pie-element/complex-rubric-configure@4.1.2-next.2) (2026-03-03)
97
-
98
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
99
-
100
- ## [4.1.2-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@4.1.0-next.2...@pie-element/complex-rubric-configure@4.1.2-next.1) (2026-02-26)
101
-
102
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
103
-
104
- # [4.1.0-next.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@4.1.0-next.1...@pie-element/complex-rubric-configure@4.1.0-next.2) (2026-02-24)
105
-
106
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
107
-
108
- ## [3.3.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@3.3.1...@pie-element/complex-rubric-configure@3.3.2) (2025-10-22)
109
-
110
- ### Bug Fixes
111
-
112
- - bump libs PD-5265 ([184a978](https://github.com/pie-framework/pie-elements/commit/184a978f57a2a84dc6ba87c1eba0b92d5cdd9eae))
113
-
114
- ## [3.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@3.2.1...@pie-element/complex-rubric-configure@3.3.1) (2025-10-16)
115
-
116
- ### Bug Fixes
117
-
118
- - bump pie-lib versions and pslb module versions ([393d39f](https://github.com/pie-framework/pie-elements/commit/393d39fb850ad055568f4d20464213e9043f208f))
119
-
120
- # [3.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@3.2.0...@pie-element/complex-rubric-configure@3.3.0) (2025-10-15)
121
-
122
- ### Bug Fixes
123
-
124
- - bump libs ([2616ab2](https://github.com/pie-framework/pie-elements/commit/2616ab24f776f4df02302f5855c381ee52527665))
125
-
126
- ## [3.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@3.2.0...@pie-element/complex-rubric-configure@3.2.1) (2025-10-14)
127
-
128
- ### Bug Fixes
129
-
130
- - bump libs ([2616ab2](https://github.com/pie-framework/pie-elements/commit/2616ab24f776f4df02302f5855c381ee52527665))
131
-
132
- # [3.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@3.0.1...@pie-element/complex-rubric-configure@3.2.0) (2025-10-10)
133
-
134
- ### Features
135
-
136
- - update libs PD-5208, PD-5211, PD-5199, PD-5218, PD-5217 ([da327fa](https://github.com/pie-framework/pie-elements/commit/da327fa501f6e9eff1c0b30b5ef092426a91f78b))
137
-
138
- # [3.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@3.0.0...@pie-element/complex-rubric-configure@3.1.0) (2025-10-07)
139
-
140
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
141
-
142
- ## [3.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.7.3...@pie-element/complex-rubric-configure@3.0.1) (2025-10-02)
143
-
144
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
145
-
146
- # [3.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.7.3...@pie-element/complex-rubric-configure@3.0.0) (2025-10-01)
147
-
148
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
149
-
150
- ## [2.7.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.7.2...@pie-element/complex-rubric-configure@2.7.3) (2025-09-30)
151
-
152
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
153
-
154
- ## [2.7.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.7.1...@pie-element/complex-rubric-configure@2.7.2) (2025-09-29)
155
-
156
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
157
-
158
- ## [2.7.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.7.0...@pie-element/complex-rubric-configure@2.7.1) (2025-09-26)
159
-
160
- ### Bug Fixes
161
-
162
- - remove hardcoded versions ([39d7de2](https://github.com/pie-framework/pie-elements/commit/39d7de216dbd142f0e971bce237a8416b490a89b))
163
-
164
- # [2.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.6.21...@pie-element/complex-rubric-configure@2.7.0) (2025-09-25)
165
-
166
- ### Bug Fixes
167
-
168
- - **math-rendering:** move mathjax-full back to dependencies ([aba6dbf](https://github.com/pie-framework/pie-elements/commit/aba6dbf2c98da164149a881616df5e7b8e29b2f2))
169
- - conflicts ([5c99a5d](https://github.com/pie-framework/pie-elements/commit/5c99a5db49549422ba1e29b6c67f210e688677d8))
170
- - fix imports PD-5126 ([3bf4684](https://github.com/pie-framework/pie-elements/commit/3bf4684871a62b3e23f50e2c010adfc9ae674919))
171
- - merge develop ([b5ec752](https://github.com/pie-framework/pie-elements/commit/b5ec752f6fedc576449c277308499bc853244544))
172
-
173
- ### Features
174
-
175
- - split pie-toolbox in ebsr, rubric, multi-trait-rubric, complex-rubric PD-5158 ([314604f](https://github.com/pie-framework/pie-elements/commit/314604fcc9bea9632ca78afd01be0e7516937313))
176
-
177
- ## [2.6.21](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.6.20...@pie-element/complex-rubric-configure@2.6.21) (2025-09-11)
178
-
179
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
180
-
181
- ## [2.6.20](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.6.19...@pie-element/complex-rubric-configure@2.6.20) (2025-09-09)
182
-
183
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
184
-
185
- ## [2.6.19](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.6.18...@pie-element/complex-rubric-configure@2.6.19) (2025-09-09)
186
-
187
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
188
-
189
- ## [2.6.18](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.6.17...@pie-element/complex-rubric-configure@2.6.18) (2025-09-02)
190
-
191
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
192
-
193
- ## [2.6.17](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.6.16...@pie-element/complex-rubric-configure@2.6.17) (2025-08-15)
194
-
195
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
196
-
197
- ## [2.6.16](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.6.15...@pie-element/complex-rubric-configure@2.6.16) (2025-08-14)
198
-
199
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
200
-
201
- ## [2.6.15](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.6.14...@pie-element/complex-rubric-configure@2.6.15) (2025-08-14)
202
-
203
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
204
-
205
- ## [2.6.14](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.6.13...@pie-element/complex-rubric-configure@2.6.14) (2025-07-25)
206
-
207
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
208
-
209
- ## [2.6.13](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.6.12...@pie-element/complex-rubric-configure@2.6.13) (2025-07-22)
210
-
211
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
212
-
213
- ## [2.6.12](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.6.11...@pie-element/complex-rubric-configure@2.6.12) (2025-07-18)
214
-
215
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
216
-
217
- ## [2.6.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.6.10...@pie-element/complex-rubric-configure@2.6.11) (2025-06-27)
218
-
219
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
220
-
221
- ## [2.6.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.6.9...@pie-element/complex-rubric-configure@2.6.10) (2025-06-25)
222
-
223
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
224
-
225
- ## [2.6.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.6.8...@pie-element/complex-rubric-configure@2.6.9) (2025-06-19)
226
-
227
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
228
-
229
- ## [2.6.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.6.7...@pie-element/complex-rubric-configure@2.6.8) (2025-06-05)
230
-
231
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
232
-
233
- ## [2.6.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.6.6...@pie-element/complex-rubric-configure@2.6.7) (2025-05-22)
234
-
235
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
236
-
237
- ## [2.6.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.6.5...@pie-element/complex-rubric-configure@2.6.6) (2025-05-12)
238
-
239
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
240
-
241
- ## [2.6.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.6.4...@pie-element/complex-rubric-configure@2.6.5) (2025-04-29)
242
-
243
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
244
-
245
- ## [2.6.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.6.3...@pie-element/complex-rubric-configure@2.6.4) (2025-04-18)
246
-
247
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
248
-
249
- ## [2.6.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.6.2...@pie-element/complex-rubric-configure@2.6.3) (2025-04-17)
250
-
251
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
252
-
253
- ## [2.6.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.6.1...@pie-element/complex-rubric-configure@2.6.2) (2025-04-10)
254
-
255
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
256
-
257
- ## [2.6.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.6.0...@pie-element/complex-rubric-configure@2.6.1) (2025-04-01)
258
-
259
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
260
-
261
- # [2.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.5.9...@pie-element/complex-rubric-configure@2.6.0) (2025-03-27)
262
-
263
- ### Features
264
-
265
- - updated config so line breaks are enabled in editor [PD-4093] ([2e1978d](https://github.com/pie-framework/pie-elements/commit/2e1978db22d6e39328fff7dce8af3a494f77e2e1))
266
-
267
- ## [2.5.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.5.8...@pie-element/complex-rubric-configure@2.5.9) (2025-03-21)
268
-
269
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
270
-
271
- ## [2.5.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.5.7...@pie-element/complex-rubric-configure@2.5.8) (2025-03-14)
272
-
273
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
274
-
275
- ## [2.5.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.5.6...@pie-element/complex-rubric-configure@2.5.7) (2025-03-13)
276
-
277
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
278
-
279
- ## [2.5.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.5.5...@pie-element/complex-rubric-configure@2.5.6) (2025-03-03)
280
-
281
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
282
-
283
- ## [2.5.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.5.4...@pie-element/complex-rubric-configure@2.5.5) (2025-02-27)
284
-
285
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
286
-
287
- ## [2.5.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.5.3...@pie-element/complex-rubric-configure@2.5.4) (2025-02-19)
288
-
289
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
290
-
291
- ## [2.5.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.5.2...@pie-element/complex-rubric-configure@2.5.3) (2025-02-14)
292
-
293
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
294
-
295
- ## [2.5.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.5.1...@pie-element/complex-rubric-configure@2.5.2) (2025-02-12)
296
-
297
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
298
-
299
- ## [2.5.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.5.0...@pie-element/complex-rubric-configure@2.5.1) (2025-02-06)
300
-
301
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
302
-
303
- # [2.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.4.8...@pie-element/complex-rubric-configure@2.5.0) (2025-01-27)
304
-
305
- ### Features
306
-
307
- - enabled textAlign only for passage element [PD-3995] ([600d67f](https://github.com/pie-framework/pie-elements/commit/600d67fa31fc0e19761bc78381ba18036e7f64e7))
308
-
309
- ## [2.4.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.4.7...@pie-element/complex-rubric-configure@2.4.8) (2025-01-27)
310
-
311
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
312
-
313
- ## [2.4.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.4.6...@pie-element/complex-rubric-configure@2.4.7) (2025-01-22)
314
-
315
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
316
-
317
- ## [2.4.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.4.5...@pie-element/complex-rubric-configure@2.4.6) (2025-01-22)
318
-
319
- ### Bug Fixes
320
-
321
- - removed old pie-lib dependencies [PD-4527] ([d072963](https://github.com/pie-framework/pie-elements/commit/d072963a8a813b27d9b5497bcf55142e4d745436))
322
-
323
- ## [2.4.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.4.4...@pie-element/complex-rubric-configure@2.4.5) (2025-01-06)
324
-
325
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
326
-
327
- ## [2.4.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.4.3...@pie-element/complex-rubric-configure@2.4.4) (2024-12-20)
328
-
329
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
330
-
331
- ## [2.4.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.4.2...@pie-element/complex-rubric-configure@2.4.3) (2024-12-10)
332
-
333
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
334
-
335
- ## [2.4.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.4.1...@pie-element/complex-rubric-configure@2.4.2) (2024-12-05)
336
-
337
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
338
-
339
- ## [2.4.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.4.0...@pie-element/complex-rubric-configure@2.4.1) (2024-11-29)
340
-
341
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
342
-
343
- # [2.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.3.1...@pie-element/complex-rubric-configure@2.4.0) (2024-11-15)
344
-
345
- ### Features
346
-
347
- - **complex-rubric:** update failing tests PD-4334 ([b3ce908](https://github.com/pie-framework/pie-elements/commit/b3ce908158da8e0bee236b2edad5b156ab750ece))
348
- - Adjust all elements to support custom color for controls in authoring PD-4334 ([d6b3dc5](https://github.com/pie-framework/pie-elements/commit/d6b3dc5963824d0a1ce7bf36a8c590e27761c86c))
349
-
350
- ## [2.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.3.0...@pie-element/complex-rubric-configure@2.3.1) (2024-11-01)
351
-
352
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
353
-
354
- # [2.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.58...@pie-element/complex-rubric-configure@2.3.0) (2024-10-29)
355
-
356
- ### Features
357
-
358
- - used configlayout, preview layout or uilayout to enable extraCSSRules inside author and player elements [PD-1460] ([eeebb02](https://github.com/pie-framework/pie-elements/commit/eeebb02f200208620c1af56366a22bf65944ba3e))
359
-
360
- ## [2.2.58](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.57...@pie-element/complex-rubric-configure@2.2.58) (2024-10-28)
361
-
362
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
363
-
364
- ## [2.2.57](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.56...@pie-element/complex-rubric-configure@2.2.57) (2024-10-22)
365
-
366
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
367
-
368
- ## [2.2.56](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.55...@pie-element/complex-rubric-configure@2.2.56) (2024-10-15)
369
-
370
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
371
-
372
- ## [2.2.55](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.54...@pie-element/complex-rubric-configure@2.2.55) (2024-10-11)
373
-
374
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
375
-
376
- ## [2.2.54](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.53...@pie-element/complex-rubric-configure@2.2.54) (2024-10-03)
377
-
378
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
379
-
380
- ## [2.2.53](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.52...@pie-element/complex-rubric-configure@2.2.53) (2024-10-01)
381
-
382
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
383
-
384
- ## [2.2.52](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.51...@pie-element/complex-rubric-configure@2.2.52) (2024-10-01)
385
-
386
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
387
-
388
- ## [2.2.51](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.50...@pie-element/complex-rubric-configure@2.2.51) (2024-09-26)
389
-
390
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
391
-
392
- ## [2.2.50](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.49...@pie-element/complex-rubric-configure@2.2.50) (2024-09-25)
393
-
394
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
395
-
396
- ## [2.2.49](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.48...@pie-element/complex-rubric-configure@2.2.49) (2024-09-16)
397
-
398
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
399
-
400
- ## [2.2.48](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.47...@pie-element/complex-rubric-configure@2.2.48) (2024-09-16)
401
-
402
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
403
-
404
- ## [2.2.47](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.46...@pie-element/complex-rubric-configure@2.2.47) (2024-09-10)
405
-
406
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
407
-
408
- ## [2.2.46](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.45...@pie-element/complex-rubric-configure@2.2.46) (2024-09-10)
409
-
410
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
411
-
412
- ## [2.2.45](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.44...@pie-element/complex-rubric-configure@2.2.45) (2024-08-29)
413
-
414
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
415
-
416
- ## [2.2.44](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.43...@pie-element/complex-rubric-configure@2.2.44) (2024-08-29)
417
-
418
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
419
-
420
- ## [2.2.43](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.42...@pie-element/complex-rubric-configure@2.2.43) (2024-08-27)
421
-
422
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
423
-
424
- ## [2.2.42](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.41...@pie-element/complex-rubric-configure@2.2.42) (2024-08-22)
425
-
426
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
427
-
428
- ## [2.2.41](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.40...@pie-element/complex-rubric-configure@2.2.41) (2024-08-19)
429
-
430
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
431
-
432
- ## [2.2.40](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.39...@pie-element/complex-rubric-configure@2.2.40) (2024-08-06)
433
-
434
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
435
-
436
- ## [2.2.39](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.38...@pie-element/complex-rubric-configure@2.2.39) (2024-08-06)
437
-
438
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
439
-
440
- ## [2.2.38](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.37...@pie-element/complex-rubric-configure@2.2.38) (2024-07-26)
441
-
442
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
443
-
444
- ## [2.2.37](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.36...@pie-element/complex-rubric-configure@2.2.37) (2024-07-19)
445
-
446
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
447
-
448
- ## [2.2.36](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.35...@pie-element/complex-rubric-configure@2.2.36) (2024-07-17)
449
-
450
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
451
-
452
- ## [2.2.35](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.34...@pie-element/complex-rubric-configure@2.2.35) (2024-07-16)
453
-
454
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
455
-
456
- ## [2.2.34](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.33...@pie-element/complex-rubric-configure@2.2.34) (2024-07-10)
457
-
458
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
459
-
460
- ## [2.2.33](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.32...@pie-element/complex-rubric-configure@2.2.33) (2024-07-04)
461
-
462
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
463
-
464
- ## [2.2.32](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.31...@pie-element/complex-rubric-configure@2.2.32) (2024-06-28)
465
-
466
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
467
-
468
- ## [2.2.31](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.30...@pie-element/complex-rubric-configure@2.2.31) (2024-06-26)
469
-
470
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
471
-
472
- ## [2.2.30](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.29...@pie-element/complex-rubric-configure@2.2.30) (2024-06-24)
473
-
474
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
475
-
476
- ## [2.2.29](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.28...@pie-element/complex-rubric-configure@2.2.29) (2024-06-24)
477
-
478
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
479
-
480
- ## [2.2.28](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.27...@pie-element/complex-rubric-configure@2.2.28) (2024-06-19)
481
-
482
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
483
-
484
- ## [2.2.27](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.26...@pie-element/complex-rubric-configure@2.2.27) (2024-06-13)
485
-
486
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
487
-
488
- ## [2.2.26](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.25...@pie-element/complex-rubric-configure@2.2.26) (2024-06-13)
489
-
490
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
491
-
492
- ## [2.2.25](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.24...@pie-element/complex-rubric-configure@2.2.25) (2024-06-13)
493
-
494
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
495
-
496
- ## [2.2.24](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.23...@pie-element/complex-rubric-configure@2.2.24) (2024-06-03)
497
-
498
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
499
-
500
- ## [2.2.23](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.22...@pie-element/complex-rubric-configure@2.2.23) (2024-06-03)
501
-
502
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
503
-
504
- ## [2.2.22](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.21...@pie-element/complex-rubric-configure@2.2.22) (2024-05-27)
505
-
506
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
507
-
508
- ## [2.2.21](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.20...@pie-element/complex-rubric-configure@2.2.21) (2024-05-27)
509
-
510
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
511
-
512
- ## [2.2.20](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.19...@pie-element/complex-rubric-configure@2.2.20) (2024-05-14)
513
-
514
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
515
-
516
- ## [2.2.19](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.18...@pie-element/complex-rubric-configure@2.2.19) (2024-05-13)
517
-
518
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
519
-
520
- ## [2.2.18](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.17...@pie-element/complex-rubric-configure@2.2.18) (2024-05-07)
521
-
522
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
523
-
524
- ## [2.2.17](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.16...@pie-element/complex-rubric-configure@2.2.17) (2024-05-03)
525
-
526
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
527
-
528
- ## [2.2.16](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.15...@pie-element/complex-rubric-configure@2.2.16) (2024-04-29)
529
-
530
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
531
-
532
- ## [2.2.15](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.14...@pie-element/complex-rubric-configure@2.2.15) (2024-04-22)
533
-
534
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
535
-
536
- ## [2.2.14](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.13...@pie-element/complex-rubric-configure@2.2.14) (2024-04-22)
537
-
538
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
539
-
540
- ## [2.2.13](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.12...@pie-element/complex-rubric-configure@2.2.13) (2024-04-18)
541
-
542
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
543
-
544
- ## [2.2.12](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.11...@pie-element/complex-rubric-configure@2.2.12) (2024-04-18)
545
-
546
- ### Bug Fixes
547
-
548
- - **complex-rubric:** added imageSupport to fix missing image setting from editable-html ([4a40858](https://github.com/pie-framework/pie-elements/commit/4a408580d012d27bf333f117308483b4854e2b20))
549
-
550
- ## [2.2.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.10...@pie-element/complex-rubric-configure@2.2.11) (2024-04-01)
551
-
552
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
553
-
554
- ## [2.2.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.9...@pie-element/complex-rubric-configure@2.2.10) (2024-04-01)
555
-
556
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
557
-
558
- ## [2.2.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.8...@pie-element/complex-rubric-configure@2.2.9) (2024-04-01)
559
-
560
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
561
-
562
- ## [2.2.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.7...@pie-element/complex-rubric-configure@2.2.8) (2024-03-28)
563
-
564
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
565
-
566
- ## [2.2.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.6...@pie-element/complex-rubric-configure@2.2.7) (2024-03-27)
567
-
568
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
569
-
570
- ## [2.2.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.5...@pie-element/complex-rubric-configure@2.2.6) (2024-03-27)
571
-
572
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
573
-
574
- ## [2.2.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.4...@pie-element/complex-rubric-configure@2.2.5) (2024-03-26)
575
-
576
- ### Bug Fixes
577
-
578
- - trigger build ([d7d5acc](https://github.com/pie-framework/pie-elements/commit/d7d5acc3f690f9d54bff1892a52c01c6d136d127))
579
-
580
- ## [2.2.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.3...@pie-element/complex-rubric-configure@2.2.4) (2024-03-26)
581
-
582
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
583
-
584
- ## [2.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.2...@pie-element/complex-rubric-configure@2.2.3) (2024-03-22)
585
-
586
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
587
-
588
- ## [2.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.1...@pie-element/complex-rubric-configure@2.2.2) (2024-03-22)
589
-
590
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
591
-
592
- ## [2.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.0...@pie-element/complex-rubric-configure@2.2.1) (2024-03-22)
593
-
594
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
595
-
596
- # [2.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.1.22...@pie-element/complex-rubric-configure@2.2.0) (2024-03-20)
597
-
598
- ### Features
599
-
600
- - Add configuration for custom buttons PD-3527 ([45a32bd](https://github.com/pie-framework/pie-elements/commit/45a32bd8e9d7bd33beca74cc10c7dd973a9f9dbc))
601
-
602
- ## [2.1.22](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.1.21...@pie-element/complex-rubric-configure@2.1.22) (2024-03-15)
603
-
604
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
605
-
606
- ## [2.1.21](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.1.20...@pie-element/complex-rubric-configure@2.1.21) (2024-03-13)
607
-
608
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
609
-
610
- ## [2.1.20](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.1.19...@pie-element/complex-rubric-configure@2.1.20) (2024-03-12)
611
-
612
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
613
-
614
- ## [2.1.19](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.1.18...@pie-element/complex-rubric-configure@2.1.19) (2024-03-06)
615
-
616
- ### Bug Fixes
617
-
618
- - **complex-rubric:** adjust createDefaults method PD-3488 ([328fb26](https://github.com/pie-framework/pie-elements/commit/328fb26617860936fcfd7a45f16f40cb90ddda25))
619
- - **complex-rubric:** avoid defaults always empty PD-3499 ([274857e](https://github.com/pie-framework/pie-elements/commit/274857e394429c9a1dcd404083ffbe7651283a5c))
620
- - **complex-rubric:** change parameters name to be more clear PD-3488 ([53029e3](https://github.com/pie-framework/pie-elements/commit/53029e36a034c2e16442a082dab4f6dbc7a2c15a))
621
- - **complex-rubric:** fix createModel to use defaults PD-3488 ([49e3510](https://github.com/pie-framework/pie-elements/commit/49e3510dff5dfec482d4ac2af4488b410b06e81b))
622
- - **complex-rubric:** use actual model in createModel to avoid inconsistencies PD-3488 ([99fc1be](https://github.com/pie-framework/pie-elements/commit/99fc1be3017c282097e02262806bde936f674b64))
623
-
624
- ## [2.1.18](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.1.17...@pie-element/complex-rubric-configure@2.1.18) (2024-03-04)
625
-
626
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
627
-
628
- ## [2.1.17](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.1.16...@pie-element/complex-rubric-configure@2.1.17) (2024-02-29)
629
-
630
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
631
-
632
- ## [2.1.16](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.1.15...@pie-element/complex-rubric-configure@2.1.16) (2024-02-22)
633
-
634
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
635
-
636
- ## [2.1.15](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.1.14...@pie-element/complex-rubric-configure@2.1.15) (2024-02-20)
637
-
638
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
639
-
640
- ## [2.1.14](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.1.13...@pie-element/complex-rubric-configure@2.1.14) (2024-02-14)
641
-
642
- ### Bug Fixes
643
-
644
- - adjust width for complex-rubric selection options and add styles on hover PD-3463 ([bc5ef47](https://github.com/pie-framework/pie-elements/commit/bc5ef477d462ec9abd3111e57c9a001fe4dafd98))
645
-
646
- ## [2.1.13](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.1.12...@pie-element/complex-rubric-configure@2.1.13) (2024-02-12)
647
-
648
- ### Bug Fixes
649
-
650
- - **complex-rubric:** add rubricless as default option PD-3451 ([735f000](https://github.com/pie-framework/pie-elements/commit/735f000c22c93af2ccd57620e0f0cca81874bcfd))
651
-
652
- ## [2.1.12](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.1.11...@pie-element/complex-rubric-configure@2.1.12) (2024-02-09)
653
-
654
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
655
-
656
- ## [2.1.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.1.10...@pie-element/complex-rubric-configure@2.1.11) (2024-02-07)
657
-
658
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
659
-
660
- ## [2.1.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.1.9...@pie-element/complex-rubric-configure@2.1.10) (2024-02-07)
661
-
662
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
663
-
664
- ## [2.1.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.1.8...@pie-element/complex-rubric-configure@2.1.9) (2024-01-29)
665
-
666
- ### Bug Fixes
667
-
668
- - **rubric, complex-rubric:** update defaults and demo files maxPoints value in model to be consistent with the points array and excludeZero property PD-3406 ([230c7b2](https://github.com/pie-framework/pie-elements/commit/230c7b258e62f9e2bfe92ff71ac30362aa5f1591))
669
-
670
- ## [2.1.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.1.7...@pie-element/complex-rubric-configure@2.1.8) (2024-01-24)
671
-
672
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
673
-
674
- ## [2.1.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.1.6...@pie-element/complex-rubric-configure@2.1.7) (2024-01-24)
675
-
676
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
677
-
678
- ## [2.1.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.1.5...@pie-element/complex-rubric-configure@2.1.6) (2024-01-23)
679
-
680
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
681
-
682
- ## [2.1.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.1.4...@pie-element/complex-rubric-configure@2.1.5) (2024-01-15)
683
-
684
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
685
-
686
- ## [2.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.1.3...@pie-element/complex-rubric-configure@2.1.4) (2024-01-08)
687
-
688
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
689
-
690
- ## [2.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.1.2...@pie-element/complex-rubric-configure@2.1.3) (2024-01-08)
691
-
692
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
693
-
694
- ## [2.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.1.1...@pie-element/complex-rubric-configure@2.1.2) (2024-01-04)
695
-
696
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
697
-
698
- ## [2.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.1.0...@pie-element/complex-rubric-configure@2.1.1) (2023-12-20)
699
-
700
- ### Bug Fixes
701
-
702
- - **complex-rubric:** adjust defaults based on requirements PD-2555 ([c2c3566](https://github.com/pie-framework/pie-elements/commit/c2c3566dafd2fbc5792c196af6f040a60f8a8751))
703
-
704
- # [2.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.0.3...@pie-element/complex-rubric-configure@2.1.0) (2023-12-19)
705
-
706
- ### Bug Fixes
707
-
708
- - **complex-rubric:** switch back to initial versions PD-3260 ([e9806a2](https://github.com/pie-framework/pie-elements/commit/e9806a2008bb2677bdc3bd1c8752c416197a79a2))
709
- - **complex-rubric:** update docu, revert next versions PD-2555 ([5eb1a68](https://github.com/pie-framework/pie-elements/commit/5eb1a68e9de96258c2b648b37913820e2086a377))
710
- - **complex-rubric:** update multi-trait-rubric to next versions PD-3260 ([037aab8](https://github.com/pie-framework/pie-elements/commit/037aab8e78c9405d3123c25515068b17277fa940))
711
- - **multi-trait-rubric + complex-rubric:** width calculations PD-3203 ([a55afb5](https://github.com/pie-framework/pie-elements/commit/a55afb5e4859fa3e85e0f1615287efb5ee98b820))
712
-
713
- ### Features
714
-
715
- - **complex-rubric:** add instruction for rubricless, render rubricTypes dinamically PD-2555 ([3c0c44f](https://github.com/pie-framework/pie-elements/commit/3c0c44f4e570c6f7a6edc8859277967fbd1719b0))
716
- - **complex-rubric:** add rubricOptions to config PD-2555 ([379110a](https://github.com/pie-framework/pie-elements/commit/379110a02e0858a78eb5679a80b26e0f976132bd))
717
- - **complex-rubric:** add validate logic PD-3260 ([0d07a83](https://github.com/pie-framework/pie-elements/commit/0d07a83254d7aab1f87a67893a858c04938d16ea))
718
- - **complex-rubric:** update test PD-2555 ([5e2ab67](https://github.com/pie-framework/pie-elements/commit/5e2ab67268927d43649459f99c3cc3259540d4aa))
719
- - **complex-rubric:** update tests and use enum for new rubric type PD-2555 ([0bafc9a](https://github.com/pie-framework/pie-elements/commit/0bafc9aa6d563378b08f4d478828da454d38ad20))
720
- - **complex-rubric:** update versions of next for testing purpose PD-2555 ([2953283](https://github.com/pie-framework/pie-elements/commit/295328364783905cd717c6a67ee40c229295b611))
721
- - **complex-rubrix:** add new rubric type and asjust logic ([e49fc22](https://github.com/pie-framework/pie-elements/commit/e49fc2281a8df02bd7dec9b931d06aa74e919031))
722
- - **rubric:** solve conflicts PD-2555 ([b67c659](https://github.com/pie-framework/pie-elements/commit/b67c65945fc68ef1bd577a915b5f8918da0a716b))
723
- - **rubrics:** add documentation for maxMaxPoints, add defaults in complex-rubric PD-3307 ([ab0572e](https://github.com/pie-framework/pie-elements/commit/ab0572e69502e9bec6e32cad73a37f3aae0eaf42))
724
-
725
- ## [2.0.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.0.2...@pie-element/complex-rubric-configure@2.0.3) (2023-11-27)
726
-
727
- ### Bug Fixes
728
-
729
- - trigger new version ([0ac3b67](https://github.com/pie-framework/pie-elements/commit/0ac3b676f3b1d3b390769b2479fb38525e5e521a))
730
-
731
- ## [2.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.0.1...@pie-element/complex-rubric-configure@2.0.2) (2023-11-27)
732
-
733
- ### Bug Fixes
734
-
735
- - update pie-toolbox version PD-3298 ([0c282d5](https://github.com/pie-framework/pie-elements/commit/0c282d540aba5b2bb7a8b515bcaa2dba8302d49a))
736
- - use next pie-element versions ([073ef79](https://github.com/pie-framework/pie-elements/commit/073ef790b3a39f2baaf91ec58983f52f20484fe4))
737
- - use next pie-element versions ([eafc185](https://github.com/pie-framework/pie-elements/commit/eafc185e7bbe508f93f5c2e342354cbb8ee3c5c6))
738
-
739
- ## [2.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.0.0...@pie-element/complex-rubric-configure@2.0.1) (2023-11-09)
740
-
741
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
742
-
743
- # [2.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@1.11.2...@pie-element/complex-rubric-configure@2.0.0) (2023-11-07)
744
-
745
- ### Bug Fixes
746
-
747
- - fixed imports and used next version of rubric and multi-trait-rubric for complex-rubric ([bdf07b0](https://github.com/pie-framework/pie-elements/commit/bdf07b05e4fe0c32576bdfb4b7d3a2a4d7a5cbd7))
748
- - update pie-lib version to fix imports for pie-lib/pie-toolbox/editable-html ([a90cbf6](https://github.com/pie-framework/pie-elements/commit/a90cbf6be81824e7266df23c2dc49b259337c1b6))
749
- - update pie-lib/pie-toolbox version ([212cbfa](https://github.com/pie-framework/pie-elements/commit/212cbfad27b29f0b1b2a3706ba82f6fb59147001))
750
- - update pie-lib/pie-toolbox version ([b791e10](https://github.com/pie-framework/pie-elements/commit/b791e10857928766e2d73c6aa80b3fb50fd1afac))
751
- - update pie-lib/pie-toolbox version ([7f64f9f](https://github.com/pie-framework/pie-elements/commit/7f64f9f2b874fd08bd8f6f05c1c4292c34ac6338))
752
-
753
- ### Code Refactoring
754
-
755
- - replaced all pie-lib packages with the new pie-toolbox package that contains all of them. ([073d7e5](https://github.com/pie-framework/pie-elements/commit/073d7e5175f7a73069f09d2ceda799682acce494))
756
-
757
- ### BREAKING CHANGES
758
-
759
- - using pie-lib/pie-toolbox now, instead of any other pie-lib package.
760
-
761
- ## [1.11.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@1.11.1...@pie-element/complex-rubric-configure@1.11.2) (2023-11-06)
762
-
763
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
764
-
765
- ## [1.11.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@1.11.0...@pie-element/complex-rubric-configure@1.11.1) (2023-10-26)
766
-
767
- ### Bug Fixes
768
-
769
- - update pie-lib PD-3221 ([f04d59f](https://github.com/pie-framework/pie-elements/commit/f04d59f204852e430dc3e8fe2c442bb9a1634761))
770
-
771
- # [1.11.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@1.10.5...@pie-element/complex-rubric-configure@1.11.0) (2023-10-16)
772
-
773
- ### Features
774
-
775
- - updated pie-libs PD-2950 ([acffe41](https://github.com/pie-framework/pie-elements/commit/acffe41120fbe288e375321cbd58cfbd48f98595))
776
-
777
- ## [1.10.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@1.10.4...@pie-element/complex-rubric-configure@1.10.5) (2023-10-16)
778
-
779
- ### Bug Fixes
780
-
781
- - updated pie-libs PD-3223, PD-3121, PD-3018, PD-2765, PD-3105 ([666e660](https://github.com/pie-framework/pie-elements/commit/666e6604c40b9bde8b88af5ce1b02ba65f11e957))
782
-
783
- ## [1.10.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@1.10.3...@pie-element/complex-rubric-configure@1.10.4) (2023-10-03)
784
-
785
- ### Bug Fixes
786
-
787
- - update with latest pie-libs, forcing pie-lib/math-rendering to v2.5.18 ([7ff936a](https://github.com/pie-framework/pie-elements/commit/7ff936ab9fc85c264032181755ce5e2149825406))
788
-
789
- ## [1.10.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@1.10.2...@pie-element/complex-rubric-configure@1.10.3) (2023-09-28)
790
-
791
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
792
-
793
- ## [1.10.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@1.10.1...@pie-element/complex-rubric-configure@1.10.2) (2023-09-26)
794
-
795
- ### Bug Fixes
796
-
797
- - update pie-libs ([702f4c6](https://github.com/pie-framework/pie-elements/commit/702f4c657f3413274b3a4443c1950e2cdf8e5588))
798
-
799
- ## [1.10.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@1.10.0...@pie-element/complex-rubric-configure@1.10.1) (2023-09-25)
800
-
801
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
802
-
803
- # [1.10.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@1.9.7...@pie-element/complex-rubric-configure@1.10.0) (2023-09-25)
804
-
805
- ### Bug Fixes
806
-
807
- - update pie-libs PD-3167 ([1b109bb](https://github.com/pie-framework/pie-elements/commit/1b109bb3b74dcea72ee2f241996a5e6a71893b4e))
808
- - update pie-libs PD-3167 ([b21d0c3](https://github.com/pie-framework/pie-elements/commit/b21d0c332623667257a5de1363b9f4fc6ee2bb51))
809
- - update pie-libs PD-3167 ([1a76806](https://github.com/pie-framework/pie-elements/commit/1a7680657ebe0a73969f3100e60f0a090ffc7ada))
810
- - update pie-libs PD-3167, PD-3105, PD-3162, PD-2765 ([26199b2](https://github.com/pie-framework/pie-elements/commit/26199b255ddbcb9255f2769091c7ba58f8b1dae0))
811
-
812
- ### Features
813
-
814
- - update pie-libs PD-3011 ([0fd32b3](https://github.com/pie-framework/pie-elements/commit/0fd32b3fd1333bb25de584b98c8ef0471de2d5e8))
815
-
816
- ## [1.9.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@1.9.6...@pie-element/complex-rubric-configure@1.9.7) (2023-09-05)
817
-
818
- ### Bug Fixes
819
-
820
- - update pie-libs PD-2765 ([f03972d](https://github.com/pie-framework/pie-elements/commit/f03972dda33ff5d4c0343f094fd33acadad30cb4))
821
-
822
- ## [1.9.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@1.9.5...@pie-element/complex-rubric-configure@1.9.6) (2023-09-04)
823
-
824
- ### Bug Fixes
825
-
826
- - update pie-libs PD-3051 ([1e1a7a3](https://github.com/pie-framework/pie-elements/commit/1e1a7a38732eff5585ad789aea5a08c5e94720ae))
827
- - updated pie-libs PD-2765, PD-3051 ([e6f5b17](https://github.com/pie-framework/pie-elements/commit/e6f5b17c95faf426898f897651863089a54ff3ff))
828
-
829
- ## [1.9.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@1.9.4...@pie-element/complex-rubric-configure@1.9.5) (2023-08-21)
830
-
831
- ### Bug Fixes
832
-
833
- - update pie-libs PD-3119 ([01c474b](https://github.com/pie-framework/pie-elements/commit/01c474bf9396374dc86b9248651206672b765af6))
834
-
835
- ## [1.9.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@1.9.3...@pie-element/complex-rubric-configure@1.9.4) (2023-08-21)
836
-
837
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
838
-
839
- ## [1.9.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@1.9.2...@pie-element/complex-rubric-configure@1.9.3) (2023-08-15)
840
-
841
- ### Bug Fixes
842
-
843
- - update pie-libs PD-3049, PD-2916, PD-2059 ([0e800b5](https://github.com/pie-framework/pie-elements/commit/0e800b54b852304d222a292400362e0870f0cc9a))
844
- - updated pie-lib to fix PD-2802, PD-3050, PD-3051 ([34b4dd7](https://github.com/pie-framework/pie-elements/commit/34b4dd7ba18f4c18589975921cc9d127926f8294))
845
- - updated pie-libs Pd-1163 ([300c1db](https://github.com/pie-framework/pie-elements/commit/300c1db1658ce85ca58f3cc2981b604aefbf9f01))
846
-
847
- ## [1.9.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@1.9.1...@pie-element/complex-rubric-configure@1.9.2) (2023-07-24)
848
-
849
- ### Bug Fixes
850
-
851
- - update pie-libs PD-2984, PD-2991, PD-2992, PD-3036 ([12c9426](https://github.com/pie-framework/pie-elements/commit/12c94269e3b645d74a0014c597d30662823bb34a))
852
-
853
- ## [1.9.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@1.9.0...@pie-element/complex-rubric-configure@1.9.1) (2023-07-06)
854
-
855
- ### Bug Fixes
856
-
857
- - updated editable-html dependent packages for PD-2150 ([ffa6297](https://github.com/pie-framework/pie-elements/commit/ffa62977a9e329c1e12ea1dfcb2af4ba4c993bca))
858
- - updated pie-lib PD-2150 ([72f20be](https://github.com/pie-framework/pie-elements/commit/72f20be258248c86dde8d5d587290cd640bfd947))
859
-
860
- # [1.9.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@1.8.0...@pie-element/complex-rubric-configure@1.9.0) (2023-06-13)
861
-
862
- ### Bug Fixes
863
-
864
- - update libs PD-2722, PD-2827, PD-2832 ([834ecf9](https://github.com/pie-framework/pie-elements/commit/834ecf92cc7204c851c68f0945ad5d52e453c9d0))
865
- - update pie-libs ([649fb8f](https://github.com/pie-framework/pie-elements/commit/649fb8f535172d76b3ffc676ec53b2726432808c))
866
- - update pie-libs PD-2150, PD-2795 ([ff6f64a](https://github.com/pie-framework/pie-elements/commit/ff6f64afa6ccaa8a060c986b1637c680e68c62b6))
867
-
868
- ### Features
869
-
870
- - add mathMlOptions PD-2150 ([0c6984c](https://github.com/pie-framework/pie-elements/commit/0c6984cf042141eac36badfbab1c46d8d42f71ee))
871
-
872
- # [1.8.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@1.7.4...@pie-element/complex-rubric-configure@1.8.0) (2023-05-23)
873
-
874
- ### Bug Fixes
875
-
876
- - update pie-lib PD-2777, PD-1914, PD-2066 ([7102893](https://github.com/pie-framework/pie-elements/commit/71028930a6dc554eb587cf4de0c1d0d28bfff1f5))
877
- - update pie-libs PD-2774, PD-1026 ([04f8cd0](https://github.com/pie-framework/pie-elements/commit/04f8cd000afdb2ccb0c25146d46acb60c5fea651))
878
-
879
- ### Features
880
-
881
- - ability to upload images when using imageSupoort from pie-api-components PD-2707 ([685f3b0](https://github.com/pie-framework/pie-elements/commit/685f3b035d86c5f4ad60cdb9ec84690d5ccaa4fc))
882
-
883
- ## [1.7.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@1.7.3...@pie-element/complex-rubric-configure@1.7.4) (2023-05-02)
884
-
885
- ### Bug Fixes
886
-
887
- - update pie-libs (fix eslint problems PD-2732) ([3fa630e](https://github.com/pie-framework/pie-elements/commit/3fa630eb96b116cb685ab58fbf216fb572d1c333))
888
- - update pie-libs PD-2755, PD-2625, PD-2119 ([698446b](https://github.com/pie-framework/pie-elements/commit/698446b29a553a022c91825118370faae824b723))
889
- - update pie-libs PD-2755, PD-2625, PD-491, PD-2753, PD-2758, PD-2720, PD-2770 ([2cf9ffa](https://github.com/pie-framework/pie-elements/commit/2cf9ffa4fbef6f2ebc0924f305debc9fc6560a75))
890
- - **complex-rubric:** use multi trait rubric default width if undefined PD-2745 ([a5e42d0](https://github.com/pie-framework/pie-elements/commit/a5e42d0c65549a3db11787b09edd5587869bee01))
891
-
892
- ## [1.7.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@1.7.2...@pie-element/complex-rubric-configure@1.7.3) (2023-04-25)
893
-
894
- ### Bug Fixes
895
-
896
- - update pie-libs PD-2762 ([7ac4313](https://github.com/pie-framework/pie-elements/commit/7ac431346b822fe3bbb0d13375f044f6ce1f426b))
897
-
898
- ## [1.7.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@1.7.1...@pie-element/complex-rubric-configure@1.7.2) (2023-04-14)
899
-
900
- ### Bug Fixes
901
-
902
- - update pie-libs ([830e9fc](https://github.com/pie-framework/pie-elements/commit/830e9fcf07f057e632b44d7a64ddb436353d49f6))
903
-
904
- ## [1.7.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@1.7.0...@pie-element/complex-rubric-configure@1.7.1) (2023-04-10)
905
-
906
- ### Bug Fixes
907
-
908
- - **complex-rubric:** missing lib ([88f69b1](https://github.com/pie-framework/pie-elements/commit/88f69b1cf92033424e6df153e0a9f7f6328a7f63))
909
-
910
- # [1.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@1.6.8...@pie-element/complex-rubric-configure@1.7.0) (2023-04-10)
911
-
912
- ### Bug Fixes
913
-
914
- - update pie-libs ([b7d3e7f](https://github.com/pie-framework/pie-elements/commit/b7d3e7f7160aafd5dcfed2960bc6c2f03dba2180))
915
- - **all elements:** fix eslint problems-PD-2732 ([eaeabfb](https://github.com/pie-framework/pie-elements/commit/eaeabfbbe3a868a1f9828ef831a7ea864dee75a9))
916
- - remove usage of pie-lib/rubric to test webpack build ([50fa5dc](https://github.com/pie-framework/pie-elements/commit/50fa5dcae7ffcedfd5d6560ffc8519839d167658))
917
- - update pie-libs ([6738269](https://github.com/pie-framework/pie-elements/commit/6738269d878f24ec4429f210d18bbf591123a55f))
918
- - update pie-libs ([9f05be1](https://github.com/pie-framework/pie-elements/commit/9f05be1ae6bf0a9651739b6bef7eca32ecabb4ce))
919
-
920
- ### Features
921
-
922
- - added the ability to set min/max width and height for the content PD-2425 ([befba3a](https://github.com/pie-framework/pie-elements/commit/befba3a8fa23e8dd21a3e3f63f306bd6dfc35bdd))
923
-
924
- ## [1.6.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@1.6.7...@pie-element/complex-rubric-configure@1.6.8) (2023-03-30)
925
-
926
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
927
-
928
- ## [1.6.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@1.6.6...@pie-element/complex-rubric-configure@1.6.7) (2023-03-30)
929
-
930
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
931
-
932
- ## [1.6.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@1.6.5...@pie-element/complex-rubric-configure@1.6.6) (2023-03-20)
933
-
934
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
935
-
936
- ## [1.6.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@1.6.4...@pie-element/complex-rubric-configure@1.6.5) (2023-03-20)
937
-
938
- ### Bug Fixes
939
-
940
- - update pie-libs ([340825a](https://github.com/pie-framework/pie-elements/commit/340825aab8c88569378eb5af6c5b9c9b99aeb285))
941
- - update pie-libs ([1fe3d37](https://github.com/pie-framework/pie-elements/commit/1fe3d37d2b001f7944e4da7c895a83ccecefefcb))
942
-
943
- ## [1.6.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@1.6.3...@pie-element/complex-rubric-configure@1.6.4) (2023-02-28)
944
-
945
- ### Bug Fixes
946
-
947
- - update pie-libs ([7bb37a7](https://github.com/pie-framework/pie-elements/commit/7bb37a7da11017eff7191968fad4517182f1c363))
948
-
949
- ## [1.6.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@1.6.2...@pie-element/complex-rubric-configure@1.6.3) (2023-02-28)
950
-
951
- ### Bug Fixes
952
-
953
- - update pie-libs ([6a10f3f](https://github.com/pie-framework/pie-elements/commit/6a10f3f45306cc9d9e077e45a90245d047235521))
954
-
955
- ## [1.6.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@1.6.1...@pie-element/complex-rubric-configure@1.6.2) (2023-02-28)
956
-
957
- ### Bug Fixes
958
-
959
- - complex-rubric renders more quickly then other items in item config with default values, because it uses 2 other item types that set the model before it should be set ([ea16d44](https://github.com/pie-framework/pie-elements/commit/ea16d449977ccb41db7180e3ac7aa5812b380cde))
960
- - complex-rubric renders more quickly then other items in item config with default values, because it uses 2 other item types that set the model before it should be set ([e863ca1](https://github.com/pie-framework/pie-elements/commit/e863ca18090744306bfa0b02fb87bfeb63b07838))
961
- - update pie-libs ([110161a](https://github.com/pie-framework/pie-elements/commit/110161ad113e76b5fdb6fc06e233889befbc366a))
962
-
963
- ## [1.6.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@1.6.0...@pie-element/complex-rubric-configure@1.6.1) (2023-02-22)
964
-
965
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
966
-
967
- # [1.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@1.5.0...@pie-element/complex-rubric-configure@1.6.0) (2023-02-14)
968
-
969
- ### Features
970
-
971
- - update pie-libs ([e2c0b89](https://github.com/pie-framework/pie-elements/commit/e2c0b894caa20ed5d5681302a84b2bfd20dbd9f6))
972
- - **complex-rurbic:** add width property to configuration and send to multi-trait-rubric and rubric ([7433a90](https://github.com/pie-framework/pie-elements/commit/7433a90426cf90b1fbfd6005f1911629bfa86a88))
973
- - **rubric:** add width property to configuration ([75bdb82](https://github.com/pie-framework/pie-elements/commit/75bdb82ddd3ffe41ce50aa98928914f321127eed))
974
-
975
- # [1.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@1.4.0...@pie-element/complex-rubric-configure@1.5.0) (2023-02-01)
976
-
977
- ### Bug Fixes
978
-
979
- - **complex-rubric:** default rubricType to simple if it's undefined or null PD-2427 ([9760d46](https://github.com/pie-framework/pie-elements/commit/9760d469d599c8a4edf02ee253e3e0d65c520b67))
980
-
981
- ### Features
982
-
983
- - update pie-libs ([0af590d](https://github.com/pie-framework/pie-elements/commit/0af590d624f4b2c0af58039e935531cef52e2a86))
984
-
985
- # [1.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@1.3.0...@pie-element/complex-rubric-configure@1.4.0) (2023-01-17)
986
-
987
- ### Bug Fixes
988
-
989
- - tests ([af46516](https://github.com/pie-framework/pie-elements/commit/af4651698e0fb88353ccb89661c2e1cad6e31b19))
990
- - **complex-rubric:** fix rubric type radio buttons PD-2492 ([19fdae2](https://github.com/pie-framework/pie-elements/commit/19fdae26ad76cd2d713e343a3b663181d7fccea3))
991
- - **multi-trait-rubric:** fix validation bugs, update documentation. Fixed match docs typo PD-2427 ([26d598e](https://github.com/pie-framework/pie-elements/commit/26d598e7a32d50ed176d566605bb6b4ebdc07a2c))
992
-
993
- ### Features
994
-
995
- - update pie-libs ([6423903](https://github.com/pie-framework/pie-elements/commit/6423903898b041f56db2111de2e4aac4ee9f1fd3))
996
-
997
- # [1.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@1.2.7...@pie-element/complex-rubric-configure@1.3.0) (2023-01-05)
998
-
999
- ### Features
1000
-
1001
- - update pie-libs ([b174476](https://github.com/pie-framework/pie-elements/commit/b174476729119a0689f1f8adfc8c235246676cab))
1002
- - update pie-libs ([f72c3c8](https://github.com/pie-framework/pie-elements/commit/f72c3c8d8bc9bbf061bb81502317157a63c22972))
1003
- - update pie-libs ([8490729](https://github.com/pie-framework/pie-elements/commit/8490729a2389d36fd3968f0806119fde96577842))
1004
- - **complex-rubric:** added ConfigLayout wrapper for authoring side ([1fd3b82](https://github.com/pie-framework/pie-elements/commit/1fd3b82340a57deba146048a7ebd591ea736420e))
1005
-
1006
- ## [1.2.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@1.2.6...@pie-element/complex-rubric-configure@1.2.7) (2022-12-21)
1007
-
1008
- ### Bug Fixes
1009
-
1010
- - updated pie-libs ([8cb5b90](https://github.com/pie-framework/pie-elements/commit/8cb5b90d501ccbdf5ffd764e6555faa48b8f54d6))
1011
-
1012
- ## [1.2.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@1.2.5...@pie-element/complex-rubric-configure@1.2.6) (2022-12-20)
1013
-
1014
- ### Bug Fixes
1015
-
1016
- - updated pie-libs ([6549302](https://github.com/pie-framework/pie-elements/commit/65493026fbf356c5ab752ae6a14d961d4b256368))
1017
-
1018
- ## [1.2.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@1.2.4...@pie-element/complex-rubric-configure@1.2.5) (2022-12-07)
1019
-
1020
- ### Bug Fixes
1021
-
1022
- - update libs ([441f403](https://github.com/pie-framework/pie-elements/commit/441f403870b7bec0d61fab58b8d93dbe0ead4c32))
1023
- - update libs for PD-2030 PD-2031 ([3174022](https://github.com/pie-framework/pie-elements/commit/3174022d45603ed217bbe8804a142b07084636a5))
1024
- - updated lib PD-1715 ([42e788d](https://github.com/pie-framework/pie-elements/commit/42e788db0c792838994e55001952da7701251a8e))
1025
- - updated libs ([c20de3a](https://github.com/pie-framework/pie-elements/commit/c20de3a6ba4499a090c809e18e52588d2a585fa0))
1026
- - updated libs ([0eed79a](https://github.com/pie-framework/pie-elements/commit/0eed79a32c3b777c16c8cabf201513fc1d2726a0))
1027
- - updated libs ([343c9ec](https://github.com/pie-framework/pie-elements/commit/343c9ec3dccba7f781e90ae2bd195cac6f78f467))
1028
-
1029
- ## [1.2.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@1.2.3...@pie-element/complex-rubric-configure@1.2.4) (2022-11-15)
1030
-
1031
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
1032
-
1033
- ## [1.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@1.2.2...@pie-element/complex-rubric-configure@1.2.3) (2022-11-02)
1034
-
1035
- ### Bug Fixes
1036
-
1037
- - try re-trigger build ([36b1b59](https://github.com/pie-framework/pie-elements/commit/36b1b59874714d46fe060cb5e18173936073c44b))
1038
-
1039
- ## [1.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@1.2.1...@pie-element/complex-rubric-configure@1.2.2) (2022-11-01)
1040
-
1041
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
1042
-
1043
- ## [1.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@1.2.0...@pie-element/complex-rubric-configure@1.2.1) (2022-10-31)
1044
-
1045
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
1046
-
1047
- # [1.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@1.1.1...@pie-element/complex-rubric-configure@1.2.0) (2022-10-18)
1048
-
1049
- ### Features
1050
-
1051
- - **complex-rubric:** update defaults and rubric versions ([3b5c834](https://github.com/pie-framework/pie-elements/commit/3b5c8341be5100f55e6753166fd04dbd3e07ad2b))
1052
-
1053
- ## [1.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@1.1.0...@pie-element/complex-rubric-configure@1.1.1) (2022-10-18)
1054
-
1055
- **Note:** Version bump only for package @pie-element/complex-rubric-configure
1056
-
1057
- # [1.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@1.0.3...@pie-element/complex-rubric-configure@1.1.0) (2022-10-17)
1058
-
1059
- ### Bug Fixes
1060
-
1061
- - default rubric model ([6454f5f](https://github.com/pie-framework/pie-elements/commit/6454f5fbced5d843fe9500ca00db70d926a86819))
1062
- - **complex-rubric:** revert "update dependencies to fix build and remove unused lib", because it's actually needed ([69b1d52](https://github.com/pie-framework/pie-elements/commit/69b1d52d797777c3f8ee6b56bf147f8bd6a9ed47))
1063
- - **complex-rubric:** update dependencies to fix build ([fd82771](https://github.com/pie-framework/pie-elements/commit/fd82771496e90340e758bc0530ffa8aa25e7b74d))
1064
- - **complex-rubric:** update dependencies to fix build and remove unused lib ([6225e13](https://github.com/pie-framework/pie-elements/commit/6225e133d98356b8e3a9afa30a4a00df7c4a02a5))
1065
- - **complex-rubric:** update imports to fix build ([829a94c](https://github.com/pie-framework/pie-elements/commit/829a94ca0ddb5ea689ed82cebde54b5c8fb0d97c))
1066
- - **complex-rubric:** update versions ([00accbb](https://github.com/pie-framework/pie-elements/commit/00accbb6d3228fb14adcd9b88d429dc936295692))
1067
- - **complex-rubric:** update versions and package.json ([e41f360](https://github.com/pie-framework/pie-elements/commit/e41f3605ceea444f1068eda2d1a16c57828523fc))
1068
- - **complex-rubric:** update versions and package.json ([331a80f](https://github.com/pie-framework/pie-elements/commit/331a80f23760f7098b4cf750af3be8e9dc864d19))
1069
- - imports ([8eb0b79](https://github.com/pie-framework/pie-elements/commit/8eb0b792507193a4206149f566b706a31b4c90c2))
1070
-
1071
- ### Features
1072
-
1073
- - update libs ([7e174fb](https://github.com/pie-framework/pie-elements/commit/7e174fba75e7ea668900ad5c103751cefe33e2af))
1074
- - update pie-lib/rubric dependecies version ([5546015](https://github.com/pie-framework/pie-elements/commit/5546015c3923ce2e34ab810ccd698424c1009c03))
1075
- - **complex-rubric:** add default value for radio buttons, more tweaks ([17fb3cb](https://github.com/pie-framework/pie-elements/commit/17fb3cbe4a9a5310f278d886a1b5d731b7baf4ef))
1076
- - **complex-rubric:** clean up PD-2013 ([76853fe](https://github.com/pie-framework/pie-elements/commit/76853fe66da524c65e0a42ac7348fdceb57a8cb7))
1077
- - **complex-rubric:** create tests PD-2013 ([2961301](https://github.com/pie-framework/pie-elements/commit/29613011ac7d03e180defa163676e07c59607b9d))
1078
- - **complex-rubric:** fix rubric rendering in authoring ([d453cad](https://github.com/pie-framework/pie-elements/commit/d453cad143899c450dfe41a8cd99b5fb7b5326e7))
1079
- - **complex-rubric:** PD-2013 implement new item type for rubrics ([33c08ff](https://github.com/pie-framework/pie-elements/commit/33c08ff8068255595e5bed7ac2d8675e57e2f925))
1080
- - **complex-rubric:** use rubric type constant from pie-lib, remove settings pannel and remove session related code PD-2013 ([08bb144](https://github.com/pie-framework/pie-elements/commit/08bb14484a23e852ec8da88a57ba1b8a08e9882d))
1081
- - **complex-rubric, multi-trait-rubric:** add new settings panel properties ([58d55e8](https://github.com/pie-framework/pie-elements/commit/58d55e877602d2655c7767433bdb404e4693074b))
1082
-
1083
- ## 1.0.3 (2022-09-29)
1084
-
1085
- **Note:** Version bump only for package @pie-element/complex-rubric-configure