Releases: equinor/amplify-component-lib
Releases · equinor/amplify-component-lib
v8.0.2
What's Changed
- 💄 Change combobox menu styling by @arkadiy93 in #579
- 💄 Fix menu item button padding by @arkadiy93 in #580
- 💄 Use custom chip in combobox by @arkadiy93 in #581
- 💄 OptionDrawer - add intermediate state handling to singleSelect by @arkadiy93 in #582
- 🐛 OptionDrawer - Use the correct toggling arrows by @arkadiy93 in #583
- 🔧 Added figma to storybook sec headers by @aslakihle in #584
- fix/storybook-decorators by @mariush2 in #586
- Profile Avatar: fix story controls to allow for proper switching between available sizes by @eddiman in #585
- Feat/add-meta-label-to-Combobox by @benjamin-lyon in #590
- 🔧Update config files for playwright and security headers by @AmandaElvkull in #589
- Visual waves by @eddiman in #591
- feat: adds onSearchChange callback to ComboBox component by @FredrikMWold in #587
- Refactoring ComboBox and splitting into 2 components by @mariush2 in #593
- Update github actions to newer version by @kjarisk in #598
- Update node version in workflows and config by @kjarisk in #599
- ✨ Added optional grayScale prop to ApplicationIcon by @aslakihle in #594
- 💩 double action timeout to avoid some random test failures by @Brynjulf in #601
- Feat/use app name array to find app icon by @aslakihle in #600
- 🏷️ Made type import relative so it can find import in build by @aslakihle in #602
- Fix/relative import of types by @aslakihle in #603
- Fix/vulnerable version by @Brynjulf in #604
- minor update to highlight colors in dark mode by @eddiman in #596
- 👷 set node version from matrix instead of directly by @Brynjulf in #607
- Design/changes to select field by @eddiman in #605
- Check component usage storybook panel by @mariush2 in #608
- Feat/new chip implementation by @eddiman in #609
- Added variants to select components by @mariush2 in #610
- 🐛 fix chip styling for cursor when disabled and read only, add border… by @eddiman in #611
- fix: changes from using name prop to data prop so that users dont need to load icon manually by @FredrikMWold in #612
- release/bump-version by @mariush2 in #613
- fix: changes the text color for p tags and the background color to use by @FredrikMWold in #617
- fix: stop close button from shrinking ConfirmationPopup when the header text is long by @FredrikMWold in #615
- fix: add type button to MenuButton by @FredrikMWold in #616
- 🔖 7.12.3 by @aslakihle in #618
- Fix/auth handle no roles by @aslakihle in #619
- Fix/deprecate components by @aslakihle in #623
- 🐛: change from border to outline to remedy the height issues in combobox by @eddiman in #624
- fix/ws-vulnerability by @mariush2 in #625
- fix/ws-vulnerability by @mariush2 in #626
- ♻️ Rich Text Editor Refactor Into Compound Component Architecture by @CarelessCourage in #621
- fix: changes the placeholder color for RichTextEditor to match other input field color by @FredrikMWold in #620
- Fixing src paths in build by @mariush2 in #627
- Editor Refactor Followup by @CarelessCourage in #628
- Deprecate components by @mariush2 in #629
- Fix/appbarurl by @Sindri-Bjornsson in #632
- Re organize package so it fits atoms/molecules/organism structure by @mariush2 in #630
- Merge newest main into next by @mariush2 in #633
- chore/new-name by @mariush2 in #634
- Feat/new application icon by @eddiman in #631
- Fix/grouped combo box by @aslakihle in #635
- 🚑 Added "type" to package.json by @mariush2 in #636
- 👷 added secret scanning workflow by @Brynjulf in #638
- ✨ dockerfile linting in pre-commit and github actions by @Brynjulf in #637
- 👷 corrected syntax error when referencing jobs an… by @Brynjulf in #639
- 👷 updated test workflow with descriptions and cac… by @Brynjulf in #640
- chore/use-sam-package by @mariush2 in #641
- 👷 bumped npm publish action and added provenance … by @Brynjulf in #643
- feat/list-item by @mariush2 in #642
- Feat/application icon spinner by @mariush2 in #644
- Merge main into next by @mariush2 in #645
- set-version by @mariush2 in #646
- Next by @mariush2 in #647
- Added server.deps.inline to config/vitest.config.ts by @mariush2 in #653
- feat/defaultQueryOptions by @mariush2 in #651
- Amplify icons preview in storybook by @mariush2 in #650
- 👷 generate release notes after npm publish by @Brynjulf in #658
New Contributors
- @FredrikMWold made their first contribution in #587
- @kjarisk made their first contribution in #598
- @CarelessCourage made their first contribution in #621
- @Sindri-Bjornsson made their first contribution in #632
Full Changelog: v7.9.7...v8.0.2
v7.9.7
Full Changelog: v7.9.1...v7.10.0
What's Changed
- ✨ Text prop and optional URL on MissingAccesses on ErrorPage by @aslakihle in #572
- Feat/combo box menu height by @aslakihle in #573
- 🎨 UseLocalStorage use native setter by @arkadiy93 in #574
- 🐛 TableOfContent brakes navigation by @arkadiy93 in #576
- 🎨 Combobox - avoid checking children on parent select by @arkadiy93 in #577
- 🐛 Parse token safely by @arkadiy93 in #578
Full Changelog: v7.9.1...v7.9.7
v7.9.1
v7.9.0
What's Changed
- 🎨 Design changes in topbar by @AmandaElvkull in #430
- 🐛 correctly expose secret in npm publish workflow by @Brynjulf in #433
- 🔨 added and updated test config files by @Brynjulf in #434
- 👷 compare on the correct file path, added compare… by @Brynjulf in #435
- 🧑💻 expanded on vscode config by @Brynjulf in #438
- 🐛 ensure that release notes components dependent on each other ar… by @Brynjulf in #437
- Add node_modules to gitignore by @mariush2 in #436
- 🐛 👷 pass github token correctly to workflow by @Brynjulf in #440
- Amplify combo box by @mariush2 in #429
- 🎨 Improvements top bar and notifications by @AmandaElvkull in #439
- 💩 Imported old help in top bar by @AmandaElvkull in #442
- 🔨 renamed setupTests to test-utils, corrected directory naviga… by @Brynjulf in #441
- 👷 Fix paths for test-util files in check_config.yaml by @mariush2 in #443
- :rotating_lights: updated prettier config to accomodate handlebars files by @Brynjulf in #445
- ⬆️ Upgrade packages (excluding EDS) by @mariush2 in #444
- Fix/markdown in release notes by @Brynjulf in #446
- Attempt at fixing init not being called for msal-app by @mariush2 in #447
- 🎨 Created notification context to be able to access setIsOpen and… by @AmandaElvkull in #448
- Add 'showCreate' prop to sidebar by @mariush2 in #449
- Bump version by @mariush2 in #450
- Feat/tutorial provider by @aslakihle in #451
- Add 'loading' prop to combo box by @mariush2 in #452
- feat/auto-focus-topbar-search by @mariush2 in #453
- Added imgReadToken prop to RichTextEditor by @mariush2 in #454
- Merge EDS into amplify-components by @mariush2 in #456
- Feat/adv mud logging icon by @aslakihle in #455
- 💄 Change to ghost button for application drawer by @AmandaElvkull in #457
- Fix/eds label export by @aslakihle in #458
- Update eslint no-unused-vars rule by @arkadiy93 in #459
- Fix/chip as forward ref by @aslakihle in #460
- Fix textfield multiline focus styling by @mariush2 in #461
- Make AuthProvider check for VITE_IS_MOCK env variable internally by @mariush2 in #463
- Make image upload for RichTextEditor work with portal way of uploading images by @mariush2 in #462
- Added overview and shield_person to icons by @jelsabird in #464
- ✅ updated setupTests.ts for projects by @Brynjulf in #465
- Make combox stylable by @arkadiy93 in #467
- ⬆️Amplify components version -> 7.1.2 by @arkadiy93 in #468
- Add eslint rules and fix errors that are caught as a result by @benjamin-lyon in #466
- Fix/amplify aml icon size by @aslakihle in #469
- Fix onChange type in ISettingsSections interface by @benjamin-lyon in #471
- 🔖 7.1.4 by @benjamin-lyon in #473
- Fix AuthProviderInner image fetching bug by @mariush2 in #472
- Updated test config files by @mariush2 in #474
- 🐛 avoid silent auth crashes by @Brynjulf in #470
- 🏷️ revert type from unknown to string by @benjamin-lyon in #475
- Add missing line-height to richt text components by @mariush2 in #476
- Fix auth not being able to use logged in user by @mariush2 in #477
- Add clearable functionality to combo box by @mariush2 in #478
- Fix height of combo box by @mariush2 in #479
- 🎨Add lightBackground prop to rich text editor. by @arkadiy93 in #480
- ✨ added option to get date with utc timezone instead of loca… by @Brynjulf in #481
- Fix/search as forward ref by @aslakihle in #482
- 🔧 Added vite-env.d.ts file to general config files by @aslakihle in #484
- 🎨make padding configurable by @arkadiy93 in #483
- Fix/combo box option export fix by @aslakihle in #485
- Feat/reexport eds divider by @aslakihle in #486
- Fix getToken not being in mock mode by @mariush2 in #487
- Playwright config files and auth fix by @mariush2 in #488
- 💄 Remove margin from paragraphs by @arkadiy93 in #489
- Update E2E config files by @mariush2 in #491
- Update playwright.config.ts by @mariush2 in #494
- 💄 Remove margin from lists in Editor by @arkadiy93 in #493
- Update utils.ts by @benjamin-lyon in #495
- Clean up types in ComboBox so it is easier to use by @mariush2 in #492
- Update playwright.config.ts by @mariush2 in #496
- Top bar usability by @jelsabird in #497
- 💄 Introduce new color and use it in Combobox by @arkadiy93 in #498
- 🔧 Added package-lock path to setupNode step in e2e workflow by @aslakihle in #500
- Feat/update side bar by @jelsabird in #490
- 💄 Combobox styling issue by @arkadiy93 in #502
- 💄 Update styling for top bar by @AmandaElvkull in #499
- 💄 Remove underline when Combobox is disabled by @arkadiy93 in #504
- Update guidelines story and fix hover effect for settings by @AmandaElvkull in #503
- Fix - Bump version number by @AmandaElvkull in #505
- ExpandingIconButton by @mariush2 in #506
- Fixing iconPosition=right not having a width by @mariush2 in #507
- 🎨 Small changes in spacings size and increase timeout for tes by @AmandaElvkull in #508
- 🐛 Wrong button style on side bar create item by @jelsabird in #509
- ✨ Add support for snackbar actions by @arkadiy93 in #510
- 🩹 Make onClick optional in MenuItem by @arkadiy93 in #511
- 🐛 Cleanup snackbar action conditionally on consequent calls by @arkadiy93 in #512
- ✨ Close snackbar on demand by @arkadiy93 in #513
- Orca custom icons by @mariush2 in #515
- Avoid showing 'unauthorized' before refreshing to login by @mariush2 in #516
- 💄 Adjust color and margin in ComboBox by @jelsabird in #514
- 🎨 Refactor guidlines and removed old help by @AmandaElvkull in #518
- fix/allow user to be authorized even if they have ...
v6.1.7
What's Changed
- Moved from cjs to tree-shaking by @mariush2 in #244
- Fix/bad release by @mariush2 in #245
- 🩹 show chips with true or false by @AmandaElvkull in #246
- Feature/feedback update by @aslakihle in #249
- ♻️ small fix for usepagemenuprovider by @AmandaElvkull in #247
- Added search params to Sieve by @mariush2 in #251
- ✨ add serachparams to sieve by @AmandaElvkull in #250
- Upgrade to styled-components v6 by @mariush2 in #252
- Added CODEOWNERS to config files by @mariush2 in #253
- Fix/feedback form fic + consent checkbox by @aslakihle in #255
- Fixed TopBar Logo misalignment by @mariush2 in #254
- 📝 Added/Improved Storybook by @mariush2 in #256
- 🚸 updated export for skeletonbase animation by @AmandaElvkull in #257
- Add esm build by @mariush2 in #258
- Fix/feedbackFix2 by @aslakihle in #259
- Fix bad types in release by @mariush2 in #260
- Fix storybook build by @mariush2 in #261
- fix/esm-cjs-conflict by @mariush2 in #262
- Bug/formatRelativeDateTime by @jelsabird in #263
- ✅ Improved date util by @jelsabird in #264
- 🐛 Mui dependencies ended up in different chunks by @jelsabird in #265
- Fix/split deckGL chunks by @aslakihle in #266
- Fix/feature toggling request fail by @aslakihle in #267
- ✨ Ability to include custom help menu items by @jelsabird in #268
- Pre-commit files / install script by @mariush2 in #270
- Fixing useSignalRHook by @mariush2 in #271
- Feat/feedback1.0 by @aslakihle in #272
- Removing 'host' parameter from useSignarlR-hook by @mariush2 in #273
- Change log level for SignalR connections by @mariush2 in #274
- ⚡ Removed itemref to avoid rerender children by @AmandaElvkull in #275
- Added build-and-use script by @mariush2 in #277
- ✨ add security headers by @Brynjulf in #276
- 🐛 add file owner to nginx conf files by @Brynjulf in #278
- 🐛 attempt to use pid instead to set proper permission by @Brynjulf in #279
- 🐛 remove port 80 from nginx, added security headers to all requests by @Brynjulf in #280
- Update precommit install script to work with PWEX by @mariush2 in #281
- 📝 update readme and yaml name by @Brynjulf in #282
- 📝 added printf on securityheaders download by @Brynjulf in #283
- 🎨 update nginx conf by @Brynjulf in #284
- 🐛 include securityheaders from conf.d folder by @Brynjulf in #285
- 🐛 Ensure 2-digit day and month by @jelsabird in #286
- ✨ add self to connect-src csp by @Brynjulf in #287
- 💄 Added compact style for FileUploadArea by @jelsabird in #288
- 🐛 ensure number icons are not squished by @Brynjulf in #289
- Fix bad re-add in precommit script by @mariush2 in #290
- Feat/run prettier on config folder by @Brynjulf in #291
- Debounced searching for Sieve component by @mariush2 in #292
- Updated securityheaders by @mariush2 in #293
- Revert changes to proxy/securityheaders.conf by @mariush2 in #294
- Success/Failure icons by @mariush2 in #295
- ✨ Added new GuidelineItem type with just title and element prop by @mariush2 in #298
- Feat/feedback improvements by @aslakihle in #296
- upgrade/sc-v6 by @mariush2 in #300
- Fixing prop names where it was forgotten by @mariush2 in #301
- ♻️ use eds token for spacing instead of hardcoded value by @Brynjulf in #303
- ✨ Added snail Icon for Dasha by @AmandaElvkull in #302
- Fix/option drawer custom props for styled components 6 by @aslakihle in #304
- 🔒 disable scripts when running yarn by @Brynjulf in #305
- ✨ added blob storage to allow img src by @Brynjulf in #306
- 🎨 Change to new prefix for styled components by @AmandaElvkull in #307
- 🔧 update csp with blob: by @Brynjulf in #308
- New guideline components by @mariush2 in #309
- 🔧 allow radix apps through csp by @Brynjulf in #310
- Fix gap in Guidelines.Section by @mariush2 in #311
- Fixing missing $ on some styled-component's props, also fixing width of CopyText wrapper by @mariush2 in #312
- Upgrading to react-query v5 by @mariush2 in #313
- Adding global styles to template by @mariush2 in #314
- ✨ SkeletonGradient for use in SVG skeletons by @mariush2 in #315
- Feat/skeleton gradient fix by @aslakihle in #316
- Upgrade msal packages and auth flow by @mariush2 in #317
- Updating securityheaders.conf by @mariush2 in #318
- Fixing combobox outlines still being visible by @mariush2 in #319
- Using accounts from msal to set active account by @mariush2 in #320
- Fixing 401 errors by @mariush2 in #321
- Move getToken outside of useEffect in AuthProviderInner by @mariush2 in #322
- Change how OpenAPI.TOKEN is being set by @mariush2 in #323
- Fix account not being set properly by @mariush2 in #324
- 🐛 ⬆️ disable the send button while we are sending off a f… by @Brynjulf in #325
- 🔥 Removed Fileprogress and hourglass component by @AmandaElvkull in #327
- Feat/feedback multiple attachments by @aslakihle in #328
- Dark mode for sidebar by @mariush2 in #329
- Feat/use local storage keep alive by @aslakihle in #330
- HeaderDrawer component by @mariush2 in #331
- Added children functionality to page menu components by @mariush2 in #332
- Add postMessage listener to be used by pozo by @mariush2 in #333
- Fix id not being set correctly in HeaderDrawer component by @mariush2 in #334
- Calling msalApp init before handling post message by @mariush2 in #335
- Fix redirecting when inside iframe by @mariush2 in #336
- Fix bad redirect uri when in iframe by @mariush2 in #337
- 🐛 Fix crashing ...