Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/v2.6.4 #2264

Closed
wants to merge 74 commits into from
Closed

Release/v2.6.4 #2264

wants to merge 74 commits into from

Conversation

OscarBakker
Copy link
Contributor

@OscarBakker OscarBakker commented Sep 5, 2022

🔧 CHORES (1)

#2228 Add GZIP compression in nginx for speed optimization

📦 CORE TASKS (3)

#2210 Allow sorting on district
#2213 Add typescript to location form
#2236 Add eslint rule to prefer double quotes in jsx

🤦 UNKNOWNS (44)

#2203 Refactor IncidentDetail to typescript
#2206 [SIG 4571] Standaard teksten react hook form refactor
#2209 Enable scrolling after submit
#2211 Remove Matomo
#2212 [SIG-4658] [SIG 4658] Change text subcategorie
#2214 Temp 4 containers
#2215 [SIG-4572] [SIG 4572] Fix default state in default text form
#2217 Refactor/meta-list form
#2218 Set max number of containers to 1
#2220 [SIG-4661] [SIG 4661] IncidentMap route
#2221 [SIG-4622] [SIG 4622] Remove reliance on static map component (due to deprecation of topografie endpoint)
#2222 [SIG-4691] [SIG 4691] Remove label from location form
#2223 Remove duplicate components in incident manage container
#2224 [SIG-4661] [SIG 4661] Reinstate ignore async lazy loading
#2225 [SIG-4661] [SIG 4661] Fix test coverage
#2226 Bump terser from 5.9.0 to 5.14.2 in /e2e-tests
#2227 Bump terser from 4.8.0 to 4.8.1
#2229 Add support for EPSG:4326 & EPSG:3857 projection
#2230 Make hardcoded "overig" categories Amsterdam-specific
#2233 [SIG-4704] Added aria labels to buttons without explicit meaningful text
#2234 [SIG-4705] Changed svg to styled component button
#2235 [SIG-4697] Changed alt text of logo in amsterdam.json file
#2237 [SIG-4621] [SIG 4621] Show map and markers
#2239 [SIG-4703] : add aria expended labels
#2240 [SIG-4700] Change breakpoint searchbar overlay
#2241 [SIG-4661] [SIG 4661] Improvements incident map header
#2242 [SIG-4701] Make legend panel focusable
#2243 [SIG-4701] Revert "make legend panel focusable"
#2244 Revert "Add support for EPSG:4326 & EPSG:3857 projection"
#2245 Add support for EPSG:4326 & EPSG:3857 projection
#2246 [SIG-4724] [SIG 4724] Textchanges in KTO-tevredenpage
#2247 [SIG-4661] [SIG 4661] Fix hamburger menu, hide attribution text, remove space above map
#2248 [SIG-4662] [SIG 4662] Cluster incidents on incident map
#2249 [SIG-4531] Show notification when too many filters selected
#2250 [SIG-4701] Add focus option to legend panel
#2252 [SIG-4661] [SIG 4661] Fix header on safari mobile
#2254 [SIG-4753] [SIG 4753] Fix mobile header in Safari
#2255 [SIG-4721] Changes to text and formatting KTO-ontevreden-bedankt page
#2256 [SIG-4719] Hide footer when in amstedam.app
#2257 Add plugin and configuration
#2258 [SIG-4721] Word added after comment from Linda
#2260 [config]: add test watch mode
#2262 [SIG-4755] : change aanvraag formulier url
#2263 [SIG-4662] [SIG 4662] Styling cluster icons in meldingenkaart

kiruys and others added 30 commits June 24, 2022 13:59
Refactor IncidentDetail to typescript
* Fix default state default texts form
…n of topografie endpoint) (#2221)

* Remove featureFlag useStaticMapServer

* Remove StaticMap component from summary component

* Remove StaticMap from Locationform backoffice

* Cleanup Static map component
* IncidentMap route
* Test header component for incidentmap
* Remove duplicate labels

* Remove old todos

* Remove references to selectInput_b and radioInput_b

* Remove obsolete FieldControlWrapper

* Remove reference to FieldControllWrapper

* Move MetaList.test

* ChangeValue component to typescript
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
vdegraaf and others added 22 commits August 23, 2022 10:16
* Add support for EPSG:4326 & EPSG:3857 projection

* Add CRS to app.amsterdam.json
* Improvements incident map header

* use theme breakpoint instead of const
…reden_page

[SIG 4724] Textchanges in KTO-tevredenpage
- no more white line between Door uw reactie weten we wat we kunnen verbeteren. and U ontvangt direct een e-mail met een
overzicht van uw reactie.
- text is changed
…edankt-ontevredenKTOpage

[SIG-4721] Changes to text and formatting KTO-ontevreden-bedankt page
…edankt-ontevredenKTOpage

[SIG-4721] word added after comment from Linda
* add notification when too many filters selected

* add scrollIntoView for notification

* re-order folder structure

* implement PR feedback

* remove unncessecary SPDX

* fix tests

* implement PR feedback

* update typing
* hide footer when in amstedam.app

* changed imports

* implement PR feedback

* remove unncessecary import

* changed Footer name
* Show map

* Incident Layer

* Tests and refactor

* Test in case the api returns an error

* Show clustered markers instead of individual icons

* Fix linter error

* useeffect params

* Added clusterOptions similar to overviewMap

* Fix mouse scroll and typing
* add plugin and configuration

* warn istead of error
@OscarBakker OscarBakker closed this Sep 5, 2022
@OscarBakker OscarBakker deleted the release/v2.6.4 branch September 5, 2022 09:17
@OscarBakker OscarBakker restored the release/v2.6.4 branch September 5, 2022 09:21
@OscarBakker OscarBakker deleted the release/v2.6.4 branch September 5, 2022 09:28
@kiruys kiruys restored the release/v2.6.4 branch September 5, 2022 09:28
@OscarBakker OscarBakker deleted the release/v2.6.4 branch September 5, 2022 09:36
@kiruys kiruys restored the release/v2.6.4 branch September 5, 2022 09:57
@kiruys kiruys deleted the release/v2.6.4 branch September 5, 2022 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

6 participants