Releases: lblod/frontend-embeddable-notule-editor
Release 3.0.2
Patch Changes
b4710f7
Thanks @abeforgit! - set package scope to public
Release 3.0.1
Patch Changes
117ee38
Thanks @abeforgit! - fix typo in ci setup
Release 3.0.0
Major Changes
-
#163
5f61b89
Thanks @Dietr! - - replace ember-cli-sass with ember-cli-postcss- add postcss-rem-to-pixels
- all rem units are converted to px units
-
#176
8a9471d
Thanks @abeforgit! - Adds a way to import the editor through npm- rename the package to
@lblod/embeddable-say-editor
- export
renderEditor
, a function which renders the editor in an iframe - export
SayWebComponent
, which can be imported and registered as a custom element - adds a prepare script to bundle the project in an npm-compatible way
- rename the package to
Patch Changes
Release 2.0.0
Major Changes
-
#132
8cd3be4
Thanks @abeforgit! - Update all deps and necessary config values-
removed "template-variable" config section: this plugin was merged into the
variable plugin, and all its config options are also moved there to reflect this. -
split up the variable plugin into "insert" and "edit" sections, for inserting
and "filling in" variables respectively. The "edit" behavior is what
the now-removed template-variable plugin used to handle. Its options
have been moved verbatim to the variable->edit->location section.
This is because all its options only mattered for the location variable type. -
adds "enable" keys to the edit and insert configs for variables to maintain
the ability to selectively enable either one. They both default to true. -
the activeInRanges config for variables has been removed (this was a
mistake in the docs) -
the "defaultEndpoint" option for the variable plugin has been renamed to
"codelistEndpoint" to better reflect it only matters for codelists
-
-
#158
2aaa620
Thanks @abeforgit! - - update ember to 4.12- bump editor and plugins to latest
- adjust imports and components of date plugin to new names
- move date config over to variable section
- remove now redundant references to rdfa-date plugin and move docs over
- remove date insert button from insert menu to be consistent with other variables
-
#155
b656b3f
Thanks @x-m-el! - Changes the workings of thebesluit
andarticle-structure
plugins- the modes for
article-structure
are gone. besluit
andarticle-structure
can be used together- no more configuration needed for either plugins
- some more documentation about using
article-structure
effectively
Now the besluit plugin adds besluit nodes and adds the insert buttons for these node(s) (before it only added the structure)
Now the article structure plugin adds article structure nodes and insert buttons (like before) and is not connected at all anymore with besluit nodes (before insert buttons for besluit nodes were added via article structure plugin)To migrate:
- What was
article-structure
inregulatoryStatement
mode before is now just thearticle-structure
plugin, without specifying a mode. - What was
article-structure
inbesluit
mode before is now just thebesluit
plugin, without specifying a mode.
- the modes for
Minor Changes
-
#145
d10cff0
Thanks @x-m-el! - - Bugfix: controller is now loaded correctly to theeditorElement
and can be used.- On/Off methods bound to the
editorElement
are removed, as they are methods that didn't do anything.
- On/Off methods bound to the
-
#148
109016a
Thanks @x-m-el! - - fix: localize language of the editor based on the user's browser local. The fallback in all cases is Dutch (nl-BE)- Add extra locale helper functions to give control over the editor's language to a consumer
setLocale
to set a general localegetLocale
to get the current localesetLocaleToDutch
to easily set the editor to DutchsetLocaleToEnglish
to easily set the editor to English
- Add extra locale helper functions to give control over the editor's language to a consumer
-
#150
3f25d21
Thanks @x-m-el! - The variable plugin does not need the RDFa date plugin to be active anymore.
It will activate what it needs itself. Configurations stay the same. -
#142
7cb6a74
Thanks @elpoelma! - Render svgs inline in order to solve svg symbol file cors issues -
#159
f4b18f8
Thanks @dkozickis! - GN-4543: Fix issues reported bydependency-lint
- Pin
tracked-toolbox
to^2.0.0
based on this comment - appuniversum/ember-appuniversum#421 (comment) - Pin
ember-focus-trap
to1.0.1
based on this issue - josemarluedke/ember-focus-trap#82
- Pin
-
#153
40e880f
Thanks @elpoelma! - Remove references to decision validation from readme
Patch Changes
-
#152
c775acc
Thanks @elpoelma! - Remove citations-only sample page -
#159
f4b18f8
Thanks @dkozickis! - GN-4543: Enabledependency-lint
on CI -
#157
8525363
Thanks @dkozickis! - GN-4518: Bump@appuniversum/ember-appuniversum
to^2.15.0
to use bundled fonts instead of CDN fonts -
#154
5e63a17
Thanks @elpoelma! - Internationalize sidebar insert-button -
#147
b54225f
Thanks @dkozickis! - GN-4510: Keep default values of config where user config is not specified -
#137
7da0bd4
Thanks @elpoelma! - Move to changesets for changelog management -
#154
5e63a17
Thanks @elpoelma! - Internationalize insert-variable dropdown
Release 1.2.1
🐛 Bug Fix
- #128 GN-4483: Remove styling for
#ember-basic-dropdown-wormhole
(@dkozickis)
🏠 Internal
- #138 Add release-it packages (@elpoelma)
- #134 Bump eslint-config-prettier from 8.5.0 to 9.0.0 (@dependabot[bot])
- #135 Bump eslint-plugin-ember from 11.4.7 to 11.11.1 (@dependabot[bot])
- #136 add woodpecker pipeline responsible for verifying PR (@elpoelma)
- #117 Bump qunit from 2.19.3 to 2.19.4 (@dependabot[bot])
- #119 Bump ember-auto-import from 2.6.1 to 2.6.3 (@dependabot[bot])
- #124 Bump semver from 5.7.1 to 5.7.2 (@dependabot[bot])
- #125 Bump webpack from 5.85.1 to 5.88.2 (@dependabot[bot])
- #126 Bump word-wrap from 1.2.3 to 1.2.4 (@dependabot[bot])
Committers: 2
- Deniss Kozickis (@dkozickis)
- Elena Poelman (@elpoelma)
Release 1.2.0
Release 1.1.0
🚀 Enhancement
- #93 Feature/new configurable plugins (@lagartoverde)
🏠 Internal
- #122 Add link to article-structure-plugin docs in README (@elpoelma)
- #121 Add link to decision-plugin docs in README (@elpoelma)
- #120 Clarify readme to indicate which plugin each config block configures (@elpoelma)
- #114 Bump engine.io and socket.io (@dependabot[bot])
- #113 Use au-modal-container component (@elpoelma)
- #112 Bump eslint-plugin-qunit from 7.3.1 to 8.0.0 (@dependabot[bot])
- #73 Bump @xmldom/xmldom from 0.8.3 to 0.8.6 (@dependabot[bot])
- #109 GN-4411: update editor plugins to 8.4.1 (@elpoelma)
- #71 Bump minimist from 0.2.2 to 0.2.4 (@dependabot[bot])
- #108 Update editor to 3.10.0 (@elpoelma)
- #101 Bump socket.io-parser from 4.2.1 to 4.2.4 (@dependabot[bot])
- #102 Bump webpack from 5.74.0 to 5.85.1 (@dependabot[bot])
Committers: 4
- Deniss Kozickis (@dkozickis)
- Elena Poelman (@elpoelma)
- Oscar Rodriguez Villalobos (@lagartoverde)
- @x-m-el
Release 1.0.2-vendor.6
add svgxuse workaround
Release 1.0.2-vendor.5
remove cors hack
Release 1.0.2-vendor.4
hopefully fix copy directive