Envisioning LogoEnvisioning App (1.0.3)
More Info

Changelog

Changelog

@envisioning/app

1.0.3

Patch Changes

  • bb90913: fix image+table rounded corners with overflow-hidden

1.0.2

Patch Changes

  • 587c4b1: fix options menu positioner in mobile

1.0.1

Patch Changes

  • 1024ce9: markdown + typography styles

1.0.0

Major Changes

  • 59242fe: NEW OPTIONS COMPONENT:

    BREAKING CHANGE: options settings no longer accept mode prop. Remove this prop from headerSettings

  • 8c17385: Themes documentation file + theme file structure refactor.

    BREAKING CHANGE: Badge images for the radar are now configured differently. Radar.settings no longer includes badgeUrl_dark and badgeUrl_light. Move those settings out of the settings object in app/config/radar.ts and into app/theme.css. Each theme in theme.css now defines its own --badge-url variable for the badge image. Use this format: --badge-url: url("/file-name.extension").

Minor Changes

  • 92de305: Markdown (Markdown component): Add GFM table rendering with typography components; add footnote support (reference/backref links use FOOTNOTE_PREFIX); improve rendering of fenced code blocks and inline code via shared typography components.

Patch Changes

  • 01f3a4f: fix travelTo numeric selector on radar
  • 2ce0fb9: upgrade deps

0.8.1

Patch Changes

  • 51fb5ed: Create spider-chart component

0.8.0

Minor Changes

  • 02af4a2: - Topbar menu group options only appears if groupOptions also exists. - Simplified groupOptions to use joinKey. - New image modal component with zoom functionality

Patch Changes

  • 5d17272: itemTitle and assistantPanel fixes
  • a0d7cb5: create markdown and typography table styles

0.7.1

Patch Changes

  • a68d7da: Fix panel width issue and add selection style

0.7.0

Minor Changes

  • ca856b4: Update minimal dependencies for React

    BREAKING CHANGE:

    • upgrade react and react-dom to 19.2.1

Patch Changes

  • 4c0aa4d: fix chat api endpoint when basePath is set

0.6.2

Patch Changes

  • e1f9c52: Fix documentation

0.6.1

Patch Changes

  • 4df2b95: export add useGet hook
  • 4df2b95: fix mailto links
  • c5bfe00: add theme colors descriptions

0.6.0

Minor Changes

  • 066e1e1: add template parser option to markdownContentBuilder

    BREAKING CHANGES: 1 - markdownContentBuilder is now async. You must await all calls. Ex:

    const markdownContent = await markdownContentBuilder({
      config,
      data: result.data,
    });

    New Custom Parser: markdownContentBuilder accepts a custom parser (ex: liquidjs). Check docs for more info.

    2 - sitemapBuilder is now async. You must await all calls. Ex:

    const sitemapData = await sitemapBuilder({
      config,
      data: result.data,
      baseUrl,
    });

    3 - Update Config: move aiTemplate settings from schema to page, under the textContent key.

    4 - textContent needs to reference data or context prefixes, ex:

    {
      textContent: `Title: {context.title}`;
    }

0.5.0

Minor Changes

  • ad3d08b: Make displaModes optional

    BREAKING CHANGE: remove displayModes from config/settings

Patch Changes

  • a48b417: create dynamic back button icon for content pages
  • 4d92a73: Add selected option label to secondaryMenu buttons
  • e228fe9: Add button variant to options dropdown menu

0.4.3

Patch Changes

  • b6593ae: fix Radar groupBy order

0.4.2

Patch Changes

  • c362477: Show if version is ahead of release (*) and/or have pending commits (!)

0.4.1

Patch Changes

  • 46b01db: remove block mode and create isBlock to fix scopeMenu style in reader mode
  • 041826b: remove deprecated path from text block

0.4.0

Minor Changes

  • ff52209: Scope are now defined as a schema entry with scope type.

    BREAKING CHANGE: Migrate Scopes definition from settings to schema. Create an object entry like the following:

        country: {
          type: "scope",
          src: "allCountries",
          filter: null,
          titlePath: "label",
          label: { en: "Country" },
          singular: { en: "Country" },
          plural: { en: "Countries" },
          noScopeLabel: { en: "All Countries" },
          identifier: "code",
        },

Patch Changes

  • 4001ea8: Paginated items are now sortable.
  • 220c95d: Panel back button now preserves URL parameters
  • 1b2365c: add scopeMenuBlock.

0.3.0

Minor Changes

  • ec8f400: add dataTransform function. allow scope switching without reload

  • 8fda824: remove loading component icon

    BREAKING CHANGE: remove preloaderIcon prop from settings.

Patch Changes

  • 4d12389: store-provider refactor
  • ed48dfc: add assistant context + noDataLabel to miniChartBlock

0.2.4

Patch Changes

  • 02625ee: Improve version update flow
  • 34de7a9: Document release flow

0.2.3

Patch Changes

  • b95aa83: Fix image basePath handling

0.2.2

Patch Changes

  • 25d4c55: Export Visualizations types
  • 25d4c55: Fix badged image path to consider basePath

0.2.1

Patch Changes

  • f62d32b: rename props from urlsPath to itemsPath for MosaicBlock and remove direct urls array.

0.2.0

Minor Changes

  • 93d26a9: Move secondary menu from settings to visualization config.

    BREAKING CHANGE: secondary menu now follows viz's settings. Check radar settings.

0.1.3

Patch Changes

  • da07055: Fix i18n types

0.1.2

Patch Changes

  • b7acb96: Improve versioning

0.1.1

Patch Changes

  • 0fd8c12: Add config cross validation functions
  • 2ee890a: Fix subpath hosting

0.1.0

Minor Changes

  • f8a6263: Make block schemas and version available on lib (dist)

Patch Changes

  • 994a5c2: Handle Connections as metrics
  • 994a5c2: Join function should also join items with cardinality multiple

0.0.12

Patch Changes

  • 6732673: Improve release workflow

0.0.11

Patch Changes

  • cba355d: Change publish directory

0.0.10

Patch Changes

  • 9014f7b: Fix changeset

0.0.9

Patch Changes

  • 53fc240: Fix tagging

0.0.8

Patch Changes

  • d711aa8: fix publishing

0.0.7

Patch Changes

  • f90bbe9: Fix tags

0.0.6

Patch Changes

  • 9a2ed20: Fix publishing

0.0.5

Patch Changes

  • 3aceb3f: Fix package publishing

0.0.4

Patch Changes

  • c55ed3b: Fix publish flow

0.0.3

Patch Changes

  • 1e0135d: Fix versioning system

0.0.2

Patch Changes

  • init

On this page