Skip to content

Releases: tobua/indicate

v6.3.0

03 Apr 20:03
Compare
Choose a tag to compare

6.3.0 (2024-04-03)

Bug Fixes

  • modern: remove sketch implementation and reference separate plugin (01e9071)

Features

  • modern: implementation sketch using new CSS scroll properties (69f9c59)

v6.2.0

25 Dec 20:59
Compare
Choose a tag to compare

6.2.0 (2023-12-25)

Features

  • project: update plugin and demo dependencies (622ad58)

v6.1.0

01 Jul 12:25
Compare
Choose a tag to compare

6.1.0 (2023-07-01)

Features

  • package: update dependencies (3ca51b1)

v6.0.1

16 Feb 17:36
Compare
Choose a tag to compare

6.0.1 (2023-02-16)

Bug Fixes

  • react: filter undefined className and update dependencies (ca31c8d)

v6.0.0

27 Oct 17:50
a48c525
Compare
Choose a tag to compare

6.0.0 (2022-10-27)

Features

  • react: add more features to React-based implementation (2d0e236)
  • react: basics for a native React version with SSR support (cd70cde)
  • react: cleanup demo and implement moveStylesToWrapper (a48c525)
  • react: continue native React implementation (0eb8990)
  • react: fixes and theme feature for native react implementation (98f2db1)
  • react: port over remaining features (7635db9)

Tests

  • react: migrate cypress and remove table as child test (4bd953b)

BREAKING CHANGES

  • react: table elements no longer work in React when used with childAsElement use the regular interface instead
  • react: react version implemented natively to support server-side rendering, minor interface or implementation differences are possible

v5.0.0

30 Mar 17:06
Compare
Choose a tag to compare

5.0.0 (2022-03-30)

Bug Fixes

  • package: update peerDependencies (fb6ee35)
  • package: update to React 18 (5c822f1)

BREAKING CHANGES

  • package: might cause issues when used with React 17 still (depends on npm installation flags)

v4.0.1

06 Mar 19:23
Compare
Choose a tag to compare

4.0.1 (2022-03-06)

Bug Fixes

  • package: update dependencies and switch to automatic release (7faa455)

v4.0.0

06 Mar 18:30
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • react-native: style not applied to inner view anymore, use innerViewStyle
  • package: theme import without /dist, e.g. 'indicate/theme/youtube'

Features

  • package: add exports map with link to themes (bc1ef78)

Bug Fixes

  • react-native: issue with updating size, prop types and better demo (ee2a031)

v3.1.1

06 Mar 18:30
Compare
Choose a tag to compare

Bug Fixes

  • react: improve placement of styles in SSR, check table and add tests (5210410)
  • style: only add styles if present and update (1542ea3)

v3.1.0

06 Mar 18:30
Compare
Choose a tag to compare

Features

  • react: draft version of layout preserving render for SSR (9a3b937)

Bug Fixes

  • plugins: update vue example and documentation formatting (4a9aece)
  • react: improve SSR and option to use child element with ref (b0cbd2b)