Releases: near-daos/astro-ui
Releases · near-daos/astro-ui
Release/3.0.8
What's Changed
- fix(proposal permissions): restrict remove permissions to update dao … by @VERZUOL1 in #950
- fix(login): fixing blocked popup problem by @karpovdmitryod in #953
- fix(wallet): fixing login flow - v3 by @karpovdmitryod in #954
- test(tests): another portion of tests by @AlexeyPonomarenko in #959
- fix(dao version): fix hook by @VERZUOL1 in #963
- fix(ga integration): add ga scripts by @VERZUOL1 in #965
- fix(login to sender): fix login to sener wallet by @VERZUOL1 in #966
- test(tests): added tooltips for notification toggles by @AlexeyPonomarenko in #972
- feat(discovery): add units to counts and integrate new API by @stee1house in #974
- feat(governance token): add wizard by @VERZUOL1 in #960
- Update Next.js to v12 by @maxmagic-dev in #973
- fix(badge color): make consistant group color by @VERZUOL1 in #971
- fix(dao assets): show logo as flag, and preview to proposal card by @VERZUOL1 in #961
- Revert "fix(dao assets): show logo as flag, and preview to proposal card" by @karpovdmitryod in #980
- Revert "fix(badge color): make consistant group color" by @karpovdmitryod in #981
- Revert "Update Next.js to v12" by @karpovdmitryod in #982
- Refactor/merge latest changes from release 3.0.6 by @VERZUOL1 in #984
- fix(badge color): make consistant group color by @VERZUOL1 in #983
- test(tests): another portion of tests by @AlexeyPonomarenko in #989
- feat(localisation): added localisation for some components from header by @AlexeyPonomarenko in #988
- feat(notifications counter): add notifications counter by @VERZUOL1 in #990
- test(tests): another portion of tests by @AlexeyPonomarenko in #991
- feat(sidebar): add new link to sidebar by @stee1house in #998
- fix(discovery): update order of the tvl, little bug fixing by @stee1house in #996
- test(tests): another portion of tests by @AlexeyPonomarenko in #1000
- fix(dao feed): fix missing logos by @VERZUOL1 in #1003
- Fix/settings page mobile by @VERZUOL1 in #1006
- fix(near config): update near config so contract name can be configured by @VERZUOL1 in #1005
- refactor(qa env config): update api url by @VERZUOL1 in #1007
- Release/3.0.6 by @VERZUOL1 in #1004
- fix(ga): add measuremnt ids by @VERZUOL1 in #1011
- Fix/build development by @VERZUOL1 in #1012
- Fix/build development by @VERZUOL1 in #1013
- fix(dao): check is dao version available by @VERZUOL1 in #1014
- test(tests): another portion of tests by @AlexeyPonomarenko in #1010
- Feat/major nextjs update by @maxmagic-dev in #1008
- fix(build): fix build config by @VERZUOL1 in #1016
- Fix/dao version upgr by @VERZUOL1 in #1015
- fix(storybook): fix sb build by @VERZUOL1 in #1017
- test(tests): another portion of tests by @AlexeyPonomarenko in #1018
- feat(proposal page): update ui of the proposal page by @stee1house in #1020
- Feat/wallet refactor by @karpovdmitryod in #1021
- feat(vote credit): add card, modal and row components by @VERZUOL1 in #1022
- feat(locales): removed chinese locale by @AlexeyPonomarenko in #1023
- feat(modals): centered modals vertically by @AlexeyPonomarenko in #1024
- feat(dev): remove old AuthContext usage by @maxmagic-dev in #1026
- fix(create dao): fix members step validation by @VERZUOL1 in #1025
- fix(wallet): adding refresh after NEAR accounts switch by @karpovdmitryod in #1027
- fix(accounts dropdown): update selected wallet ui, fix styles by @VERZUOL1 in #1028
- feat(DAO page): switch places of the "Follow" and "Join DAO" buttons by @AlexeyPonomarenko in #1030
- feat(Notifications Hub): increased margin between notifications by @AlexeyPonomarenko in #1032
- feat(social icons): updated twitter social icon by @AlexeyPonomarenko in #1033
- feat(google analytics): add custom ga events by @VERZUOL1 in #1029
- feat(proposals page): update groups by @stee1house in #1031
- Fix/remove async methods by @VERZUOL1 in #1034
- refactor(test env config): update test env config by @VERZUOL1 in #1036
- feat(create external proposal): add create external roposal component by @VERZUOL1 in #1035
- feat(allowance): adding possibility to act on proposals without wallet interaction by @karpovdmitryod in #1037
- feat(buttons): no hover effect for disabled button by @AlexeyPonomarenko in #1038
- feat(sidebar): updated location and label of the Discovery item by @AlexeyPonomarenko in #1039
- feat(side filter): "All" option has proper highlight when selected by @AlexeyPonomarenko in #1040
- fix(payout): adding support for USN tokens in payout proposals by @karpovdmitryod in #1042
- fix(payout): fixing USN tokens prefix by @karpovdmitryod in #1043
- feat(deposit input): updated UI of deposit input by @AlexeyPonomarenko in #1044
- feat(Notification Hub): updated ui of archive and read buttons by @AlexeyPonomarenko in #1046
- feat(custom templates): add custom fc templates registry by @VERZUOL1 in #1045
- feat(logrocket): add logrocket integration by @VERZUOL1 in #1047
- feat(ga setup): add pag titles, add error boundary by @VERZUOL1 in #1049
- fix(payout): fixing USN payouts for testnet and mainnet by @karpovdmitryod in #1051
- fix(app config): fix app config fetch by @VERZUOL1 in #1053
- feat(custom proposal templates): add templates, update create proposal by @VERZUOL1 in #1055
- fix(logout): adding page refresh after wallet sign out by @karpovdmitryod in #1057
- test(dao flags): replaced flags with round logos by @AlexeyPonomarenko in #1054
- test(tests): another portion of tests by @AlexeyPonomarenko in #1050
- fix(proposal page): remove filters according to the new design by @stee1house in #1061
- test(notifications): updated ui of notifications bell by @AlexeyPonomarenko in #1066
- fix(fc registry): fix template toggle by @VERZUOL1 in #1064
- Feat/make timeline proposal component by @stee1house in #1071
- feat(feed): add fc filter by @VERZUOL1 in #1072
- fix(create dao): update create dao fee by @VERZUOL1 in #1073
- test(copy button): copy button wrapped copied content where possible by @AlexeyPonomarenko in #1075
- fix(fc templates): update mobile views by @VERZUOL1 in #1074
- fix(authorization): send auth data in header by @VERZUOL1 in #1079
- fix(fc-templates): fix share fc templates -only allow daos where user… by @VERZUOL1 in #1081
- fix(auth header): add auth header to notifications api by @VERZUOL1 in #1082
- fix(external proposal create): fix json format by @VERZUOL1 in https://git...
release/3.0.7
fix(dao): add version label, fix styles (#1098) Co-authored-by: Overzunov <overzunov@lohika.com>
release/3.0.6
- sms/email notifications (currently in beta)
- granular voting/proposal creation permissions control
release/3.0.5
Merge pull request #879 from near-daos/fix/fc-template-transfer fix(fc templates): fix transfer
release/3.0.4
fix(sidebar): change report link (#793) Co-authored-by: Overzunov <overzunov@lohika.com>
release/3.0.3
What's Changed
release/3.0.2
What's Changed
release/3.0.1
What's Changed
- feat(navigation): slight update of navigation by @AlexeyPonomarenko in #318
- feat(dao list): items are centered on the page by @AlexeyPonomarenko in #319
- feat(notifications page): implement infinite loading for archived not… by @VERZUOL1 in #320
- fix(nft): NFT card refactored, image cropping fixed, preload and failed states fixed by @unholywhite in #323
- feat(notification card): add mobile view by @VERZUOL1 in #322
- feat(notifications settings): implement filter on notification settin… by @VERZUOL1 in #326
- Fix/dao dashboard by @VERZUOL1 in #327
- fix(nft): page mobile layout fix by @unholywhite in #329
- feat(localization): added some localization to dao pages by @Izek in #328
- fix(dao): dao main page layout fixes by @unholywhite in #330
- fix(notifications): dao group settings by @unholywhite in #331
- fix(dao): funds chart layout - TVL over time chart header by @unholywhite in #341
- fix(misc): copy button - show "copied" message on mobile devices by @unholywhite in #344
- fix(bounty): time to complete - suffix removed (typo) by @unholywhite in #342
- fix(search bar): improve search mechanism, show spinner, cancel prev … by @VERZUOL1 in #343
- fix(create proposal): restyle editable gas input by @VERZUOL1 in #346
- fix(copy button): fix layout on dao grid and notification settings pages by @unholywhite in #345
- fix(app header): login dropdown menu layout fixed by @unholywhite in #348
- fix(create dao): fix app crash on safari browser when open create dao… by @VERZUOL1 in #351
- feat(all daos page): show loaders while sorting by @VERZUOL1 in #352
- fix(create dao): page footer layout fix by @unholywhite in #347
- fix(create proposal): fix tokens dropdown visibility by @VERZUOL1 in #353
- fix(feed): fix data loading on load more by @VERZUOL1 in #354
- fix(notifications): fix invalid proposer name by @VERZUOL1 in #359
- fix(sidebar, mob footer): set proper active state for All Daos and My Daos links by @unholywhite in #355
- fix(daos feed): change data endpoints by @VERZUOL1 in #360
- fix(bounty card): fix deadline period count by @VERZUOL1 in #361
- Feature/editable tgas by @VERZUOL1 in #363
- fix(daos feed): show actual dao funds by @VERZUOL1 in #364
- fix(create proposal): fix proposal variant dropdown layout by @VERZUOL1 in #372
- fix(gas input): restyle tgas input by @VERZUOL1 in #366
- fix(dao members): fix wrong dao members votes count by @VERZUOL1 in #369
- fix(create proposal): add validation to change links proposal by @VERZUOL1 in #373
- refactor(helpers): moved helpers to utils and hooks directories by @AlexeyPonomarenko in #374
- test(tests): initial test setup by @AlexeyPonomarenko in #375
- feat(settings page): implement new dao setting page ui by @VERZUOL1 in #377
- test(tests): implemented tests for all utils and AppHeader by @AlexeyPonomarenko in #378
- fix(intercom button): move intercom button to avoid buttons overlap by @VERZUOL1 in #389
- fix(dao logo): fix dao logo styles by @VERZUOL1 in #388
- fix(create proposal): allow create proposals with policy warning by @VERZUOL1 in #385
- fix(voting policy proposal): fix value format for change viting polic… by @VERZUOL1 in #387
- test(components): implemented portion of tests. Fixed some issues, removed redundant code by @AlexeyPonomarenko in #391
- feat(comment): parse links and show images in comments by @VERZUOL1 in #390
- fix(gas): change default gas value, update chart on tokens page by @VERZUOL1 in #392
- Fix/all daos title by @VERZUOL1 in #401
- fix(formatter): fix kformatter function to accept optional tofixed nu… by @VERZUOL1 in #404
- fix(create dao): fix validation on create dao page by @VERZUOL1 in #408
- fix(page layout): fix main page layout by @VERZUOL1 in #407
- fix(comments): fix comments section layout by @VERZUOL1 in #406
- feat(proposals): transfer proposal with fungible token is being created by batched transactions by @AlexeyPonomarenko in #411
- feat(dao stats): integrate new stats api, update chart by @VERZUOL1 in #416
- test(component): covered some components with tests, removed redundant code, fixed typo by @AlexeyPonomarenko in #410
- fix(chart): format dates as utc for chart by @VERZUOL1 in #418
- feat(bounties page): add editable gas input on bounty card by @VERZUOL1 in #414
- test(component): covered another portion of components with tests by @AlexeyPonomarenko in #417
- fix(build): fix tests, add mock data by @VERZUOL1 in #421
- fix(notifications): fix notifications messgaes format by @VERZUOL1 in #431
Full Changelog: release/3.0.0...release/3.0.1
release/3.0.0
What's Changed
- refactor(noties hub): removed redundant prop by @AlexeyPonomarenko in #189
- feat(notifications): notifications settings page by @unholywhite in #174
- fix(nft card): update logic we use to load nfts, support varius data … by @VERZUOL1 in #193
- feat(noties hub): implemented "notifications hub" page by @AlexeyPonomarenko in #192
- refactor(noties settings): relocated notification settings page by @AlexeyPonomarenko in #194
- Feature/i18n by @VERZUOL1 in #199
- feat(chart): update chart component, change data prepare logic, restyle by @VERZUOL1 in #198
- fix(notifications): notifications settings - modal for group disable by @unholywhite in #195
- fix(build): change storybook config to be able to build by @VERZUOL1 in #200
- fix(notifications): notifications settings - disable modal options by @unholywhite in #201
- fix(build): update project config to support i18n by @VERZUOL1 in #205
- Fix/build i18n by @VERZUOL1 in #206
- fix(create dao page): fix i18n config issues on create dao page by @VERZUOL1 in #207
- fix(redirect pages): fix i18n issues by @VERZUOL1 in #209
- fix(not found page): fix i18n config ussues on 404 page by @VERZUOL1 in #210
- feat: added russian translation for ru/common.json by @Izek in #211
- feat(proposals): implemented proposals page by @AlexeyPonomarenko in #203
- feat(proposals page): added localization by @AlexeyPonomarenko in #215
- feat(notifications api): implemented basic service by @AlexeyPonomarenko in #213
- feat(notifications): add meaningfull notification message builder by @VERZUOL1 in #216
- Feature/dao dashboard by @VERZUOL1 in #217
- Feature/notifications via sockets by @VERZUOL1 in #219
- fix(notifications): notifications setting - updated design refactoring by @unholywhite in #214
- fix(deploy): adding env variables for dao-stats API by @karpovdmitryod in #222
- feat(locale selector): implement locale selector component according … by @VERZUOL1 in #218
- fix(notifications settings page): fix layout by @VERZUOL1 in #224
- feat(create proposal card): show warning about blocked popups by @VERZUOL1 in #223
- refactor(dao pages): moved portion of similar code to shared component. Reused it in some pages by @AlexeyPonomarenko in #221
- feat(notification): update/archive notification functionality by @VERZUOL1 in #225
- feat(follow dao): implement follow/unfollow dao functionality, add se… by @VERZUOL1 in #226
- feat(bounty): bounties update by @AlexeyPonomarenko in #227
- feat(notificaton settings): integrate notifications settings with api by @VERZUOL1 in #233
- feat(bounty): 1 user can not claim twice, fixed icons, added noty, updated remaining claims ui by @AlexeyPonomarenko in #234
- fix(nft): updated nft card according to new design by @unholywhite in #236
- fix(notifications): fix unread noties indicator, fix error when acces… by @VERZUOL1 in #238
- Fix/view proposal by @VERZUOL1 in #239
- Clusterip services by @volodymyr-iliashchenko in #240
- feat(proposal comments): add comments component, service and integrat… by @VERZUOL1 in #244
- feat(dao page): updated default logo and flag by @AlexeyPonomarenko in #250
- feat(localization): added localization to create dao page part two by @Izek in #252
- feat(comments): add report and remove functionality, add animations by @VERZUOL1 in #253
- fix(nft): nft filters added, updated multiple select component by @unholywhite in #249
- fix(proposals): dao id can not be specified in the "member" field anymore by @AlexeyPonomarenko in #255
- fix(proposals feed): fixed proposals feed initial filtering by @AlexeyPonomarenko in #256
- feat(notifications): add notifications by types, add toasts notificat… by @VERZUOL1 in #257
- fix(lint): fixed lint configuration by @AlexeyPonomarenko in #258
- feat(comments): add report comments functionality, restrict report twice by @VERZUOL1 in #260
- fix(notification settings): fix crashed app on big amount of dao by @VERZUOL1 in #265
- fix(nft): refactored: page, card, image loading states by @unholywhite in #267
- fix(notifications card): add missinf fc proposal notification card, f… by @VERZUOL1 in #268
- fix(proposal feed): updated feed filter status calculation by @AlexeyPonomarenko in #269
- fix(bounty): query only inProgress BountyDone proposals by @karpovdmitryod in #275
- fix(bounty): adding additional useEffect to handle refresh properly by @karpovdmitryod in #278
- fix(my feed): "all" filter is a default filter for "My Feed" now by @AlexeyPonomarenko in #279
- fix(search results): updates styles of "no results" by @AlexeyPonomarenko in #282
- fix(notifications settings): fix mute all platform notifications logi… by @VERZUOL1 in #283
- fix(toasts notifications): handle read click on toasts by @VERZUOL1 in #285
- feat(comments): add links parser by @VERZUOL1 in #286
- fix(chart): fix chart styles on mobile by @VERZUOL1 in #287
- fix(notifications settings): fix layout on mobile by @VERZUOL1 in #301
- fix(create dao): default flag is being shown in DAO preview by @AlexeyPonomarenko in #300
- fix(search): search is not cleared on redirect to "results page" or when user switches tabs there by @AlexeyPonomarenko in #302
- fix(search results): fix missing search results when redirect to resu… by @VERZUOL1 in #304
- fix(search results): fix overlapping filter on result page on mobile by @VERZUOL1 in #307
- fix(notifications): fix toasts timeout, add config values by @VERZUOL1 in #313
- fix(notifications): fix page reload that caused missing notificatons by @VERZUOL1 in #317
New Contributors
Full Changelog: 2.0.4-RC1...release/3.0.0