Releases: dpc-sdp/ripple-framework
Releases · dpc-sdp/ripple-framework
2.32.0
Release notes :
- [SD-896] Fixed issue where focus was not being set on items when navigating using table of contents
- [SD-894] Updates to all dependencies with reported CVEs.
- [SD-883] Use site and page endpoints so users can no longer to pull data from other sites.
- [SD-856] Switch to short ids for the print page query so we can print larger pages before 414-ing, and hide print link for publications with over 80 nodes.
- [SD-851] Fix data table row colours so the first row is always grey.
- [SD-829] Fix to make sure images are loaded before printing a publication.
- [SD-804] Update search encoding for the primary nav search bar and the search banner component so users can search with extra special characters like &
- [SD-740] Adds scroll padding to primary nav to fix issue where elements were obscured when focussed
- [SD-707] Fixes focus management on maps with a sidepanel
- [SD-702] Aria improvements to map component, i.e. add title, description etc.
What's Changed
- Release 2.31.0 by @github-actions in #1503
- [SD-851] switch to even/odd row classes on data tables by @lambry in #1507
- [SD-856][SD-829] publication print page updates by @lambry in #1504
- chore: swap RplImg to RplImage in primary nav by @lambry in #1505
- [SD-894] update vue3-openlayers and ol libraries by @dylankelly in #1506
- bugfix/issue-1497 by @eschweitzer78 in #1502
- chore: revert RplImage tag change by @lambry in #1509
- upgrade all dependencies with security advisories by @dylankelly in #1508
- feat(@dpc-sdp/ripple-ui-core): allow html in tab titles by @bgilhome-now in #1511
- [SD-883] use runtime site value in page and site endpoints by @lambry in #1515
- [SD-804] update search encoding by @lambry in #1518
- [SD-707] Maps keyboard nav improvements by @jeffdowdle in #1494
- [SD-702] a11y updates for maps by @lambry in #1512
- [SD-799] Moved hero header mapping to base mapping for all content types by @jeffdowdle in #1514
- [SD-740] Fix focused element obscured by sticky primary nav by @jeffdowdle in #1517
New Contributors
- @eschweitzer78 made their first contribution in #1502
Full Changelog: 2.31.0...2.32.0
2.31.0
Release notes :
- [SD-872] Adds match_phrase_prefix to location queries so multi word locations are returned in suggestion list
- [SD-863] Fixes issue where card click events can be fired twice.
- [SD-791] Adds table scope to td and th elements in basic text and data table components
What's Changed
- Release 2.30.0 by @github-actions in #1493
- [SD-872] add match_phrase_prefix to location suggestion query by @lambry in #1498
- [SD-863] make sure a11y click only fires once by @lambry in #1499
- [SD-791] add scope attribute to tables by @lambry in #1501
New Contributors
- @github-actions made their first contribution in #1493
Full Changelog: 2.30.0...2.31.0
2.30.0
Release notes :
- [SD-844] Adds support for automatically displaying header corner graphics based on what site or site section a page is in.
- [SD-790] Improves primary header styling when a site doesn't have any menu items.
What's Changed
- [SD-719] Adds support for static generation of Ripple sites by @dylankelly in #1451
- chore: set cli lib version after bumping by @dylankelly in #1485
- Release/2.29.0 by @waitingallday in #1484
- [SD-866] - Link list UI feedback and mapping change by @jeffdowdle in #1488
- [SD-790] Fixed primary nav styling when no menu present by @jeffdowdle in #1489
- [SD-844] Corner graphics logic update by @jeffdowdle in #1490
Full Changelog: 2.29.0...2.30.0
2.29.0
Release notes :
- [SD-835] Improved logging of URLs when there is an error.
- [SD-754] Adds a new component to ripple called a 'Link List'. This is a simple list of links that can be added to a landing page.
- [SD-734] Changes the HTML of the search bar to improve accessibility and ensure valid markup is used.
- [SD-729] Adds descriptive labels for increase/decrease buttons that announce when min/max has been reached.
- [SD-617] Align publication content types to landing page by adding missing features and mapping (topics/tags, corner graphics)
- [SD-546] Improves analytics events for maps, adds better support for the click search result event.
- [SD-545] Improves analytics events for maps, adds context on what tab the user was on when performing an action.
- [SD-254] Improves analytics events for maps, adds better support for the click search result event.
What's Changed
- Release/2.28.0 by @waitingallday in #1473
- Update Nuxt to 3.16.1 by @waitingallday in #1474
- [SD-617] Add missing header includes by @waitingallday in #1476
- [SD-729] Add helptext by @waitingallday in #1477
- [SD-617] Add missing showTopicsTags flag in publication mapping by @waitingallday in #1478
- [SD-545, SD-546, SD-254] Improved analytics for search and maps by @jeffdowdle in #1475
- Fix storybook test-runner CI error by @waitingallday in #1482
- [SD-734] Change RplSearchBar to use type="text" so that role="combobox" is valid by @jeffdowdle in #1479
- [SD-835] Fix incorrect url sent to logger by @waitingallday in #1480
- [SD-754] - Added RplLinkList UI component and mapping by @jeffdowdle in #1481
Full Changelog: 2.28.0...2.29.0
2.28.0
Release notes :
- [SD-817] Validates date before attempting to format it.
- [SD-815] Fixes an issue in some maps where popups would close on click of the popup body.
- [SD-810] Adds
idto searchResultsMappingFn to match mapResultsMappingFn, this address an issue where the cluster number wasn't updating for schools when opening a popup from the sidebar. - [SD-729] Adds descriptive labels for increase/decrease buttons that announce when min/max has been reached.
- [SD-630] Improves analytics events for maps, adds a event when a user opens a popup.
- [SD-579] Adds support for review step in multi step forms
- [SD-545] Improves analytics events for maps, adds context on what tab the user was on when performing an action.
- [SD-543] Improves analytics events for maps, specifically better context when switching tabs.
- [SD-542] Improves analytics events for maps, specifically better context for search bar events.
- [SD-176] Adds new multi page forms functionality which allows for paginating form elements.
What's Changed
- Release/2.27.0 by @waitingallday in #1466
- [SD-810] add 'id' to searchResultsMappingFn by @lambry in #1467
- [SD-176] multistep forms by @lambry in #1461
- [SD-729] Number fieldset and descriptive labels by @waitingallday in #1468
- [SD-815] Fixed sidebar type popup closing on click by @jeffdowdle in #1469
- [SD-817] check that date is valid before formatting by @lambry in #1472
- [SD-542, SD-543, SD-545] Map analytics updates by @jeffdowdle in #1471
- [SD-630] add open popup event by @lambry in #1470
Full Changelog: 2.27.0...2.28.0
2.27.0
Release notes :
- [SD-794] Fixes bug where webforms using the term select field won't submit
- [SD-788] Fixed search terms with spaces in them being double encoded when typing into the search banner component
- [SD-701] Fixes issue with main menu on navigation
What's Changed
- Release/2.26.0 by @dylankelly in #1459
- fix(@dpc-sdp/nuxt-ripple): 🐛 fixes issue with error messages by @dylankelly in #1463
- [SD-788] Fixed double encoding of search terms in the search banner by @jeffdowdle in #1464
- [SD-701] Scroll to top on menu transition by @waitingallday in #1460
- [SD-794] fix form submission (when using term select) by @lambry in #1465
- [SD-670] - Added RplMapLayerList UI component by @jeffdowdle in #1462
Full Changelog: 2.26.0...2.27.0
2.26.2
Full Changelog: 2.26.0...2.26.2
2.26.1 (deprecated)
Full Changelog: 2.26.0...2.26.1
2.25.1
Full Changelog: 2.25.0...2.25.1
2.26.0
Release notes :
- [SD-747] Adds a feature flag to disable the content rating form.
- [SD-733] Fix accessibility issue with search icon
- [SD-730] Removes unneeded fieldset and improves field disabled states.
- [SD-724] Add support for custom corner graphics on search listing pages.
- [SD-721] Restores the 'zoom to location' animation that was lost in a recent update.
- [SD-715] Fixes centering when clicking the home button when a side panel is active.
- [SD-711] Improved line spacing for translated pages
- [SD-695] Improved semantic markup of statistics grid to meet WCAG 2.2 accessibility guidelines
- [SD-648] Set logging for 404 API responses to info level
- [SD-486] Adds support for 'requiring suggestions', this means the search bar cannot be submit with a suggestion being selected, this also includes some design changes like removing the search button and moving the icon to the left.
What's Changed
- Release/2.25.0 by @dylankelly in #1442
- [SD-703] Unit test for reusable paragraph by @waitingallday in #1444
- [SD-648] Change log level for user errors by @waitingallday in #1445
- [SD-711] Fix two separate font issues by @waitingallday in #1447
- [SD-695] Use DL in stats grid markup by @waitingallday in #1446
- [SD-486] allow requiring a suggestion in RplSearchBar by @lambry in #1443
- [SD-730] remove extra fieldset by @lambry in #1452
- [SD-721][SD-715] map zoom animation, home centering by @lambry in #1449
- [SD-731] Aria improvements to footer logo by @waitingallday in #1450
- [SD-724] Add corner graphic support to search listings by @lambry in #1455
- style: progress component tweaks by @lambry in #1456
- [SD-747] feature flag to remove content rating by @lambry in #1457
- [SD-733] Mark search icon as presentation by @waitingallday in #1448
- [SD-695] Fix regression from markup change by @waitingallday in #1458
Full Changelog: 2.25.0...2.26.0