Skip to content

Releases: sandstorm/LazyDataSource

bugfixes for Single Select

23 Jan 13:51
Compare
Choose a tag to compare

bugfix for single select

2.0.0

14 Sep 07:04
4281a3a
Compare
Choose a tag to compare

What's Changed

  • !!! FEATURE: Unify editors and cleanup code by @Sebobo in #4

Full Changelog: 1.1.1...2.0.0

How to upgrade from 1.x

If you used the DataSourceMultiSelectEditor you should now use the DataSourceSelectEditor and set the editor option multiple to true. The editors have been unified into one to simplify usage and remove code duplication.

1.1.1

14 Sep 06:59
856ed35
Compare
Choose a tag to compare

What's Changed

  • BUGFIX: Remove console log entries by @Sebobo in #3

New Contributors

  • @Sebobo made their first contribution in #3

Full Changelog: 1.1.0...1.1.1

Feature: Add icon and preview option, as well as secondary and tertiary label #2

07 Aug 17:58
84427e6
Compare
Choose a tag to compare

initial public release

12 Nov 10:40
Compare
Choose a tag to compare
1.0.0

dataSourceMakeNodeIndependent and cleanup