runid-lys 0.5.0 → 0.6.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 +7 -0
- package/dist/{constants-BLmcEnm4.js → constants-BMsk7KvD.js} +2 -2
- package/dist/{constants-BLmcEnm4.js.map → constants-BMsk7KvD.js.map} +1 -1
- package/dist/{i18nTools-BDTofggT.js → i18nTools-C1k2y9xe.js} +2 -2
- package/dist/{i18nTools-BDTofggT.js.map → i18nTools-C1k2y9xe.js.map} +1 -1
- package/dist/index.js +3 -3
- package/dist/providers/index.js +1 -1
- package/dist/tools/index.js +2 -2
- package/dist/{translationTools-RWoOzX2m.js → translationTools-CKk0l3jr.js} +5 -2
- package/dist/translationTools-CKk0l3jr.js.map +1 -0
- package/dist/types/descriptionTypes.d.ts +4 -0
- package/dist/types/routeTypes.d.ts +8 -0
- package/package.json +1 -1
- package/dist/translationTools-RWoOzX2m.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.6.0] - 2026-05-14
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- `ChatbotBehaviourType.autoOpenOnEnter` flag, mapped to `RouteInterface.autoOpenChatbot` by `generateRouteFromDescription`
|
|
15
|
+
- `ChatbotBehaviourType.showWelcomeMessage` flag, mapped to `RouteInterface.showChatbotWelcome` (welcome message resolved against `<transPrefix>chatbotWelcome`)
|
|
16
|
+
|
|
10
17
|
## [0.5.0] - 2026-03-28
|
|
11
18
|
|
|
12
19
|
### Added
|
|
@@ -10,7 +10,7 @@ import { usePreloadedQuery, useFragment, useMutation, useQueryLoader } from "rea
|
|
|
10
10
|
import { IntlProvider, useIntl } from "react-intl";
|
|
11
11
|
import { c as clearRelayCache } from "./RelayEnvironment-D880U9SM.js";
|
|
12
12
|
import { i as isErrorKey, e as errorTranslations } from "./errors-BOacmKM0.js";
|
|
13
|
-
import { f as extractOperationNames, c as checkOperationsPermission, d as createComponentTranslations, t as toSnakeCase, j as generateUrlByRoute } from "./translationTools-
|
|
13
|
+
import { f as extractOperationNames, c as checkOperationsPermission, d as createComponentTranslations, t as toSnakeCase, j as generateUrlByRoute } from "./translationTools-CKk0l3jr.js";
|
|
14
14
|
class ErrorBoundaryProvider extends React__default.Component {
|
|
15
15
|
constructor() {
|
|
16
16
|
super(...arguments);
|
|
@@ -2216,4 +2216,4 @@ export {
|
|
|
2216
2216
|
useWebserviceAccess as y,
|
|
2217
2217
|
webserviceAccessProviderConfig as z
|
|
2218
2218
|
};
|
|
2219
|
-
//# sourceMappingURL=constants-
|
|
2219
|
+
//# sourceMappingURL=constants-BMsk7KvD.js.map
|