@ai-matrx/records-ui 0.58.0 → 0.60.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/CHANGELOG.md +24 -0
- package/dist/index.cjs +839 -637
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +38 -1
- package/dist/index.d.ts +38 -1
- package/dist/index.js +731 -529
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# Changelog — @ai-matrx/records-ui
|
|
2
2
|
|
|
3
|
+
## 0.59.0
|
|
4
|
+
|
|
5
|
+
**Three things the browser walks found by using the builders on real businesses.**
|
|
6
|
+
|
|
7
|
+
* **A booking page's day rows lied about what it would offer.** Every day started
|
|
8
|
+
unticked and read "not taking bookings", while `custom._booking_availability`
|
|
9
|
+
substitutes Monday-to-Friday nine-to-five for an empty window list — so a
|
|
10
|
+
person who saved without touching the days was told the page offered nothing
|
|
11
|
+
and got a page offering the whole working week. `BookingBuilder` now opens on
|
|
12
|
+
the working week, and once the store has answered, the rows are ITS answer.
|
|
13
|
+
* **Both builders offered questions a stranger could never answer.** Ironclad
|
|
14
|
+
Mobile Mechanic ticked "Customer" on his booking page — a relation Field — a
|
|
15
|
+
visitor typed her name, and the store refused at the last step with *"Customer
|
|
16
|
+
points at something that is not there"*, after her slot was already held. A
|
|
17
|
+
relation holds the identity of a record in a Table she cannot open. The new
|
|
18
|
+
`publiclyAnswerable` / `askableFields` / `whyNotAskable` decide what a public
|
|
19
|
+
page may ask for (out: relation, member, attachment, formula, lookup, rollup)
|
|
20
|
+
and both `FormBuilder` and `BookingBuilder` use them — the Fields left out are
|
|
21
|
+
NAMED with the reason, in the place somebody would have ticked them.
|
|
22
|
+
* The Booking and Portal builders and the Digest scheduler carry the container
|
|
23
|
+
queries 0.57.0 gave the form builder, so all four are one column in a rail.
|
|
24
|
+
|
|
25
|
+
**Consumer action:** none.
|
|
26
|
+
|
|
3
27
|
## 0.58.0
|
|
4
28
|
|
|
5
29
|
**A word pasted into a choice column becomes that option — and a paste is no
|