Conversation
…e request and session automatically
Paying this forward for when the demo poms can be mounted inside Rails.
…mo pom and sample README
# [3.0.0-beta.3](rx/presenters@v3.0.0-beta.2...v3.0.0-beta.3) (2021-06-07) ### Bug Fixes * added cli --version ([4c5b10e](rx/presenters@4c5b10e)) * added missing prepare context callbacks to Rails Engine ([bafa36d](rx/presenters@bafa36d)) * added prepare context for Rails native views engine that sets the request and session automatically ([a09f3c6](rx/presenters@a09f3c6)) * Added version.rb to plugin generator ([f1f2092](rx/presenters@f1f2092)) * Added version.rb to plugin generator ([35187bf](rx/presenters@35187bf)) * expanded plugin generator to include github semantic release, demo pom and sample README ([06de7a2](rx/presenters@06de7a2)) * fixed unordered list partial rendering error ([014f1d1](rx/presenters@014f1d1)) * generator not compatible with COPRL 3 Rails templating naming conventions ([f6d80f0](rx/presenters@f6d80f0)) * removed google_map built in plugin to its own plugin ([a34290d](rx/presenters@a34290d)) ### Features * Added singular alias for common actions: load, replace, post, create, and delete ([b57c305](rx/presenters@b57c305))
# [3.0.0-beta.4](rx/presenters@v3.0.0-beta.3...v3.0.0-beta.4) (2021-06-15) ### Bug Fixes * Updated generator to use secure version of Rake ([5e0761f](rx/presenters@5e0761f))
* chore(deps): bump dns-packet from 1.3.1 to 1.3.4 in /views/mdc (#315) Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4. - [Release notes](https://github.com/mafintosh/dns-packet/releases) - [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md) - [Commits](mafintosh/dns-packet@v1.3.1...v1.3.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump nokogiri from 1.11.2 to 1.11.4 (#314) Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.2 to 1.11.4. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.11.2...v1.11.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump puma from 5.2.2 to 5.3.1 (#313) Bumps [puma](https://github.com/puma/puma) from 5.2.2 to 5.3.1. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v5.2.2...v5.3.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump lodash from 4.17.20 to 4.17.21 in /views/mdc (#312) Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.20...4.17.21) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump handlebars from 4.7.6 to 4.7.7 in /views/mdc (#311) Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md) - [Commits](handlebars-lang/handlebars.js@v4.7.6...v4.7.7) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump url-parse from 1.4.4 to 1.5.0 in /views/mdc (#310) Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.4 to 1.5.0. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](unshiftio/url-parse@1.4.4...1.5.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Rebuilt with dependabot updates. * chore: Attempt to build the change log as expected. * fix: Bumping version from dependabot PR's. The dependabot PR's default to chore semantic release and that does not automatically bump the revision. So bumping the version with this change. * chore: Trying to fix error with changelog. Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rx <russell@russelledens.net>
The post was issuing a multi-part post with body. That is a malformed request and starting with Rack 2.2.2 will generate an exception. rack/rack#1603 This fixes that issue.
The post was issuing a multi-part post with body. That is a malformed request and starting with Rack 2.2.2 will generate an exception. rack/rack#1603 This fixes that issue.
If a event chain is halted, it fires the 'V:eventsHalted' event. That can be handled so that the default error handling does not kick in and you can handle it yourself. The post was issuing a multi-part post with body. That is a malformed request and starting with Rack 2.2.2 will generate an exception. rack/rack#1603 This fixes that issue.
Changed the base components method to input_tag to eliminate the conflict. Deprecated the `tag` attribute in favor of input_tag.
# [3.0.0-beta.5](rx/presenters@v3.0.0-beta.4...v3.0.0-beta.5) (2021-06-18) ### Bug Fixes * add Rack > 2.2.2 support ([c39c18d](rx/presenters@c39c18d)) * add Rack > 2.2.2 support ([6e23287](rx/presenters@6e23287)) * native rails tag helper conflicts with base components tag method. ([c9d3847](rx/presenters@c9d3847))
This spec fails intermitently due to the fact that it caches. Another approach would be to add the gem timecop.
The plugins:cacheable requires timespamps to be stable to preven it from intermintenantly failing. Added timecop to do this for all the specs. The other approach was likely to lead to more exclusions over time.
This produces text areas which automatically resize themselves vertically when typing in the field.
feat: Add align, justify, and direction to Content
Upgrade gems
feat: Add support for _underline_ in markdown
feat(file_input): Add support for content
Support icon in date/time fields
fix(text_field): Hide help text when field is hidden
text_area: support `max_length` and auto-resize
fix(date_time): Destroy stale Flatpickr instances
chore(text-field): Remove `password` attribute
In the web client, adds a "v-file-input--has-file" class to the file_input component when the user has selected a file. The class is removed when the input is cleared.
feat(file_input): Decorate `file_input` when filled
feat(plugins): Allow plugins to handle #destroy
The web client's API application loses POM hierarchy when inflating JSON to POM. This causes components which rely on checking their parent (or an ancestor) for an attribute to exhibit different behavior and render differently than the web client's view-rendering (non-API) application. This change allows templates to pass down local variables (as one expects to do with ERB), and updates the places relying on the above behavior to use locals instead.
Also stop running semantic release for PRs.
DSL components inflated from JSON can end up with strings instead of symbols for attribute values. This change coerces icon positions to strings to standardize comparison of icon positions.
Fix parent component inspection
When Rails is present, COPRL should use the Rails route URL options to construct URLs instead of ActionController URL options. BREAKING CHANGE: `action_controller.default_url_options` is no longer examined to determine how COPRL should build URLs. If your application relies on this behavior, migrate to `routes.default_url_options` before upgrading COPRL.
fix: Use route options when building URLs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Merging the 3.0 beta to master.