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