- 23 Jan, 2020 3 commits
-
-
Lyza Danger Gardner authored
Let `AnnotationActionBar` handle “entering edit mode” by way of creating a new draft for the relevant annotation. Remove this logic from `Annotation` and the associated `prop`
-
Lyza Gardner authored
Add some initial footer components to `AnnotationOmega`
-
Lyza Danger Gardner authored
Stub out some not-yet-implemented callbacks
-
- 22 Jan, 2020 5 commits
-
-
Kyle Keating authored
Minor change to tag-editor class names
-
Lyza Danger Gardner authored
One day we’ll `typedef` annotations and this will be better overall. The default annotation fixture has been updated to reflect better what data exists on a “default” annotation from the perspective of preact components. Updated a couple of tests that had made some assumptions based on the old variant of this fixture.
-
Lyza Gardner authored
Add `TagEditor`, `TagList` to `AnnotationOmega` and handle state
-
Lyza Danger Gardner authored
Render `TagEditor` or `TagList` appropriately and respond to tag and text changes by updating the annotation’s state.
-
Robert Knight authored
Move `export` keyword to declaration site
-
- 21 Jan, 2020 6 commits
-
-
Kyle Keating authored
- rename -“tag-editor__tag-list” to “tag-editor__tags” to avoid confusion between TagList component and TagEditor’s tag list class name - rename “tag-editor__tag-item” to tag-editor__item” to match style of TagList’s “tag-list__item” class
-
Kyle Keating authored
Fix useElementShouldClose so it may work on preact components
-
Lyza Gardner authored
Re-factor props for `AnnotationBody` and add `AnnotationBody` to `AnnotationOmega`
-
Lyza Danger Gardner authored
-
Robert Knight authored
-
Robert Knight authored
Improve code style consistency by always putting the `export` keyword at the site of the var/function/class declaration where possible.
-
- 20 Jan, 2020 26 commits
-
-
Robert Knight authored
Convert remaining CommonJS modules to ES modules
-
Lyza Danger Gardner authored
-
Lyza Danger Gardner authored
Move some excerpt control from `Annotation` into `AnnotationBody` for simplification.
-
Robert Knight authored
Following the conversion to an ES module, make `DEBOUNCE_WAIT` separate export rather than a property of the default export.
-
Robert Knight authored
These modules have default exports and are imported by CoffeeScript modules. Since we use CoffeeScript 1.x which doesn't support `import`/`export` syntax, we use destructuring to access the default export.
-
Robert Knight authored
This is necessary to support mocking the JS generated by the following CoffeeScript syntax: ``` { default: FooBar } = require("./foo-bar") ``` This will be used in CoffeeScript modules that import ES modules with default exports.
-
Lyza Danger Gardner authored
-
Lyza Danger Gardner authored
-
dependabot-preview[bot] authored
-
Robert Knight authored
Bump @sentry/browser from 5.11.0 to 5.11.1
-
dependabot-preview[bot] authored
-
Robert Knight authored
Bump terser from 4.5.1 to 4.6.3
-
Robert Knight authored
Bump sass from 1.24.4 to 1.25.0
-
Robert Knight authored
Bump core-js from 3.6.3 to 3.6.4
-
Robert Knight authored
Bump sinon from 8.0.4 to 8.1.0
-
dependabot-preview[bot] authored
-
dependabot-preview[bot] authored
-
dependabot-preview[bot] authored
Bumps [@babel/core](https://github.com/babel/babel) from 7.8.0 to 7.8.3. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.8.0...v7.8.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [core-js](https://github.com/zloirock/core-js) from 3.6.3 to 3.6.4. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/compare/v3.6.3...v3.6.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
-
dependabot-preview[bot] authored
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.601.0 to 2.606.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.601.0...v2.606.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [terser](https://github.com/terser/terser) from 4.5.1 to 4.6.3. - [Release notes](https://github.com/terser/terser/releases) - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/compare/v4.5.1...v4.6.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript) from 5.11.0 to 5.11.1. - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/5.11.0...5.11.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [sass](https://github.com/sass/dart-sass) from 1.24.4 to 1.25.0. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.24.4...1.25.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.8.2 to 7.8.3. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.8.2...v7.8.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [@babel/preset-react](https://github.com/babel/babel) from 7.8.0 to 7.8.3. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.8.0...v7.8.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-