-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8.3.0 release candidate #267
Merged
Merged
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
2ed4295
wip moblile learn-more fix
tobiasnteireho cfc8ffe
fix bad char
tobiasnteireho f101529
test fire
tobiasnteireho dcfbe38
test fire
tobiasnteireho 233ba12
fix typo
tobiasnteireho c3fb1bc
fix ref
tobiasnteireho 62b0a1a
event test
tobiasnteireho b07d245
eventify
tobiasnteireho 11affc8
fix vm ref
tobiasnteireho 5d70ace
fix apstate ref
tobiasnteireho 5f3912c
fix aui-action
tobiasnteireho 8e72e75
add note to maybe refactor
tobiasnteireho b18c0e1
update package.json for version number
tobiasnteireho 3465268
make learn more act more linky
tobiasnteireho 1505460
remove unused ref
tobiasnteireho 3def79f
wip add hebrew
tobiasnteireho 3d34379
Add new english strings
tobiasnteireho f9d1065
fix locale
tobiasnteireho 2ef8a79
add extra hebrew strings
tobiasnteireho dbd1b78
mobile learn-more fix
tobiasnteireho 7e7df48
8.2.0-0 pre
tobiasnteireho 1a4f9cf
8.2.0-1
tobiasnteireho a356a27
Update footerVersion
tobiasnteireho 690b64e
wip date bounds enforcement
tobiasnteireho 9a3ce25
check max
tobiasnteireho deb6ae9
debug
tobiasnteireho 9bb801a
normalize min and max
tobiasnteireho c2b0b65
use denormalize max and min
tobiasnteireho 2170b5a
parse min and max only in comparison
tobiasnteireho a018970
cleanup
tobiasnteireho 984cc29
update prerel ver
tobiasnteireho 67d03b2
add more comments
tobiasnteireho eed84ea
fix failing tests by not always assuming bounds for dates exist.
tobiasnteireho 13eba30
Merge pull request #263 from CCALI/255-date-min-max
tobiasnteireho 495331e
pre-release commit
tobiasnteireho 13a84d6
8.2.0-10
tobiasnteireho 8858513
Update footerVersion
tobiasnteireho acf56d5
wip date validation improvement
tobiasnteireho 9ab4380
only set answer if valid date or not a date
tobiasnteireho a9e23f8
lint fix
tobiasnteireho 093ff97
lint fixes, version update
tobiasnteireho a52f352
update footer
tobiasnteireho 9a2afc4
prevent invalid date from setting answervm and delete answervm if inv…
tobiasnteireho e4d5ad3
cleanup
tobiasnteireho 3f11bb2
cleanup
tobiasnteireho File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
|
||
const version = { | ||
number: '8.1.6', | ||
date: '2023-10-16' | ||
number: '8.3.0-0', | ||
date: '2024-03-22' | ||
} | ||
|
||
export default version |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should check if length is either 6 or 8 digits not only less than 6. This will pass 7 and 9+ which is invalid.