Socket
Socket
Sign inDemoInstall

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.4.0 to 1.5.0

2

package.json
{
"name": "ionic-selectable-pages",
"version": "1.4.0",
"version": "1.5.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/components/select/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 [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.

@@ -12,3 +12,3 @@ # 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 [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`.
2. Run `gulp` from the root folder to prepare an npm package that will be created in `dist` folder.

@@ -30,4 +30,4 @@ 3. Run `npm publish dist` to publish the package to npm.

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 [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.

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

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

This approach relies on Ionic [InfiniteScroll](https://ionicframework.com/docs/api/components/infinite-scroll/InfiniteScroll/).
This approach relies on Ionic [InfiniteScroll](https://ionicframework.com/docs/api/infinite-scroll).
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/components/virtual-scroll/VirtualScroll/).
This approach relies on Ionic [VirtualScroll](https://ionicframework.com/docs/api/virtual-scroll).
See [demo](/virtual-scroll).

@@ -61,0 +61,0 @@

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

Group color. [Ionic colors](https://ionicframework.com/docs/theming/theming-your-app/) are supported.
Group color. [Ionic colors](https://ionicframework.com/docs/theming/colors) are supported.

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

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

Determines whether Ionic [InfiniteScroll](https://ionicframework.com/docs/api/components/infinite-scroll/InfiniteScroll/) is enabled.
Determines whether Ionic [InfiniteScroll](https://ionicframework.com/docs/api/infinite-scroll) 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/components/virtual-scroll/VirtualScroll/) is enabled.
Determines whether Ionic [VirtualScroll](https://ionicframework.com/docs/api/virtual-scroll) 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/theming-your-app/) are supported.
Header color. [Ionic colors](https://ionicframework.com/docs/theming/colors) are supported.

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

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

Item icon slot. [Ionic slots](https://ionicframework.com/docs/api/item) are supported.
Item icon slot. [Ionic slots](https://ionicframework.com/docs/api/item#slots) are supported.

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

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

See Ionic VirtualScroll [approxItemHeight](https://ionicframework.com/docs/api/components/virtual-scroll/VirtualScroll/).
See Ionic VirtualScroll [approxItemHeight](https://ionicframework.com/docs/api/virtual-scroll).

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

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

See Ionic VirtualScroll [headerFn](https://ionicframework.com/docs/api/components/virtual-scroll/VirtualScroll/).
See Ionic VirtualScroll [headerFn](https://ionicframework.com/docs/api/virtual-scroll).

@@ -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