Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ionic-selectable-pages

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ionic-selectable-pages - npm Package Compare versions

Comparing version 1.6.0 to 1.7.0

2

package.json
{
"name": "ionic-selectable-pages",
"version": "1.6.0",
"version": "1.7.0",
"description": "Ionic Selectable pages.",

@@ -5,0 +5,0 @@ "repository": {

# About Ionic Selectable
Ionic Selectable is an Ionic versatile and highly customizable component that serves as a replacement to [Ionic Select](https://ionicframework.com/docs/api/select), and allows to search items, including async search, create items, customize the layout with templates and much more. It provides an intuitive API and is easy to set up and use.
Ionic Selectable is an Ionic versatile and highly customizable component that serves as a replacement to <a href="https://ionicframework.com/docs/api/select" target="_blank">Ionic Select</a>, and allows to search items, including async search, create items, customize the layout with templates and much more. It provides an intuitive API and is easy to set up and use.

@@ -5,3 +5,3 @@ # closeButtonSlot field

Close button slot. [Ionic slots](https://ionicframework.com/docs/api/buttons) are supported.
Close button slot. <a href="https://ionicframework.com/docs/api/buttons#buttons-placement" target="_blank">Ionic slots</a> are supported.

@@ -8,0 +8,0 @@ ## Type

@@ -12,6 +12,6 @@ # Contributing

1. Update the version in the `package.json` according to [Semantic Versioning](https://semver.org). For example, if the release contains breaking changes than major number should be bumped and others reset to 0 - from `4.1.6` to `5.0.0`.
1. Update the version in the `package.json` according to <a href="https://semver.org" target="_blank">Semantic Versioning</a>. For example, if the release contains breaking changes than major number should be bumped and others reset to 0 - from `4.1.6` to `5.0.0`.
2. Run `gulp` from the root folder to prepare an npm package that will be created in `dist` folder.
3. Run `npm publish dist` to publish the package to npm.
4. Create a GitHub tag and describe the changes following the [pattern](https://github.com/eakoriakin/ionic-selectable/releases/tag/4.2.0).
4. Create a GitHub tag and describe the changes following the <a href="https://github.com/eakoriakin/ionic-selectable/releases/tag/4.2.0" target="_blank">pattern</a>.

@@ -30,4 +30,4 @@ ## Conventions

1. Use [Prettier](https://prettier.io) code formatter. Rules are set up in `.prettierrc` file.
2. Install and use [editorconfig](https://editorconfig.org) extension for your IDE. Rules are set up in `.editorconfig` file.
1. Use <a href="https://prettier.io" target="_blank">Prettier</a> code formatter. Rules are set up in `.prettierrc` file.
2. Install and use <a href="https://editorconfig.org" target="_blank">editorconfig</a> extension for your IDE. Rules are set up in `.editorconfig` file.

@@ -34,0 +34,0 @@ ### Git

@@ -50,3 +50,3 @@ # Frequently asked questions

This approach relies on Ionic [InfiniteScroll](https://ionicframework.com/docs/api/infinite-scroll).
This approach relies on <a href="https://ionicframework.com/docs/api/infinite-scroll" target="_blank">Ionic InfiniteScroll</a>.
Initially only the first bunch of items is loaded and displayed, for example we can show only the first 20 items.

@@ -58,3 +58,3 @@ Then more items is loaded bunch by bunch while user is scrolling down.

This approach relies on Ionic [VirtualScroll](https://ionicframework.com/docs/api/virtual-scroll).
This approach relies on <a href="https://ionicframework.com/docs/api/virtual-scroll" target="_blank">Ionic VirtualScroll</a>.
See [demo](/virtual-scroll).

@@ -64,3 +64,3 @@

Versions from [2.7.0](https://github.com/eakoriakin/ionic-selectable/releases/tag/2.7.0) to `3.*.*` require Ionic `item-content` attribute.
Versions from <a href="https://github.com/eakoriakin/ionic-selectable/releases/tag/2.7.0" target="_blank">2.7.0</a> to `3.*.*` require Ionic `item-content` attribute.
Version `4.*.*` doesn't need it.

@@ -67,0 +67,0 @@

@@ -5,3 +5,3 @@ # groupColor field

Group color. [Ionic colors](https://ionicframework.com/docs/theming/colors) are supported.
Group color. <a href="https://ionicframework.com/docs/theming/colors" target="_blank">Ionic colors</a> are supported.

@@ -8,0 +8,0 @@ ## Type

@@ -5,3 +5,3 @@ # hasInfiniteScroll field

Determines whether Ionic [InfiniteScroll](https://ionicframework.com/docs/api/infinite-scroll) is enabled.
Determines whether <a href="https://ionicframework.com/docs/api/infinite-scroll" target="_blank">Ionic InfiniteScroll</a> is enabled.
**Note**: Infinite scroll cannot be used together with virtual scroll.

@@ -8,0 +8,0 @@

@@ -5,3 +5,3 @@ # hasVirtualScroll field

Determines whether Ionic [VirtualScroll](https://ionicframework.com/docs/api/virtual-scroll) is enabled.
Determines whether <a href="https://ionicframework.com/docs/api/virtual-scroll" target="_blank">Ionic VirtualScroll</a> is enabled.
**Note**: Virtual scroll cannot be used together with infinite scroll.

@@ -8,0 +8,0 @@

@@ -5,3 +5,3 @@ # headerColor field

Header color. [Ionic colors](https://ionicframework.com/docs/theming/colors) are supported.
Header color. <a href="https://ionicframework.com/docs/theming/colors" target="_blank">Ionic colors</a> are supported.

@@ -8,0 +8,0 @@ ## Type

@@ -5,3 +5,3 @@ # itemIconSlot field

Item icon slot. [Ionic slots](https://ionicframework.com/docs/api/item#slots) are supported.
Item icon slot. <a href="https://ionicframework.com/docs/api/item#slots" target="_blank">Ionic slots</a> are supported.

@@ -8,0 +8,0 @@ ## Type

@@ -5,3 +5,3 @@ # label field

Text of [Ionic Label](https://ionicframework.com/docs/api/label).
Text of <a href="https://ionicframework.com/docs/api/label" target="_blank">Ionic Label</a>.

@@ -8,0 +8,0 @@ ## Type

@@ -5,3 +5,3 @@ # modalCssClass field

Modal CSS class. See [Ionic Modal](https://ionicframework.com/docs/api/modal).
Modal CSS class. See <a href="https://ionicframework.com/docs/api/modal" target="_blank">Ionic Modal</a>.

@@ -8,0 +8,0 @@ ## Type

@@ -5,3 +5,3 @@ # modalEnterAnimation field

Modal enter animation. See [Ionic Modal](https://ionicframework.com/docs/api/modal).
Modal enter animation. See <a href="https://ionicframework.com/docs/api/modal" target="_blank">Ionic Modal</a>.

@@ -8,0 +8,0 @@ ## Type

@@ -5,3 +5,3 @@ # modalLeaveAnimation field

Modal leave animation. See [Ionic Modal](https://ionicframework.com/docs/api/modal).
Modal leave animation. See <a href="https://ionicframework.com/docs/api/modal" target="_blank">Ionic Modal</a>.

@@ -8,0 +8,0 @@ ## Type

@@ -5,3 +5,3 @@ # virtualScrollApproxItemHeight field

See Ionic VirtualScroll [approxItemHeight](https://ionicframework.com/docs/api/virtual-scroll).
See <a href="https://ionicframework.com/docs/api/virtual-scroll" target="_blank">Ionic VirtualScroll</a>.

@@ -8,0 +8,0 @@ ## Type

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc