Skip to content

Releases: agrc/deq-enviro

v2.0.0-17

21 Sep 19:01
Compare
Choose a tag to compare
v2.0.0-17 Pre-release
Pre-release

2.0.0-17 (2023-09-21)

πŸš€ Features

  • input: implement prefix and suffix props (7514c88)

πŸ› Bug Fixes

  • fix incorrect calculation for longitude in degrees, minutes, seconds (021dcf7)
  • make sure that map can't zoom in too far (c02c301)

v2.0.0-16

20 Sep 18:05
Compare
Choose a tag to compare
v2.0.0-16 Pre-release
Pre-release

2.0.0-16 (2023-09-20)

πŸ› Bug Fixes

  • cache search geometry after change (f8cd01f)
  • fix bug preventing search geometry from being cached between sessions (55b61dd)
  • fix incorrect symbol style token (d9a6ce4)
  • handle searching by id/name in numeric fields (5bea12d)
  • make search graphic less intrusive (0eb1162)
  • make searching more accurate and performant (bb0a992)
  • page through results if there are more than the max result count (1118567)
  • remove client-side queries (8830303)
  • zoom to points in identify pane (8dd80d5)

v2.0.0-15

07 Sep 16:42
Compare
Choose a tag to compare
v2.0.0-15 Pre-release
Pre-release

2.0.0-15 (2023-09-07)

πŸš€ Features

  • add error boundary to search result layer (d462983)
  • add legends to result tables (3b3db1c), closes #556
  • use nice looking default symbols (a9c4edd)
  • use symbology from AGOL item, if available (b387f52)

πŸ› Bug Fixes

  • always add points on top of polygon layers (11a2536), closes #546
  • fix result table default sorting regression (b9518e5)

v2.0.0-14

31 Aug 22:16
Compare
Choose a tag to compare
v2.0.0-14 Pre-release
Pre-release

2.0.0-14 (2023-08-31)

πŸ› Bug Fixes

  • functions: handle validation for {FieldName} syntax in link configs (dd9fb30)

v2.0.0-13

31 Aug 22:07
Compare
Choose a tag to compare
v2.0.0-13 Pre-release
Pre-release

2.0.0-13 (2023-08-30)

πŸš€ Features

  • button: add link buttons (7bd908e)
  • convert urls to links in feature identify attributes tab (e506482)
  • icon: add additional more* icons (cdfc0f4)
  • implement feature identify with attributes only (5a77d10)
  • implement links in identify panel (2cef5b6)
  • implement map feature selection (7706b1b)
  • implement zoom to feature in identify pane (da7097a)
  • simple-table: implement simple table component (26fd030)
  • simple-table: wrap longer content (97bf6ec)
  • table: add support for custom column widths (eefbef7)
  • table: add support for row hover css pseudo-classes (7ead7aa)
  • tabs: implement tabs component (5ddcaef)
  • use field aliases in result tables headers (95d38c3)

πŸ› Bug Fixes

  • prevent identify attributes table from overflowing it's parent (5ff5040)

πŸ“– Documentation Improvements

  • add link to analytics dashboard (259f365)
  • cull old info and start adding v2 stuff (03984a5)

v2.0.0-12

20 Jul 21:09
Compare
Choose a tag to compare
v2.0.0-12 Pre-release
Pre-release

2.0.0-12 (2023-07-20)

πŸ› Bug Fixes

  • functions: correct lazy import path (5f5d8fc)

v2.0.0-11

19 Jul 19:01
Compare
Choose a tag to compare
v2.0.0-11 Pre-release
Pre-release

2.0.0-11 (2023-07-19)

πŸš€ Features

  • add max record count warning (a79fe1e)
  • table: make columns sortable (c12a3c1)
  • table: support default sorting (c4564cb)

πŸ› Bug Fixes

  • sort by the first field in grid by default (56b7077)
  • table: add labels to sort icons (81d4fb3)
  • table: make sorted state more UDS-compliant (70ddd57)
  • update deprecated prop for react-table (a5a0e3c)

🌲 Dependencies

v2.0.0-9

17 Jul 17:41
Compare
Choose a tag to compare
v2.0.0-9 Pre-release
Pre-release

2.0.0-9 (2023-07-17)

πŸ“– Documentation Improvements

  • add more drawing instructions (6955956)

🎨 Design Improvements

  • fix mobile sidebar layout (5f7dbaa)
  • give tag a bit more room (006c5d9)
  • handle longer search filter name tags (6bb8d1e)
  • sherlock: prevent hover boundary from overlapping label (444375a)
  • standardize spacing (192e263)

πŸš€ Features

  • add error boundary (023d718)
  • add print widget (cee6df5)
  • add reference layers (14c8dd8)
  • implement coordinates advanced filter (57cf9f4)
  • implement name and id searches (c512f57)
  • implement statewide, county, city, and zip for advanced filter (2c5880e)
  • implement stream advanced filter (09cc407)
  • implement street address filter (592c3ee)
  • implement user-drawn shape filter (9e41bea)
  • input: implement utds input (5a781b5)
  • select: implement basic select component (7cbb4f9)
  • sherlock: implement utds version of sherlock (ce9db6a)

