- 03 Jan, 2020 9 commits
-
-
Lyza Danger Gardner authored
-
Robert Knight authored
Prepare for transition to ES modules
-
Lyza Gardner authored
Add `title` property to `SvgIcon`
-
Lyza Gardner authored
Fix incorrect attribute type
-
Lyza Danger Gardner authored
-
Lyza Danger Gardner authored
Optional property `title` sets `title` on SVG’s containing `span` for a11y/usability
-
Lyza Danger Gardner authored
-
Lyza Danger Gardner authored
-
Robert Knight authored
In preparation for converting the client source to ES modules, in order that the pattern library and other frontend apps all use the same module system, change the source type for ESLint to "module" and remove the "use strict" declarations at the top of each source file. Babel already inserts "use strict" at the top of every module it processes and support for transpiling ES modules is already enabled by @babel/preset-env. The change is only applied to modules in `src/` as build scripts (gulpfile.js, `scripts/**.js`) are not treated as modules.
-
- 02 Jan, 2020 18 commits
-
-
Kyle Keating authored
Fix focus halo on primary action button mixin
-
Lyza Gardner authored
Update and Simplify `SelectionTabs`, `NewNoteButton` icons, styling
-
Lyza Danger Gardner authored
- Convert `annotate` icon in `SelectionTabs` to SVG - Remove redundant/misleading `note` icon from `SelectionTabs` - Remove tutorial-display conditional from `SelectionTabs` - Remove excess SASS rules from `SelectionTabs`
-
Robert Knight authored
Bump postcss from 7.0.24 to 7.0.26
-
dependabot-preview[bot] authored
Bumps [postcss](https://github.com/postcss/postcss) from 7.0.24 to 7.0.26. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/master/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/7.0.24...7.0.26) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Robert Knight authored
Bump sinon from 7.5.0 to 8.0.1
-
Robert Knight authored
`sinon.sandbox.create()` was removed in favor of `sinon.createSandbox()`. See https://sinonjs.org/releases/v8.0.2/sandbox/. The API documentation suggests using a default sandbox for most cases rather than creating a custom one. To keep the change here simple, I've left the logic as it was before, but just adapted to the new API.
-
Robert Knight authored
Bump scroll-into-view from 1.13.1 to 1.14.1
-
Robert Knight authored
Bump npm-packlist from 2.0.2 to 2.0.3
-
Robert Knight authored
Bump fetch-mock from 8.1.0 to 8.3.0
-
Robert Knight authored
[Security] Bump handlebars from 4.1.2 to 4.5.3
-
Robert Knight authored
Bump postcss from 7.0.24 to 7.0.25
-
dependabot-preview[bot] authored
Bumps [npm-packlist](https://github.com/npm/npm-packlist) from 2.0.2 to 2.0.3. - [Release notes](https://github.com/npm/npm-packlist/releases) - [Commits](https://github.com/npm/npm-packlist/compare/v2.0.2...v2.0.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Robert Knight authored
Bump preact from 10.1.0 to 10.1.1
-
Robert Knight authored
Bump babel-plugin-istanbul from 5.2.0 to 6.0.0
-
Robert Knight authored
Bump terser from 4.4.2 to 4.4.3
-
Robert Knight authored
Remove ng-tags-input dependency and unused tags-input styles
-
Robert Knight authored
Use mobile-friendly font size for all input fields
-
- 30 Dec, 2019 5 commits
-
-
Kyle Keating authored
- Post new annotation button no longer renders blue halo when clicked with a mouse, and only when tabbed to with keyboard - Remove `primary-action-btn.scss`- was not used since a mixin served same purpose.
-
dependabot-preview[bot] authored
-
dependabot-preview[bot] authored
Bumps [scroll-into-view](https://github.com/KoryNunn/scroll-into-view) from 1.13.1 to 1.14.1. - [Release notes](https://github.com/KoryNunn/scroll-into-view/releases) - [Commits](https://github.com/KoryNunn/scroll-into-view/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [fetch-mock](https://github.com/wheresrhys/fetch-mock) from 8.1.0 to 8.3.0. - [Release notes](https://github.com/wheresrhys/fetch-mock/releases) - [Commits](https://github.com/wheresrhys/fetch-mock/compare/v8.1.0...v8.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 16.35.2 to 16.36.0. - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](https://github.com/octokit/rest.js/compare/v16.35.2...v16.36.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 27 Dec, 2019 1 commit
-
-
Kyle Keating authored
Add userid key to config docs for focus mode
-
- 26 Dec, 2019 1 commit
-
-
dependabot-preview[bot] authored
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.5.3. **This update includes a security fix.** - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.5.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 23 Dec, 2019 6 commits
-
-
dependabot-preview[bot] authored
Bumps [preact](https://github.com/preactjs/preact) from 10.1.0 to 10.1.1. - [Release notes](https://github.com/preactjs/preact/releases) - [Commits](https://github.com/preactjs/preact/compare/10.1.0...10.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [postcss](https://github.com/postcss/postcss) from 7.0.24 to 7.0.25. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/master/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/7.0.24...7.0.25) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
-
dependabot-preview[bot] authored
-
dependabot-preview[bot] authored
Bumps [sinon](https://github.com/sinonjs/sinon) from 7.5.0 to 8.0.1. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/master/CHANGELOG.md) - [Commits](https://github.com/sinonjs/sinon/compare/v7.5.0...v8.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [babel-plugin-istanbul](https://github.com/istanbuljs/babel-plugin-istanbul) from 5.2.0 to 6.0.0. - [Release notes](https://github.com/istanbuljs/babel-plugin-istanbul/releases) - [Changelog](https://github.com/istanbuljs/babel-plugin-istanbul/blob/master/CHANGELOG.md) - [Commits](https://github.com/istanbuljs/babel-plugin-istanbul/compare/v5.2.0...v6.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-