Vue.js SDK changes

4.12.0

Released: 2025-01-16

  • Bug fixes

4.11.0

Released: 2025-01-14

  • Fixed: price amounts with decimal points now always appear with 2 decimal points (i.e. $23.1 will appear as $23.10).

4.10.0

Released: 2024-12-17

  • Added: GetUsageHistoryV2
  • 🟑 Deprecated: GetUsageHistory(please use GetUsageHistoryV2 instead)
  • Changed:
    • Input Object:
      • customerRefId renamed to customerId
      • resourceRefId renamed to resourceId
      • featureRefId renamed to featureId
      • resetPeriod removed
      • yearlyResetPeriodConfiguration removed
      • monthlyResetPeriodConfiguration removed
      • weeklyResetPeriodConfiguration removed
    • Output Object
      • startDate removed
      • endDate removed
      • usageMeasurements[i].date renamed to series[0].point[i].timestamp
      • usageMeasurements[i].value renamed to series[0].point[i].value
      • usageMeasurements[i].isResetPoint renamed to series[0].point[i].isResetPoint
        • Old Value: true if and only if usage was reset due to periodic reset.
        • New Value: true if and only if usage was reset due to periodic reset or due to a plan transition.
      • groups[i].groupInfo[j].key renamed to series[i].tags[j].key
      • groups[i].groupInfo[j].value renamed to series[i].tags[j].value
      • groups[i].usageMeasurements[j].date renamed to series[i].point[j].timestamp
      • groups[i].usageMeasurements[j].value renamed to series[i].point[j].value
      • groups[i].usageMeasurements[j].isResetPoint renamed to series[i].point[j].isResetPoint
        • Old Value: true if and only if usage was reset due to periodic reset.
        • New Value: true if and only if usage was reset due to periodic reset or due to a plan transition.

4.9.0

Released: 2024-12-09

  • Added: ability to override prices when there's a scheduled update in place (currently without widgets

Checkout widget

  • Added: responsive layout for mobile

  • Fixed: stair-step pricing values are now formatted using commas (,)

  • Added: Ability to skip steps

  • Added: New CSS classes

    • stigg-checkout-progress-container
    • stigg-checkout-summary-plan-title-container
    • stigg-checkout-summary-usage-charges-container
    • stigg-checkout-summary-base-charges-container

Pricing table widget

  • Fixed: stair-step pricing values are now formatted using commas (,)

Customer portal widget

  • Added: responsive layout for mobile
  • Fixed: Block size is not displayed in Subscription section

5.23.0

Released: 2024-10-10

Checkout widget

  • Added: Ability to skip steps
  • Added: New CSS classes
    • stigg-checkout-progress-container
    • stigg-checkout-summary-plan-title-container
    • stigg-checkout-summary-usage-charges-container
    • stigg-checkout-summary-base-charges-container

4.8.0

Released: 2024-10-09

Pricing table widget

  • Added: support for yearly reset period

4.6.0

Released: 2024-09-19

Checkout widget

  • Fixed: custom CSS not reflected in Checkout Widget

4.5.0

Released: 2024-06-24

Customer portal widget

  • Fixed: custom CSS not reflected in Customer Portal Widget

4.3.0

Released: 2024-02-08

Checkout widget

  • Added: price breakdown in tiered pricing

Customer portal widget

  • Added: stigg-entitlement-usage class to allow hiding certain entitlement from the customer portal