πŸ› Bug Fixes

  • add missing label (a5cbac0)
  • add new domain to csp (a238a88)
  • add verb to advanced filter button (6308b81)
  • allow for requests to dev web api (863d294)
  • better layout and scrolling for result tables (4d241aa)
  • better/more reliable flow for search wizard (19e15d7)
  • ci: add missing env var (f04cd8c)
  • ci: switch to separate web api key for previews (9f84cfc)
  • clear search cache if schema has changed (1c6c69b)
  • disable download button if no layers are selected (c0033b0)
  • don't pass booleans to className prop (9c144ab)
  • don't try to download layers with no results (3595bc7)
  • fix downloads for feature services with non-0 layer indexes (7b1954f)
  • functions: init app in config update function (e43cf2b)
  • functions: lazy load to help with cold starts (fb5a3a3)
  • functions: more proper secrets access 🎩 (a8ccf78)
  • functions: move opensgid params to secret (d94bdab)
  • functions: remove unnecessary imports and correct secrets (d317d7b)
  • hide footer using config rather than css (9fdf8b1), closes #528
  • import typo (25fe8c0)
  • increase node heap size for building storybook (25b9341)
  • input: pass required attribute and merge classNames (454ea14)
  • make sure that map zooms reliably (54fe657)
  • make sure that the user can always see the bottom of the select filter type dropdown (f0613d9)
  • more descriptive name for attribute filters (4704a1c)
  • more stable general layout (1160bb4)
  • select: allow for passing className (b9d8fde)
  • select: move drop-down to body so that it always overlaps everything else (a5ab57f)
  • sherlock: better z-index application (7d707e1)
  • sherlock: bring into better utds compliance (88ca491)
  • sherlock: clean up unnecessary utility class (e47e982)
  • sherlock: debounce search function (4891751)
  • sherlock: export provider base to allow for custom providers (31d6812)
  • sherlock: linting error (5144d45)
  • sherlock: more linting (df5b3a4)
  • sherlock: remove identical attribute style option (28d682e)
  • sherlock: return a single graphic for now (120c362)
  • sherlock: show loading indicator when getting matched feature (1bbc678)
  • sherlock: switch to ky for better error handling (134975d)
  • solidify map zooming to advanced filter geometry (4c578b0)
  • style: use more generic color names (7ddd82c)
  • switch to custom function for stream search (d75b9a5)
  • table: don't expand row(s) to fill height (5c59824)
  • utds: standardize height between select, sherlock, and input (41492e5)
  • wire up start over after download (ed4f8c5)

v2.0.0-10

17 Jul 21:03
Compare
Choose a tag to compare
v2.0.0-10 Pre-release
Pre-release

2.0.0-10 (2023-07-17)

πŸ“– Documentation Improvements

  • table: add example reference (54ebc85)

πŸš€ Features

  • add max record count warning (afbce1b)
  • link: implement link component for utah design system (89d1a48)
  • table: make columns sortable (1401aec)
  • table: support default sorting (996a44f)

πŸ› Bug Fixes

  • icon: switch to inline flex (11a7081)
  • prevent user from zooming in beyond base map tiles (bf879e0)
  • sort by the first field in grid by default (ec9a0c4)
  • table: add labels to sort icons (0e025bc)
  • table: make sorted state more UDS-compliant (ddd6149)

v2.0.0-8

05 Jun 23:19
Compare
Choose a tag to compare
v2.0.0-8 Pre-release
Pre-release

2.0.0-8 (2023-06-05)

🎨 Design Improvements

  • give more distinction to the filter text (6e126a2)
  • keep buttons at the bottom (e974269)

πŸš€ Features

  • add geopackage and sqlite download formats (5e0acb9)
  • basic results grid with tables (063712b)
  • implement download function (1989718)
  • radio-group: implement UTDS RadioGroup component (561b316)
  • table: implement utds table (7afb245)
  • update: add validation errors (c6e79ce)

πŸ› Bug Fixes

  • checkbox: more clear change event name and show hover effects only when clickable (1c3746b)
  • clear map layers when wizard is cleared (7a548b7)
  • functions: clean up unused npm packages (c59d432)
  • generate: switch to got for retry functionality (8bf367b)
  • generate: use newer api (65bcbae)
  • more accurately reflect if service supports exports (50667e5)
  • more appropriate buttons and names for result state (a57d328)
  • more clear language (6cb4621)
  • radio & checkbox: use better cursor for disabled state (0fcd9be)
  • renaming export bug (63d5983)
  • sort divisions and layer names alphabetically (0221929)
  • spinner: add standard sizes that match text sizes (0e35873)
  • switch to createReplica calls from client for downloads per layer (e0a5acf)
  • utds: clsx -> tailwind-merge and remove all important qualifiers (6fa3a1a)