@eeacms/volto-n2k 1.0.30 → 1.0.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
 
5
5
  Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6
6
 
7
+ ### [1.0.31](https://github.com/eea/volto-n2k/compare/1.0.30...1.0.31) - 16 June 2023
8
+
9
+ #### :hammer_and_wrench: Others
10
+
11
+ - update [Miu Razvan - [`f4ea5ea`](https://github.com/eea/volto-n2k/commit/f4ea5ea381a015c32cff24957bd677e47fc0df05)]
12
+ - don't swipe carousel with touch moves [Miu Razvan - [`057088d`](https://github.com/eea/volto-n2k/commit/057088d411874c9b8c2fe7731107b8da97be0515)]
7
13
  ### [1.0.30](https://github.com/eea/volto-n2k/compare/1.0.29...1.0.30) - 12 June 2023
8
14
 
9
15
  #### :bug: Bug Fixes
@@ -13,7 +19,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
13
19
  #### :hammer_and_wrench: Others
14
20
 
15
21
  - fix maps [Miu Razvan - [`cfd8805`](https://github.com/eea/volto-n2k/commit/cfd8805df86da18c2ecf5140223830f128157f74)]
16
- - Add country profile maps [Miu Razvan - [`830542a`](https://github.com/eea/volto-n2k/commit/830542aa28253c0265c966808e1c38193fc40383)]
17
22
  - test: jest should look for addons in node_modules Refs #253277 [valentinab25 - [`1e24dce`](https://github.com/eea/volto-n2k/commit/1e24dce7789c9a1436fd6a52e79c69119a9ef45a)]
18
23
  - test: Fix test config, coverage Refs #253277 [valentinab25 - [`2a0ad87`](https://github.com/eea/volto-n2k/commit/2a0ad8776363f7dce37422660235dceeae151667)]
19
24
  ### [1.0.29](https://github.com/eea/volto-n2k/compare/1.0.28...1.0.29) - 8 June 2023
@@ -245,6 +250,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
245
250
  - Update [razvanMiu - [`42ab50e`](https://github.com/eea/volto-n2k/commit/42ab50e6681a47251d15ac06b836c6f8c27157fa)]
246
251
  - Added bubble chart [razvanMiu - [`89fba5e`](https://github.com/eea/volto-n2k/commit/89fba5e5db41aa955ba2d0ed58c9f0042c461504)]
247
252
  - Group species by id_eunis in species list [razvanMiu - [`543c957`](https://github.com/eea/volto-n2k/commit/543c9573b53acd8eecc9afbb6ae7beeddba53966)]
253
+ - Add Sonarqube tag using frontend addons list [EEA Jenkins - [`2ca3e4c`](https://github.com/eea/volto-n2k/commit/2ca3e4c092211f92339791d71db81f5b4ca2d562)]
248
254
  - update maps - species and habitats distribution maps [Claudia Ifrim - [`ad12eb1`](https://github.com/eea/volto-n2k/commit/ad12eb141907d6f28444f1eafc3f687735d2a68d)]
249
255
  - update format for common name and author [Claudia Ifrim - [`26b7a2f`](https://github.com/eea/volto-n2k/commit/26b7a2f3d20c7701b57fb24f39fc7dfeceec3ce8)]
250
256
  - update format for species name (common / scientific) [Claudia Ifrim - [`abdedcf`](https://github.com/eea/volto-n2k/commit/abdedcfe645665031dedf050fd2c5cdde8c14a50)]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-n2k",
3
- "version": "1.0.30",
3
+ "version": "1.0.31",
4
4
  "description": "volto-n2k: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: IDM2 A-Team",
@@ -120,6 +120,7 @@ const _View = (props) => {
120
120
  <>
121
121
  <Swiper
122
122
  loop={true}
123
+ allowTouchMove={false}
123
124
  initialSlide={0}
124
125
  slidesPerView={1}
125
126
  spaceBetween={0}
@@ -140,6 +141,7 @@ const _View = (props) => {
140
141
  <Swiper
141
142
  className="preview preview-one"
142
143
  loop={true}
144
+ allowTouchMove={false}
143
145
  initialSlide={1}
144
146
  slidesPerView={1}
145
147
  spaceBetween={0}
@@ -164,6 +166,7 @@ const _View = (props) => {
164
166
  <Swiper
165
167
  className="preview preview-two"
166
168
  loop={true}
169
+ allowTouchMove={false}
167
170
  initialSlide={2}
168
171
  slidesPerView={1}
169
172
  spaceBetween={0}
@@ -163,6 +163,7 @@ const _View = (props) => {
163
163
  <>
164
164
  <Swiper
165
165
  loop={true}
166
+ allowTouchMove={false}
166
167
  initialSlide={0}
167
168
  slidesPerView={1}
168
169
  spaceBetween={0}
@@ -183,6 +184,7 @@ const _View = (props) => {
183
184
  <Swiper
184
185
  className="preview preview-one"
185
186
  loop={true}
187
+ allowTouchMove={false}
186
188
  initialSlide={1}
187
189
  slidesPerView={1}
188
190
  spaceBetween={0}
@@ -207,6 +209,7 @@ const _View = (props) => {
207
209
  <Swiper
208
210
  className="preview preview-two"
209
211
  loop={true}
212
+ allowTouchMove={false}
210
213
  initialSlide={2}
211
214
  slidesPerView={1}
212
215
  spaceBetween={0}