From 59e9839012d61f829493c00229026181ad7d8196 Mon Sep 17 00:00:00 2001 From: alexander Date: Fri, 28 Jun 2024 16:46:51 +0200 Subject: [PATCH] changelog docs --- packages/tagger/jest.config.js | 2 +- .../docs/clients/walkerjs/versions/index.mdx | 32 +++++++++++++++++++ website/docs/utils/helper.mdx | 1 + website/docs/utils/hooks.mdx | 1 + website/docs/utils/session.mdx | 1 + website/docs/utils/storage.mdx | 1 + website/docs/utils/tagger.mdx | 1 + website/docs/utils/versions/_category_.json | 4 +++ website/docs/utils/versions/index.mdx | 13 ++++++++ 9 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 website/docs/clients/walkerjs/versions/index.mdx create mode 100644 website/docs/utils/versions/_category_.json create mode 100644 website/docs/utils/versions/index.mdx diff --git a/packages/tagger/jest.config.js b/packages/tagger/jest.config.js index f223f357..4c0ef48e 100644 --- a/packages/tagger/jest.config.js +++ b/packages/tagger/jest.config.js @@ -1,4 +1,4 @@ -const commonConfig = require('@elbwalker/jest'); +const commonConfig = require('@elbwalker/jest/web.config'); const config = { testEnvironment: 'jsdom', diff --git a/website/docs/clients/walkerjs/versions/index.mdx b/website/docs/clients/walkerjs/versions/index.mdx new file mode 100644 index 00000000..218a0a9f --- /dev/null +++ b/website/docs/clients/walkerjs/versions/index.mdx @@ -0,0 +1,32 @@ +--- +title: Versions +description: walker.js changelog and version history. +--- + +### 3.0.0 + +- Enable event processing without matching mapping + [#391](https://github.com/elbwalker/walkerOS/issues/391) +- Add hash key to user object + [#362](https://github.com/elbwalker/walkerOS/issues/362) +- Add a DestinationInit type + [#374](https://github.com/elbwalker/walkerOS/issues/374) +- On events for destinations + [#363](https://github.com/elbwalker/walkerOS/issues/363) +- Enhance event model [#365](https://github.com/elbwalker/walkerOS/issues/365) +- Bundle event pushes to destinations + [#367](https://github.com/elbwalker/walkerOS/issues/367) +- config to state [#349](https://github.com/elbwalker/walkerOS/issues/349) +- on ready event [#368](https://github.com/elbwalker/walkerOS/issues/368) +- Unnecessary walking even if action filter is set + [#334](https://github.com/elbwalker/walkerOS/issues/334) +- dataLayer destination with walkerjs key + [#375](https://github.com/elbwalker/walkerOS/issues/375) +- Push events via elb [#372](https://github.com/elbwalker/walkerOS/issues/372) +- sessionStart cb with defaultCb parameter + [#380](https://github.com/elbwalker/walkerOS/issues/380) +- Export more core functions with a client + [#364](https://github.com/elbwalker/walkerOS/issues/364) +- separate code [#384](https://github.com/elbwalker/walkerOS/issues/384) +- Pulse and update support for sessionStart + [#370](https://github.com/elbwalker/walkerOS/issues/370) diff --git a/website/docs/utils/helper.mdx b/website/docs/utils/helper.mdx index 8b7a1e5f..e58c4d8c 100644 --- a/website/docs/utils/helper.mdx +++ b/website/docs/utils/helper.mdx @@ -1,5 +1,6 @@ --- title: Helper +sidebar_position: 1 --- import Link from '@docusaurus/Link'; diff --git a/website/docs/utils/hooks.mdx b/website/docs/utils/hooks.mdx index 37040a92..45bc182a 100644 --- a/website/docs/utils/hooks.mdx +++ b/website/docs/utils/hooks.mdx @@ -1,5 +1,6 @@ --- title: Hooks +sidebar_position: 1 --- Hooks can be used to enable custom behavior. They are called at specific points diff --git a/website/docs/utils/session.mdx b/website/docs/utils/session.mdx index 2e31b9a3..ef603796 100644 --- a/website/docs/utils/session.mdx +++ b/website/docs/utils/session.mdx @@ -1,5 +1,6 @@ --- title: Session +sidebar_position: 1 --- import Link from '@docusaurus/Link'; diff --git a/website/docs/utils/storage.mdx b/website/docs/utils/storage.mdx index ed127d3a..2ebe4c45 100644 --- a/website/docs/utils/storage.mdx +++ b/website/docs/utils/storage.mdx @@ -1,5 +1,6 @@ --- title: Storage +sidebar_position: 1 --- # Storage diff --git a/website/docs/utils/tagger.mdx b/website/docs/utils/tagger.mdx index 761a7e78..15e1f7bc 100644 --- a/website/docs/utils/tagger.mdx +++ b/website/docs/utils/tagger.mdx @@ -1,5 +1,6 @@ --- title: Tagger +sidebar_position: 1 --- import PackageLink from '/src/components/docs/package-link'; diff --git a/website/docs/utils/versions/_category_.json b/website/docs/utils/versions/_category_.json new file mode 100644 index 00000000..a4e238b0 --- /dev/null +++ b/website/docs/utils/versions/_category_.json @@ -0,0 +1,4 @@ +{ + "label": "Versions", + "position": 9001 +} diff --git a/website/docs/utils/versions/index.mdx b/website/docs/utils/versions/index.mdx new file mode 100644 index 00000000..acfa34da --- /dev/null +++ b/website/docs/utils/versions/index.mdx @@ -0,0 +1,13 @@ +--- +title: Versions +description: walker.js changelog and version history. +--- + +### 4.0.0 + +- browser info [#395](https://github.com/elbwalker/walkerOS/issues/395) +- sessionStart cb with defaultCb parameter + [#380](https://github.com/elbwalker/walkerOS/issues/380) +- separate code [#384](https://github.com/elbwalker/walkerOS/issues/384) +- Pulse and update support for sessionStart + [#370](https://github.com/elbwalker/walkerOS/issues/370)